body {
	background: url(/templates/images/back.jpg);
	text-align: center; /*for IE*/
	font-family: Tahoma;
	font-size: 12px;
	margin: 0;
	background-color: #fbf8e2;
} 


#flecken {
	background-image: url(/templates/images/top_banner.png);
	background-repeat:repeat-x;
	background-position: 0px 0px;
}
	
#container {
	width: 809px;
	margin: 0 auto; /* for Firefox*/
	text-align: left;
	min-height: 500px;
	background-color: #ffffff;
	border: 0px solid #ff0000;
	background:url(/templates/images/back_inhalt.jpg);
	border-bottom: 1px solid #cccccc;	
}


#header {
  background:url(/templates/images/top_logo.jpg);
	/*background-color: #ffffff;*/
	clear: both;
	height: 21px;
	width: 808px;
	padding-top: 150px;
	overflow: hidden;
	cursor: pointer;
	border: 0px solid #ff0000;	
	
}

#footer {
	background-color: #cccccc;
	clear: both;
 	background:url(/templates/images/bottom.jpg);
	height: 1px;
	font-size: 12px;
	text-align: center;
	padding-top: 5px;
	color: #999999;
} 

#sidebar-left {
	/*background: #cccccc;*/
	width: 175px;
	height: 395px;
	background:url(/templates/images/left_link.jpg);
	float: left;
	padding-left: 15px;
	padding-top: 25px;
	border: 0px solid #00ff00;	
	
}



#content {
	background: transparent;
	color:#000000;
	width: 550px;
	float: right;
	padding: 5px;
	border: 0px solid #ff0000;
	margin-right: 57px;
	text-align: justify;
	min-height: 500px;
	padding-top: 15px;	

	border: 0px solid #00ff00;
	
}



/*menu_top design beispill */

#menu_top {
	margin:0px;
	color:#fff;
	font-family: Tahoma;
	white-space:nowrap;
	float: left;
	text-align: center;
	padding-left: 200px;	
	border: 0px solid #00ff00;
	
}

#menu_top li {
	display:inline;
}

#menu_top li a {
	padding-top: 0px;
	padding-left: 10px;
	text-decoration:none;
	float:left;
	font-weight: bold;
	width: float;
	height: 10px;
	margin: 5px;
	background: url(/templates/images/button.png);

}


#menu_top li a:hover{
	background: #b2dd2c;
	color:#000000;
	text-decoration:underline;
	background: url(/templates/images/button.png);
	background-position: 0px -58px;

}

#menu_top li #top_active{
	background: #000000;
	text-decoration:underline;
	color:#000000;
	background: url(/templates/images/button.png);
	background-position: 0px -58px;

}



/** menu left Beispill **/
#menu_left_title {
  background: transparent;
	margin: 0;
	display: inline;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 20px;
		border: 0px solid #00ff00;	
	
}

#menu_left {
  background: transparent;
	margin: 0;
	padding: 0;
	margin-bottom: 0px;
	font-size: 12px;
	border: 0px solid #00ff00;	
	
}

#menu_left li{
	padding: 5px;
	margin-left: 10px;
    border-bottom: 0px solid #ccc;
}

#menu_left li a{
  text-decoration: none;
	font-weight: bold;
	background: transparent;
    color:#000;
    	border: 0px solid #00ff00;	
    
}

#menu_left li a:hover{
  background: transparent;
  color:#ff0000;
}

#menu_left li #menu_active{
  background: transparent;
  color:#e7b300;
}


#news { border-bottom: 1px dotted #ccc;}


fieldset {
	 border: 1px solid #ccc;
	 margin-bottom: 20px;
	 padding: 5px;
}

legend {
	color: #b2dd2c;
	font-weight: bold;
}

iframe {
	border: 0;
	width: 500px;
	height: 600px;
}

/*******************************************************************************/
