html{ 
 background:url(images/bg.jpg) #53A000; 
 } 
 
body{
 margin:0; 
 padding:0; 
 text-align:center;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 line-height: 140%;
 font-size:90%;
 background:url(images/background.jpg) no-repeat; 
}
 
#pagewidth{ 
 width:990px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;  
} 
 
#header{
 position:relative; 
 height:250px;
 width:100%;
} 
 
#leftcol{
 width:200px; 
 float:left; 
 position:relative;
 padding-left:80px;

 }



#bread{
	text-decoration: none;
	font-size:12px;
} 

#bread a{
	text-decoration: underline;
	font-size:12px;
}  
#bread a:hover{
	font-style:italic;
	text-decoration: underline;
	font-size:12px;
} 


#leftcol ul {
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 0px 5px;
	list-style: none;
}

/*Navigation*/

#menu{
	padding: 30px 10px 10px 15px;
 	background:url(images/nav_bg.gif) no-repeat;
	min-height:180px;
	font-size: 90%;
	
}

#menu a:link, #menu a:visited {
	color: #FFFFFF;
	text-decoration:none;
	display: block;
	font-weight: bolder;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#menu a:hover {
	color: #F2E7A2;
}


#menu ul ul{
	font-weight: lighter;
}


.menu_default{
	display: block;
}


li.menu_current{
	list-style:url(images/li_menu.gif);
	}
	

#maincol{
 float: right; 
 display:inline; 
 position: relative; 
 width:680px;
 color:#FFFFFF;
 min-height:500px;
 }
 

#footer{
 height:50px;
 background:url(images/bg_footer.gif) repeat-x #53A000;
 height:97px;
 clear:both;
 color:#FFFFFF;
 padding-top:50px;
 font-size:70%;
 line-height: 100%;
 } 
 

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}


a {
	color:#F6EEAE;
	text-decoration:none;

}
a:visited {
	color:#F6EEAE;
	text-decoration:none;
}
a:hover {
	color:#FFEEAA;
	text-decoration:underline;
}
a:active {
	color:#F6EEAE;
	text-decoration:none;
}


h1{
  	font: 180% icon "Palatino","Palatino Linotype", serif;
	text-align:center;
	color: #ffffff;
	letter-spacing: 2px;
	/*text-transform:uppercase;*/
}

h2{
  	font: 160% "Palatino","Palatino Linotype", serif;
	background: left no-repeat url(images/h.gif); padding-left: 20px;
	text-align:center;
	color: #ffffff;
	font-style:italic;
	letter-spacing: 2px;
}

h3{
  	font: 140% "Palatino","Palatino Linotype", serif;
	text-align:center;
	color: #ffffff;
	font-style:italic;
	letter-spacing: 2px;
}

h4{
  	font: 120% "Palatino","Palatino Linotype", serif;
	color: #ffffff;
}

h5{
  	font: 100% "Palatino","Palatino Linotype", serif;
	color: #ffffff;
}

h6{
  	font: 90% "Trebuchet MS", Trebuchet, sans-serif;
	color: #ffffff;
}


#websiteheader h1 {
	display: none;
	}
	
#login {
	color:#FFFFFF;
	font-size: 10px;
	padding: 10px 10px 10px 15px;
 	background:url(images/nav_bg.gif) no-repeat;
	min-height:180px; 
	line-height: 100%; 
	}
.input_login{
	width:80px;
	border:#FFFFCC solid 1px;
	background-color: #cccccc;
	margin-top:5px;
	}	
.submit_login{
	width:80px;
	background-color: #cccccc;
	color: #333333;
	border:#FFFFCC solid 1px;
	height: 20px;
	margin-top:5px;	
}
	
#newsletter {
	padding: 10px 10px 10px 15px;
 	background:url(images/nav_bg.gif) no-repeat; 
	min-height:180px; 
	color:#FFFFFF;
	font-size: 12px;
	}
	
.input_newsletter{
	width:120px;
	border:#FFFFCC solid 1px;
	background-color: #cccccc;
	}	
	
.submit_newsletter{
	width:80px;
	background-color: #cccccc;
	color:#333333;
	border:#FFFFCC solid 1px;
	height: 20px;
}	
	
.radio_newsletter{

	}
	
.header_email{
	font-size:80%;

}
		
	
#search_box h1{

}

.search_input{
	width:170px;
	border:#FFFFCC solid 1px;
	background-color: #cccccc;
	text-align:center;
}

.search_submit img{
	border:none;
}

#rss img{
	border:none;
	}
	
.post_title a{
	color: #E3F89C;
	text-decoration:none;
	}
	
#maincol li{
	list-style-image:url(images/li.gif);
	}
	
.contentbild{
	border: #336633 solid 4px;
	
}


.submit_form{
	width:80px;
	background-color: #cccccc;
	color:#333333;
	border:#FFFFCC solid 1px;
	height: 20px;}