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


#flecken {
	background-image: url(/templates/images/flecken.png) no-repeat;
	/*background-position: 100px 50%;*/
	}
	
#container {
	width: 720px;
	margin: 0 auto; /* for Firefox*/
	text-align: left;
	min-height: 500px;
	background-color: #ffffff;
	border: 0px solid #ff0000;
	background:url(/templates/images/text_back.jpg);
}

#header {
  background:url(/templates/images/top.jpg);
	background-color: #ffffff;
	clear: both;
	height: 22px;
	width: 720px;
	padding-top: 232px;
	overflow: hidden;
	cursor: pointer;
			border: 0px solid #00ff00;	

}

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

#sidebar-left {
	background: transparent;
	width: 162px;
	float: left;
	padding-left: 15px;
	padding-top: 25px;
}



#content {
	background: transparent;
	color:#000000;
	width: 510px;
	float: right;
	padding: 10px;
	border: 0px solid #ff0000;
	margin-right: 10px;
	text-align: justify;
	min-height: 500px;
}



/*menu_top design beispill */

#menu_top {
	margin:0px;
	color:#fff;
	font-family: Tahoma;
	white-space:nowrap;
	float: right;
}

#menu_top li {
	display:inline;
}

#menu_top li a {
	padding-top: 15px;
	padding-right: 15px;
	text-decoration:none;
	color:#000;
	/*float:left;*/
	font-weight: bold;
	width: 115px;
	height: 20px;
	margin: 0;
	background: url(/templates/images/button__.png);
		border: 0px solid #00ff00;	


}


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

}

#menu_top li #top_active{
	background: #b2dd2c;
	color:#fff;
	background: url(/templates/images/button__.png);
	background-position: 0px -58px;

}



/** menu left Beispill **/
#menu_left_title {
	background: url(/templates/images/block.jpg) no-repeat;
	margin: 0;
	padding-left: 10px;
	padding-top: 7px;
	font-weight: bold;
	width: 135px;
	height: 36px;
	
	/*margin: 0;
	display: inline;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 20px;*/
}

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

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

#menu_left li a{
  text-decoration: none;
	font-weight: bold;
	background: transparent;
  color:#5a5a5a;
}

#menu_left li a:hover{
  background: transparent;
	text-decoration:underline;
  color:#5a5a5a;
}

#menu_left li #menu_active{
  background: transparent;
	text-decoration:underline;
  color:#5a5a5a;
}


#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;
}

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