body{
	height:100%;
	background-color:#aaaaaa;
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:left;
}

img{
	border:0;
}

h1, h2{
	color:#137abc;
	font-size: 20px;
	margin: 1px 0 10px 15px;
	padding: 3px 0 0 0;
}

a{
	font-size:12px;
	color:#000000;
	text-decoration:none;	
}

a:hover{
	text-decoration:underline;
}



/* S I D E B A R */

#mysidebar{
	float:left;	
	width:160px;
	height:100%;
	padding-top:0px;
	background-color:#e0e0e0;
	text-align:left;
}

#sidebarcontainer{
	margin: 0px 0 5px 0;
	border: 0px dotted #147abb;	
	width:160px;
	background-color:#e0e0e0;
}

#sidebarheadline{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border-top:1px solid #aaaaaa;
	background-color:#888888;
	margin: 0 0 0 0;
	padding-left:0px;
	width:100%;
	height:23px;
	color:#ffffff;
	font-size:18px;
}

#sidebarheadline a{
	color:#FFFFFF;
	font-size:18px;
	text-decoration:none;
}


#sidebartext{
	margin: 0 0 0 0;
	padding:0 0 10px 0;
	font-size:12px;
}



#sidebarheadline a:hover{
	text-decoration:underline;
}

#sidebartext a{
	color:#000000;
	font-size:12px;
	text-decoration:none;
}

#sidebartext a:hover{
	text-decoration:underline;
}





#all{
	height:100%;
	width:100%;
}

#adsenseheader{
	position:absolute;
	left:50%;
	top:26px;
	margin-left:54px;
}


#myheader{
	background-repeat: no-repeat; 
	background-color:#aaaaaa;
	width:100%;
	height:119px;
}



#mybody{
	height:1000px;
	width:900px;
	border-left: 0px dotted #147abb;
	border-right: 0px dotted #147abb;
	background-color:#aaaaaa;
}


#mycontent{
	text-align:left;
	padding:0;
	float:left;	
	width:740px;
	height:100%;
	border-right: 0px dotted #147abb;

}


#contentboxbody{
	background:url(/img/main/box-header-back.gif);
	background-repeat:no-repeat;
	background-color:#f4f4f4;
	margin: 0 0 0 0;
	padding-left:0px;
	width:739px;
	height:100%;
	font-size:18px;
}



/*  Teaser Boxes */
#box, #teaserbox, #doubleteaserbox, #sudokubox{
	margin:5px 5px 10px 15px;
	border:1px solid #e0e0e0;
	background-color:#e9e9e9;
	float:left;
	color:#444444;
	height:170px;
	font-size:12px;
}

.doubleteaserboxflexible{
	margin:5px 5px 10px 15px;
	border:1px solid #e0e0e0;
	background-color:#e9e9e9;
	float:left;
	color:#444444;
	font-size:12px;
	width:442px;
}


#teaserbox{
	width:210px;
}

#teaserbox img{
	margin:5px 10px 5px 10px;
	float:left;	
}

#teaserbox p,  #doubleteaserbox p{
	margin:5px 10px 0 10px;
	padding:0 0 0 0;
}

#teaserbox p.title,  #doubleteaserbox p.title, .doubleteaserboxflexible p.title{
	margin:5px 5px 0 10px;
	padding:0 0 0 0;
	font-size:16px;
	font-weight:bold;
}

#doubleteaserbox{
	width:442px;
	font-size:12px;
}

#doubleteaserbox h3{
	margin:5px 0 0 10px;
	font-size:17px;
}

#doubleteaserbox h3 a{
	color:#444444;
	margin:0;
	font-size:17px;
}


#doubleteaserbox img{
	text-align:left;
	float:left;
	margin: 5px 10px 0 2px;
}


#sudokubox{
	background-color:#f4f4f4;
	margin:5px 5px 10px 15px;
	padding:15px 0 15px 15px;
	height:300px;
	width:440px;
	font-size:12px;
	border:0px solid #e0e0e0;
	
}

#singlebox{
	margin:5px 5px 5px 15px;
	width:705px;
	height:300px;
	border:1px solid #e0e0e0;
	float:left;
	color:#444444;
}

#jigsawpuzzlebox{
	margin:5px 5px 5px 5px;
	width:720px;
	height:630px;
	float:left;
}

#gamebox{
	text-align:center;
	margin:5px 5px 5px 5px;
	width:720px;
	float:left;
}

#gamedescriptionbox{
	width:680px;
	margin:5px 0px 5px 8px;
	padding:10px 10px 10px 10px ;
	border:1px solid #e0e0e0;
	background-color:#e9e9e9;
	float:left;
	color:#444444;
	font-size:12px;
}

.gameslist{
	float:left;
	width:160px;
	margin:0 0 10px 25px;
	padding-left:0;
}



#creativecommons{
	/*
	border:1px solid #e0e0e0;
	background-color:#e9e9e9;
	*/
	margin:4px;
	float:left;
	color:#888888;
	width:380px;
	font-size:9px;
}

#creativecommons a{
	color:#888888;
	font-size:9px;

}


