@charset "UTF-8";
/* CSS Document */

body, html{
	background-image:url(../_img/layout_01.png);
	background-repeat:repeat-x;
	background-color:#535f6a;
	margin:0px;
	font-family:Verdana, Geneva, sans-serif;
	letter-spacing:0.1px;
	font-size:10.5px;
	min-height:101%;
}
a:link {
	color:#1B2F41;
	text-decoration:underline;
}
a:hover {
	color:#1B2F41;
	text-decoration:none;
	font-weight:600;
}
a:visited {
	color:#1B2F41;
	text-decoration:underline;
}

#layout{
	background-image:url(../_img/layout_02.png);
	width:749px;
	height:239px;
	margin:auto;
}
	#nav{
		position:absolute;
		z-index:6;
		padding-top:167px;
		padding-left:33px;
		font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
		font-size:16px;
		font-variant:small-caps;
		font-weight:bolder;
		color:#FFF;
	}
	.nav_text{
		margin-left:4px;
	}
	/* Drop Down Menü */

	.box {
		background: #1B2F41;
		text-decoration:none;
		display:block;
		width:110px;
		padding:5px;
		float:left;
		font-stretch:narrower;
	}
	
	.box:hover {
		color:#FFF;
		background-color:#25425B;
	}
	
	.box span {display:none; font-weight:lighter;}
	.box a:link {text-decoration:none; color:#FFF; font-weight:lighter; font-variant:normal;}
	.box a:hover {text-decoration:none; color:#FFF; background-color:#1B2F41; font-weight:lighter; font-variant:normal;}
	.box a:visited {text-decoration:none; color:#FFF; font-weight:lighter; font-variant:normal;}
	
	.box:hover span {
		position:relative; top:4px; z-index:6;
		padding:0; margin:0;
		display:block;
		width:100%;
		border:0;
	}
	.box_link{
		opacity:1.0;
		color:#FFF;
		font-size:11px;
		text-align:left;
		padding-bottom:3px;
		font-weight:lighter;
		line-height:14px;
	}

#content{
	position:relative;
	background-image:url(../_img/layout_04.png);
	width:749px;
	min-height:750px;
	margin:auto;
	z-index:1;
}

#content_text{
	width:405px;
	margin-left:55px;
	margin-bottom:5px;
	float:left;
	text-align:justify;
	font-size:10.5px;
	z-index:2;
	position:relative;
	min-height:500px;
	line-height:14.5px;
}

#content hr{
	width: 325px;
	border: 1px thin #1B2F41;
}

#rightheader{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	background-color:#1B2F41;
	color:#FFF;
	font-size:14px;
	padding:3px;
	text-align:left;
	letter-spacing:0.5px;
	font-variant:small-caps;
	font-weight:bold;
	padding-left:5px;
}

#news{
	width:185px;
	margin-right:80px;
	float:right;
	background-color:#FFF;
	z-index:2;
	position:relative;
}
	#news table{
		margin-top:0px;
		width:100%;
		padding:4px;
		padding-bottom:8px;
		font-size:11px;
		line-height:12px;
		background-color:#FFF;
		border-right: 1px solid #1B2F41;
		border-bottom: 1px solid #1B2F41;

	}
	#news td{
		padding:2px;
	}
	#news hr{
		width:75%;
		border: 0.5px thin #1B2F41;
		margin:auto;
		opacity:0.5;
	}
	#news a:link{
		color:#1B2F41;
		text-decoration:none;
	}
	#news a:visited{
		color:#1B2F41;
		text-decoration:none;
	}
	#news a:hover{
		text-decoration:underline;
		font-weight:normal;
	}

#login {
	float:right;
	margin-right:80px;
	margin-top:10px;
	width:185px;
	position:relative;
	background-color:#FFF;
	border-right: 1px solid #1B2F41;
	border-bottom: 1px solid #1B2F41;

}
	.login_content{
		padding:5px;
	}
	#login input{
		border-style:hidden;
		border-right:1px solid #1B2F41;
		margin-top:1px;
		background-color:#CCC;
		width:165px;
	}
	#login input[type=submit]{
		border-style:hidden;
		border-right:1px solid #1B2F41;
		margin-top:5px;
		background-color:#1B2F41;
		width:100px;
		color:#FFF;
	}
	#login input:focus {
   		border-right:5px solid #1B2F41;
	}
	
#search{
	float:right;
	margin-right:80px;
	width:185px;
	margin-top:10px;
	z-index:3;
	background-color:#FFF;
	border-right: 1px solid #1B2F41;
	border-bottom: 1px solid #1B2F41;
}
	#search input{
		border-style:hidden;
		border-right:1px solid #1B2F41;
		margin-top:2px;
		background-color:#CCC;
		width:145px;
	}
	#search input[type=submit]{
		border-style:hidden;
		border-right:1px solid #1B2F41;
		margin-top:5px;
		background-color:#1B2F41;
		width:100px;
		color:#FFF;
	}
	#search input[type=text]{
		background-image:url(../_img/search.png);
		background-repeat:no-repeat;
		background-position:bottom left;
		height:20px;
		padding-left:20px;
		font-size:17px;
	}

#help {
	float:right;
	margin-right:80px;
	width:185px;
	margin-top:10px;
	z-index:3;
	text-align:center;
	background-color:#FFF;
	border-right: 1px solid #1B2F41;
	border-bottom: 1px solid #1B2F41;
}
	.help_content{
		padding:5px;
	}

#footer{
	width:749px;
	margin:auto;
	background-image:url(../_img/layout_05.png);
	background-repeat:no-repeat;
	font-size:11px;
	color:#DDD;
	text-align:center;
	opacity:0.7;
}

#footer_content{
	margin-left:-25px;
}
	#footer a:link{color:#FFF; text-decoration:none;}
	#footer a:visited{color:#FFF; text-decoration:none;}
	#footer a:hover{color:#FFF; text-decoration:underline; font-weight:normal;}

#clear {
	clear:both;
}

