*html {
	height:100%;
}

body {
	margin:0;
	padding:0;	
	background: White url(img/header-big.png) repeat-x top;	
	height:100%;
    font-family: Arial, Verdana, Helvetica, Tahoma;
				
}

	
/*----- boxes -------------------------*/

#bodybox {
	width:820px;
	height:100px;
	margin:0 auto;
	text-align: left;
	
}


.nopr {
float:left; 
}

.topbox {
	width:590px;
	height:140px;
	
}

.maincontenbox {
 heigh:100px;
 width:550px;
 margin-top: 0px;
 color: black;
}

p {
  padding-left: 10px;
   font-family: Arial, Verdana, Helvetica, Tahoma;
 font-size: 14px;    
}

h1 {
  padding-left: 8px;
  padding-bottom: 8px;
   font-family: Arial, Verdana, Helvetica, Tahoma;
 font-size: 16px;
 border-left: 10px solid orange;
}

h2 {
  padding-left: 8px;
  padding-bottom: 8px;
   font-family: Arial, Verdana, Helvetica, Tahoma;
 font-size: 16px;
 border-left: 10px solid orange;
}

h3 {
  padding-left: 8px;
  padding-bottom: 8px;
   font-family: Arial, Verdana, Helvetica, Tahoma;
 font-size: 16px;
 border-left: 10px solid orange;
}

.bluecontent {
 heigh:100px;
 width:550px;
 margin-top: 40px;
font-family: Arial, Verdana, Helvetica, Tahoma;
 color: white;
}

.bluecontent a {
	text-decoration: none;
	color: #FEFF22;
}


.bluecontent a:hover	 {	
	text-decoration: underline;
	color: Yellow;
}



#leftbox {
	margin: 0;
	width:205px;
	float:left;
	color: #3A3A3A;
}


#mainbox {
	width:550px;
	float:left;
	
}

	
#headerbox {
	width:200px;
	height:200px;
	background-repeat: no-repeat;
	text-align: center;
	margin:0;
	background: url(img/logo.png);
	cursor: pointer;
	cursor: hand; 
}

	
#anibuttons {
	width:200px;
	height:20px;
	background: white;
	margin:0;
}

.header {
	margin: 0 0 0 0;
	padding-top:20px;
	font-size: 16px;
	font-weight: bold;
	}
	
.header a {	
	text-decoration: none;
}

.headersub {
	margin:10px 0 0 10px;
	font-size: 14px;
	color:#000000;
}

/*-- footer  -----------*/

#footerbox {
	clear:both;
	margin-top: 10px;
	width:770px;
	height: 109px;
	background: #ffffff url(img/stecknadeln.jpg) no-repeat right;
}

#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: #494949;
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.8em;
}
#leftbox fieldset {
	padding: 0;
	border: 0;
	margin: 0 auto;
	width: 190px;
	color: #ffffff;
}

#leftbox input {color: #3A3A3A;}
#leftbox legend {
	color: #3A3A3A;
	font-weight: bold;
	margin-left:-3px;
}

#leftbox input {
	border: 1px solid #ffffff;
	font-size: 1em;
	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 4px; }

/* login/logout*/

#login .formtext, #logout .formtext { 
display:block;
	clear:both;text-align: center;
font-size: 10px; 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: #d1db6b;
	/*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: left;
	padding-top: 20px;
}

/*--------------PRINT------------------*/
  
@media print {

 .nopr, #leftbox, #topmenu, #footerbox, #gecko_scrollbar {display:none;}
 #mainbox {width:80%; margin-left:15%}

}
