/*  Global definitions */

* { margin:0px; padding:0px; }
html { margin:0px; padding:0px;
background:#a9bccb url("../images/content-bg.jpg")  no-repeat center bottom;background-attachment:fixed
	}





body {
	margin:0px; 
	padding:0px;
	text-align:center;	
	color:#555148;
	font-size:101%;
	font-family:trebuchet ms,Verdana, Arial, SunSans-Regular, Sans-Serif;
		}



a {color:#003366;text-decoration:none}
#wrapper {	
	width:700px;
	height:100%;
	margin:0px auto; 
	border:0px solid black;
	background:transparent ;
	z-index:1;
}

#overall {
	width:700px;
	border:0px solid black;
	height:100%;
}

#header {
	text-align:left;
	height:104px;
	width:700px;
	background: transparent url("../images/header-bg.jpg") no-repeat 0px 0px;
}


#logo {border:0px solid black;
	width:160px;
	height:110px;	
}

#subheader {
	float:left;
	text-align:left;
	width:700px;
	height:61px;
	background:transparent  url("../images/subheader-bg.jpg") no-repeat 0px 0px;
}


#main {
	width:700px;
	height:100%;
	border:0px solid black;
}



#mitte {
	float:left;
	text-align:left;
	border:0px solid black;
	width:576px;
	height:100%;
	background:transparent 
}

#main-header h1 {
	float:left;
	margin:0px;
	margin-top:15px;
	margin-left:220px;
	font-size:18px;
	color:#808080
}

#main-header h2 {
	clear:both;
	float:left
	margin:0px;
	margin-left:220px;
	font-size:18px;
	color:#808080;
	 font-style:italic
}

#content {	
	width:400px;
	margin-left:50px;
	margin-top:0px;
	font-size:75%;
	line-height:150%;
	background:transparent 
}

#content p {}

#content input {width:200px;border:1px solid #999999}
#content input.radio {width:15px;border:0px solid #999999}
#content textarea {width:200px;border:1px solid #999999}
#content selecet {width:150px;border: 1px solid #999999}
#content ul li {margin-left:15px}

#content hr {margin-top:5px;margin-bottom:5px;
	height:1px; color:#999999;background-color:#999999;border:0px;border-top:1px solid #999999;
}

#content h1,h2,h3 {
	margin:0px;
	font-size:130%;
	font-weight:bold;
	color:#808080;
	margin-bottom:15px;
}                            

                                        
#footer {margin-top:20px;
	font-size:80%;
	line-height:110%;
}

#footer a {
	text-decoration:none;
	color:#555148;
}

#footer a:hover {
	text-decoration:none;
	color:#000000;
}





#nav {
	margin-left:50px;
	float:left;
	font-size:14px;
	border:0px solid black;
}



.navi {
	float:left;
	padding-right:10px;
	border:1px solid black;
	text-align:left;
}


a.navileft_active {
	display:block;
	background-color:transparent;
	color:#edeff1;
	font-weight:bold;
	text-decoration:none
} 



a.navileft_passive {
	display:block;
	background-color:transparent;
	color:#edeff1;
	font-weight:bold;
	text-decoration:none
} 

a.navileft_passive:hover  {
	color:white;
	text-decoration:underline;
	}


a.navileft_open {
	padding-left:10px;
	display:block;
	background-color:#879f47;
	color:#003366;
	font-weight:bold;
	text-decoration:none
} 


#subnavi a {color:white;font-size:12px;padding-right:10px;}
#subnavi a:hover {text-decoration:undeline;}

#searchbox {
	padding-top:7px;
	margin-left:16px;
}

.input_searchbox {
	width:65px;
	border:1px solid #cbcbcb;
	color:#808080;
	font-size:10px;
}

.searchbutton {	
	background:#ffffff;
	border:0px;
	font-size:10px; 
	color:#808080
	}

 input.searchbutton {
	font-size:10px;}


.submit {
	border:1px solid #999999;
	width:105px;
	font-size:10px;}

.login {width:128px;
	font-size:10px;}


.label_searchbox {
	vertical-align:top;
	color:#424142;
	position:relative;
	padding-left:10px;
	/*left:-65px;*/
}

.input {
	font-size:11px;
	font-family:arial,helvetica, sans-serif;
	color:rgb(0,0,0);
	width:240px;
	margin-bottom:8px;
	border-top:1px solid #999999;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	border-left:1px solid #999999;
}


