/* CSS Document */


body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-image: url(../Bilder/bg.png); 
	background-repeat:repeat-x;
	margin: 0;
	padding: 0;
}


.menu_google {
	height: 500px;
	overflow: hidden;
}


.google {
background-color:#fff;
width: 150px;
height: 16px;
position:absolute;
margin-top: 230px;
z-index: 1000;
border: 0px solid black;

}

.google a {
text-decoration: none;
}

.al {
	font-size: 15px;
}

a.alt {
	font-size: 14px;
}


#all {
	background-image: url(../Bilder/content_bg.png);
	background-position:center;
	background-repeat:repeat-y;
	width: 100%;
		margin: 0 auto;

}


#head {
	width: 994px;
	height: 341px;
	margin: 0 auto;
	border: 0px solid silver;
	border-bottom: 0px solid silver;
	background-image: url(../Bilder/head.png);
	background-repeat: no-repeat;
}



DIV#left_head{
	width: 325px;
	height: 279px;
	float: left;
	background-image: url(../Bilder/logo.png);
}

DIV#head_right {
	width: 200px;
	height: 100px;
	float: right;
	overflow: hidden;
	padding: 25px 0 0 0;
	background-repeat:no-repeat;
	overflow: visible;
}


DIV#page {
	width: 994px;
	overflow: hidden;
	margin: 0 auto;
	border: 0px solid silver;
	padding: 0;
	padding-left: 0;
	border-top: 0px;
	padding-bottom: 15px;
	background-image: url(../Bilder/bg_page.png);
	background-repeat: no-repeat	;	
}

DIV#menu {
	float: left;
	margin: 0 0 0 0;
	padding: 0;
	width: 250px;
	overflow: hidden;
	border: 0px solid black;
}

DIV#content {
	margin: 0px 0px 0 10px;
	float: left;
	border: 0px solid #DE7D00;
	width:720px;
	padding: 0px 5px 5px 0px;
}

DIV#main_cont {
	float: center;
}

DIV#lang_menu {
	height: 20px;
	overflow: hidden;
	float: right;
	text-align: right;
}
	

DIV#posts, DIV#news {
	width:188px;
	float: right;
	margin: 2px 0 0 0;
	overflow: hidden;
	padding: 10px 5px 5px 5px;
}

DIV#footer{
	width: 994px;
	margin: 0px auto 3px;
	text-align: center;
	border: 0px solid silver;
	padding: 10px 0 10px 0px;
	height: 76px;
	overflow: hidden;

}

DIV#footer_bg {
	background-image: url(../Bilder/footer_bg.png);
	background-repeat: repeat-x;
	height: 96px;
	width: 100%;
	clear: both;

}

DIV#right_box{
	float: right;
	width: 200px;
	overflow: hidden;
	border-left: 0px solid silver;
	margin-right: 28px;
	display: none;
}



div#footer ul {
	margin:0;
	padding: 0;

}

div#footer li {
	display:inline;
	padding: 0;
	margin: 0;
}





/***************************************************/
/*mainnav*/


div#menu ul {
	margin: 0em 0 0 0;
	padding:0 0 0 0%;
	list-style-type:none;
}

div#menu li {
	margin: 0 0 1em 0;
}


div#menu li.current {
	color: white;
}

div#menu ul a {

	color: #666766;
	color: black;
	font-weight: bold;
	text-transform: none;
	text-decoration: none;
	padding: 0 0 0 15px;
	background-image: url(../Bilder/list.png);
	background-repeat: no-repeat;
	list-style-position: inside;

}

div#menu ul a:hover, div#menu ul li.current a  {
	color: #DE7D00;
	background-image: url(../Bilder/list2.png);
}

div#menu ul li.subcurrent a   {
	margin: 0 0 0 10px;
	color: #DE7D00;
}


div#menu ul li.sub {
	padding: 0 0 0 10px;
}
/* mainnav end */

/* footer navi beginn */

div#footer li {
		
	}


div#footer li a {
	color: #666766;
	text-decoration: none;
}

div#footer ul a:hover{
	color: #DE7D00;
	text-decoration: none;
	}

div#footer ul a:visited  {
	color: #666766;
	text-decoration: none;
}

div#footer li.current a{
	color: #DE7D00;
	text-decoration: none;
		}
		
div#footer li a:hover{
	color: #DE7D00;
	text-decoration: none;
}



/* footer navi end */



