.enclose {
	clear: both;
	}

#body {
	background-color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 10px;
	}

#content {
	background-color: #fff;
	padding: 0px 40px 00px 40px;
	color: #333;
	text-align: center;
	font-size: 12px;
	}

.artikel {
	padding-top: 1em;
	}

#menue {
	background-color: #fc0;
	width: 168px;
	margin: 0;
	}

.menuelink {
	position: static;
	background-color: #c00;
	width: 168px;
	margin: 0;	
	}

.menue_aktiv {
	display: block}

#sub_1 {
	width: 142px;
	text-align: left;
	background-color: #FFCC00;
	font: Verdana, sans-serif, Arial;
	font-size: 10px;
 	color: #c00;
	clear: both;
	margin-left: 16px;
	margin-right: 0;
	margin-top:0;
	padding: 5px;
	}

#sub_2 {
	width: 70%;
	text-align: left;
	background-color: #FFCC00;
	font: 11px Verdana, sans-serif, Arial;
	font-size: 12px;
	color: #000;
	clear: both;
	margin: 10px 0 10px 15px;
	}
  
.sublinks a {
	color: #c00;
	background-color: #FFCC00;
	padding: 2px;
	padding-left: 3px;
	display: block;
	border-bottom: 1px solid #cc0000;
	font: 10px Verdana, sans-serif, Arial;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	}

.sublinks a:hover {
	background-color: #c00;
	color: #FFCC00;
	text-decoration: none;
	}
	
#sub_2 a {
  color: #666;
  text-decoration: none;
  }
  
#sub_2 a:hover {
  color: #c00;
  text-decoration: underline;
  }
  
#content a:link {
	color: #666;
	text-decoration: underline;
	}

#content a:visited {
	color: #666;
	text-decoration: underline;
	}

#content a:hover {
	color: #c00;
	text-decoration: underline;
	}  

.grafik_mitte {
	position: static;
	text-align: center;
	width: auto;
	float: none;
	margin: 10px 0 10px 0;
	z-index: 90;
	}

.grafik_rechts {
	position: static;
	width: auto;
	float: right;
	margin: 8px 0 8px 10px;
	z-index: 90;
	}
	
.grafik_links {
	position: static;
	width: auto;
	float: left;
	margin: 8px 10px 8px 0;
	z-index: 90;
	}

.titel {
  margin: 0 0 14px 0;
  border-width: 0;
  }

.zitat {
	position: relative;
	border-width: 0;
	margin: 12px 50px 12px 20px;
	color: #666;
	font-size: 12px;
	font-family: serif;
	text-align: left;
	}
  
.adresse {
  margin-top:50px;
  }
	 
.feldname {
	text-align: left;
	font-size: 80%;
	color: #c00;
	white-space:nowrap;
	}
	
p {
	margin: 2px 0 2px 0;
	padding: 0;
	text-align: left;
	}

h1, h2, h3, h4, h5 {
	text-align: left;
	color: #c00;
	margin: 0px 0 0 0;
	padding: 0;
	}

strong {
	font-weight: bold;
	}
	
em {
	font-style: italic;
	}

ul {
	list-style-type: disc;
	list-style-position: outside;
	line-height: 110%;
	}
	
img {
	border-width: 0;
	}

table {
	border-spacing: 5px;
	}

#mutterbox {
	min-width: 750px;
	}

#body_out {
	width: 75%;
	float: left;
	}

#content_out {
	width: 100%;
	clear: both;
	}

#artikel_out {
	width: 100%;
	}

#menue_out {
	width: 168px;
	float: left;
	}

#menuelink_out {
	width: 100%;
	clear: both;
	}

#sub_out {
	width: 90%;
	clear: both;
	background-color: #FFCC00;;
	}

* html #mutterbox {
	width:expression((document.body.clientWidth <= 760)? "760px": "auto" );
	}
