*html {
	height:100%;
	font-size: 12px;		
}

body {
	margin:0;
	padding:0;	
	background: White url(img/header-big.png) repeat-x top;	
	height:100%;
	font: 13px/170% Century Gothic, 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, Sans-Serif;	
  color: #000;
}

/* Headers */

h1 { font-size: 2.3em; font-weight: normal; letter-spacing: -2px; }
h2 { font-size: 1.8em; font-weight: normal; }
h3 { font-size: 1.5em; font-weight: normal; letter-spacing: -0.5px; padding-top: 15px; }
h4 { font-size: 1.2em; }
	
/*----- boxes -------------------------*/

#bodybox {
	width:770px;
	height:100px;
	margin:0 auto;
	text-align: left;
	
}


.nopr {
float:left; 
}

.topbox {
	width:540px;
	height:140px;
	
}

.maincontenbox {
 height:100px;
 width:530px;
 margin-top: 0px;
 font-family: Century Gothic, Verdana, Helvetica, Arial, Tahoma;
 font-size: 12px;
 color: black;
}

.bluecontent {
 height:100px;
 width:530px;
 margin-top: 40px;
 font-family: Century Gothic, Verdana, Helvetica, Arial, Tahoma;
 font-size: 12px;
 color: white;
}

.bluecontent a {
	text-decoration: none;
	color: #FEFF22;
}


.bluecontent a:hover	 {	
	text-decoration: underline;
	color: Yellow;
}

.bluecontent H1	 {	
	 color: white;
}





#leftbox {
	margin: 0;
	width:205px;
	float:left;
	color: #3A3A3A;
}


#mainbox {
	width:530px;
	float:left;
	
}

	
#headerbox {
	width:770px;
	height:200px;
	background-repeat: no-repeat;
	text-align: center;
	margin:0;
	background: url(img/bridgehd.gif) no-repeat;
	/* cursor: pointer;
	cursor: hand; */
}


#anibuttons {
	width:200px;
	height:20px;
	background: white;
	margin:0;
}

.header {
	margin: 0 0 0 0;
	padding-top:20px;
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	float: right;
	}
	
.header a {	
	text-decoration: none;
}

.headersub {
	margin:10px 0 0 10px;
	font-size: 14px;
	color:#000000;
}

/*-- footer  -----------*/

#footerbox {
	clear:both;
	margin-top: 5px;
	width:770px;
	height: 109px;
	background: #ffffff;
	border-top: 1px solid #c5c5c5;
	font-size: .9em;
}

#footerbox a {
	margin-top:10px;
}

#gecko_scrollbar { 
 display: none; 
} 

html>body #gecko_scrollbar { 
 position: absolute; 
 z-index: 1; 
 bottom: -1px; 
 left: 0; 
 width: 1px; 
 height: 1px; 
 display: block; 
 font-size: 0; 
}

/*-- Menue  -----------*/

#menu {	
	line-height: 160%;
	width: 200px;
	color: black;	
}	

#menu ul {
margin: 0;
padding-left: 0;
list-style-type: none;
color: Black;
}

/* Hintergrund der Tabelle in der Navi offline */

#menu li a {
display: block;
padding: 3px 15px;
width: 170px;
background-color: #D9D9D9;

color: black;
border-bottom: 4px solid White;
}

/* Navi  */

#menu li ul a {
background-color: #FFEC80;
color: black;
padding: 0 5px 0 25px;

}

#menu li ul ul a {
background-color: #EEE8AA;
color: black;
width: 165px;
padding: 0 0 0 35px;
}


#menu a:link, #menu  a:visited
{
color: #000;
text-decoration: none;

}

#menu a:hover {
	background-color: #FFE653;
	color: #494949;
}


.menu-current > a {
	background-color: Orange ! important;
	color: #666666;
	font-weight: bold;
}



/*---Login, Logout, search----*/
#leftbox form {
	margin-top: 10px;
	width: 100%;
	font-size: 0.9em;
}
#leftbox fieldset {
	padding: 0;
	border: 0;
	margin: 0 auto;
	width: 190px;
	color: #003366;
}

#leftbox input {color: #3A3A3A;}
#leftbox legend {
	color: #3A3A3A;
	font-weight: bold;
	margin-left:-3px;
}

#leftbox input {
	border: 1px solid #c5c5c5;
	margin: 2px 0 5px 0;
	color: Black;
	background-image: url(img/bgfooter.jpg);
	background-repeat: repeat-x;
	background-position: center;
}
#leftbox label {margin:2px 0 0 0px; }

/* login/logout*/

#login .formtext, #logout .formtext { 
display:block;
	clear:both;text-align: center;
line-height: 11px; margin: 2px 0 20px 5px; 
}

#login .inputfield, #logout .inputfield { width:183px; }
#login .submit, #logout .submit { width:70px; float: right; margin:5px 0 5px 0; padding:0 5px;}


#login a {
color: #003366;
	/*display:block;
	clear:both;
	padding:0;
	
	line-height: 11px;
	margin-top:10px ! important;*/
}

/*---Search----*/
#search {
width:190px;
background-color: #FFFFFF;
}
#search .inputfield {
width: 110px;
padding-left: 3px;
float: left;
color: #000000;
border: 1px solid #727272;

}
#search .submit{
float: right; 
padding:0 5px;
border: 1px solid #727272;
}



.footera {
	width: 210px;
	float: left;
	text-align: left;
	padding-left: 10px;
	padding-top: 10px;
}

.footerb {
	float: left;
	width: 530px;
	text-align: right;
	padding-top: 10px;
}

/*--------------PRINT------------------*/
  
@media print {

 .nopr, #leftbox, #topmenu, #footerbox, #gecko_scrollbar {display:none;}
 #mainbox {width:80%; margin-left:15%}

}
