@import url("reset.css");

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

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

html, body{height: 100%; overflow:hidden;}
body{
	background: #000000 url(../img/background.jpg) top left repeat-x;
	font: 16px Palatino Linotype, Book Antiqua, Palatino, serif;
}

#center{left: 50%; margin-left: -490px; clear: both; position: absolute; width: 980px; top: 0px; height:600px;}
#slogan{position:absolute;top:60px;left:300px;}
#eye{position:absolute;top:30px;right:10px;z-index:2;}
#yellow_right{position:absolute;top:120px;right:0px;z-index:2;width:208px; height:165px;font-weight:bold;background: #000000 url(../img/yellow_right.png) top left repeat-x;padding-left:20px;padding-top:10px;color:#1d1d1d;}
#slogan2{position:absolute;top:320px;right:0px;z-index:2;width:228px; text-align:center;}
#contentMainHome{position:absolute;top:20px;left:50px;z-index:2;width:400px; height:500px; text-align:left;}
#contentMain{position:absolute;top:20px;left:50px;z-index:2;width:640px; height:500px; text-align:left;}


#navi_main{position:absolute;top:130px;left:100px;z-index:2;width:250px; height:500px; text-align:left;}



ul#navi_main{float:right; display: block; width:130px;text-align:right;}
		ul#navi_main li{
			float:right;
			width:142px;
			background: transparent url(../img/button.png) top right no-repeat;
			height:33px;
			text-align:left;
			padding-top:4px;
			font-weight:bold;
		}
		
		ul#navi_main a{
			text-decoration:none;
			color:#1d1d1d;
			font-size:15px;
		}
		ul#navi_main a:hover{color:#6b6b6b;}
		ul#navi_main a.current{text-align:left; background: transparent url(../img/mainmenu_over.gif) top right no-repeat;color:#ebebeb;}





#content{
	position:absolute;top:127px;left:300px;width:690px;height:545px;
	margin:10px;
	color:#ffffff;
	background: url(../img/main.png);
	z-index:1;
}



/* -- content elements -- */
#content h1{color: #fdfdfd; font-size: 26px; margin: 16.5px 0; font-weight: bold;}
#content h2{color: #fdfdfd; font-size: 22px; margin: 16.5px 0; font-weight: bold;}
#content h3{color: #fdfdfd; font-size: 18px; margin: 16.5px 0; font-weight: bold;}
#content h4{color: #fdfdfd; font-size: 14px; 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;}
