body {
	background-color: #c0c0c0;
	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: 1024px;
	margin: 0 auto; /* for Firefox*/
	text-align: left;
	min-height: 500px;
	border: 0px solid #ff0000;
	background:url(/templates/images/main_bg.jpg);
	background-color: #2e2e2e;
}

#header {
  background:url(/templates/images/header.jpg);
	clear: both;
	height: 36px;
	width: 1024px;
	padding-top: 80px;
	overflow: hidden;
}

#footer {
	clear: both;
	color: #000000;
  background:url(/templates/images/footer.jpg) no-repeat;
	height: 26px;
	font-size: 12px;
	text-align: center;
	padding-top: 10px;
} 

#sidebar-left {
	background-color: #444444;
  width: 185px;
	float: left;
	height: 100%;
	padding-left: 20px;
	padding-top: 20px;
}



#content {
	width: 780px;
	float: right;
	border: 0px solid #ff0000;
	text-align: justify;
	min-height: 500px;
	padding-right: 30px;
	padding-top: 20px;
	
}



/*menu_top design beispill */

#menu_top {
	margin:0px;
	color:#fff;
	font-family: Tahoma;
	white-space: nowrap;
	float: left;
	padding-top: 18px;
	padding-left: 210px;
}

#menu_top li {
	display:inline;
}

#menu_top li a {
	padding-top: 15px;
	padding-left: 0px;
	text-decoration:none;
	font-weight: bold;
	width: 112px;
	height: 40px;
	margin: 0;
	color: #000000;
	padding-right: 10px;
}


#menu_top li a:hover{
	color: #000000;

}

#menu_top li a:active{
	color: #000000;
}

#menu_top li #top_active{
    color: #000000;
    text-decoration: underline;
}

/** menu left Beispill **/
#menu_left_title {
  background: transparent;
	margin: 0;
	display: inline;
	font-weight: bold;
	text-transform: uppercase;
	color: #ffffff;
}

#menu_left {
  background: transparent;
 	background: #2e2e2e;
	margin: 0;
	padding: 0;
	margin-bottom: 0px;
	font-size: 12px;
	color: #ffffff;
	list-style-type: none;
	margin-top: 10px;
}

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

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

#menu_left li a:hover{
	background-color: #2e2e2e;
}


#menu_left li #menu_active {
    color: #d6c737;
}

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


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

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

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

