@import url("reset.css");

.clear{clear: both;}
.center{text-align: center;}

a {color:#ffffff; text-decoration:underline;}

html, body{background: #252525; height: 100%; overflow:hidden;}
body{font: 12px/16.5px Arial, Helvetica, sans-serif;}

#center{left: 50%; margin-left: -490px; clear: both; position: absolute; width: 980px; background: #000000; top: 50px; height:600px;}
#leftpics{
	position:relativ;
	margin-top:30px;
	float:left;
	width:180px; 
	height:520px;
	text-align:center;
}
#topbar{float:left;width:620px;color:#ffffff;}
	#topbar_search{float:left;width:400px; height:18px;color:#ffffff;text-align:center;}
	#topbar_fontsize{float:left;width:80px; height:18px;color:#ffffff;text-align:center;}
	#topbar_picnavi{margin-left:130px;float:left;width:200px; height:25px;color:#ffffff;text-align:left;}
	
#logo{float:right;width:180px; height:160px;text-align:right;}
#navi_main{float:left;width:130px; height:345px;}
	#right_search{background: transparent url(../img/search.gif) top right no-repeat;float:right;width:105px; height:25px;text-align:center;}
	#right_search input{border:0px;width:100px; height:20px;margin-top:3px;}
	#sound{float:right;width:25px; height:25px;}
	ul#navi_main{float:right; display: block; width:130px;text-align:right;padding-top:40px;}
		ul#navi_main a{
			float:right;width:100px;
			bottom:0px;background: transparent url(../img/mainmenu.gif) top right no-repeat;height:40px;color:#f0f8ff;
			font-size:13px;
			font-family : Lucida Sans Unicode, Lucida Grande, sans-serif;
			text-transform: uppercase;
			padding-right:30px;
			text-decoration:none;
			text-align:right;
		}
			ul#navi_main a:hover{background: transparent url(../img/mainmenu_over.gif) top right no-repeat;color:#C1941D;}
		
		ul#navi_main a.current{text-align:left; background: transparent url(../img/mainmenu_over.gif) top right no-repeat;color:#000000;}
		
	
	#home{float:right;width:100px;
	bottom:0px;background: transparent url(../img/mainmenu.gif) top right no-repeat;height:40px;color:#f0f8ff;
	font-size:13px;
	font-family : Lucida Sans Unicode, Lucida Grande, sans-serif;
	text-transform: uppercase;
	padding-right:30px;
	text-decoration:none;
	text-align:right;}
	#home:hover{background: transparent url(../img/mainmenu_over.gif) top right no-repeat;color:#C1941D;}
	
	#home.current{text-align:right; background: transparent url(../img/mainmenu_over.gif) top right no-repeat;color:#C1941D;}

#navi_sub{float:left;width:190px; height:380px;}
	ul#navi_sub{float:right; display: block; width:170px;text-align:left;padding-top:40px;}
		ul#navi_sub a{
			float:left;width:100px;
			bottom:0px; height:25px;color:#f0f8ff;
			font-size:13px;
			font-family : Lucida Sans Unicode, Lucida Grande, sans-serif;
			padding-right:30px;
			text-decoration:none;
			text-align:left;
		}
		ul#navi_sub .navi_sub2{padding-left:20px;}
		ul#navi_sub .navi_sub3{padding-left:40px;}
		
			ul#navi_sub a:hover{color:#C1941D;}
		
		ul#navi_sub a.sub_current1{text-align:left; color:#C1941D;}
		ul#navi_sub a.sub_current2{padding-left:20px;text-align:left; color:#C1941D;}
		ul#navi_sub a.sub_current3{padding-left:40px;text-align:left; color:#C1941D;}




#content{
	float:left;
	width:480px; 
	height:525px;
	
	color: #ffffff;
	font-family : Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 12px;
	
	overflow:hidden;
}

/* -- content elements -- */
#content h1{color: #C1941D; font-size: 14px; margin: 16.5px 0; font-weight: normal;}
#content h2{color: #C1941D; font-size: 12px; margin: 16.5px 0; font-weight: normal;}
#content h3{color: #C1941D; font-size: 14px; margin: 16.5px 0; font-weight: bold;}
#content h4{color: #C1941D; font-size: 12px; margin: 16.5px 0; font-weight: bold;}

#content p, #content li, #content ul{font-size: 12px;margin:0px;padding:0px;}

#content h5{clear: both; font-weight: bold;}

#content a{
	color: #C1941D;
	text-decoration: underline;
}

#content strong{
	font-weight: bold;
}

#content a:hover{
	color: #C1941D;
}

#content ul, #content li{margin-left: 20px;}

#pic_big{
	width:460px; 
	text-align:center;
}

#arrbottom{
	margin:0px;
	padding:0px;
}

