* {
	margin:0;
	padding:0;
	border:0
}

html,body {
	font:.9em/1.3em Georgia, Verdana, Arial, Helvetica, sans-serif;
	background:#e4e4c9;
	color:#555555;
	text-align:center;
}

td {
	font:.9em/1.3em Georgia, Verdana, Arial, Helvetica, sans-serif;
}

div#wrapper {
	text-align:left;
	margin:0 auto;
	background:#fafaf5;
	width:1200px;
	border: 2px solid #C5C58B;
}

div#header {
	width:100%;
	height:110px;
	padding:5px 0px 0px 0px;
	background:#C5C58B;
}

#header h1 {
	font-size: 32px;

}

div#left {
	/*border: 1px solid;  Rahmen zum Testen */
	float:left;
	width:190px;
}

/*Menu Anfang*/

#menu ul, #menu li {
   list-style-type: none;
}

#menu {
	width: 190px;
	height:16px;
	background-color:#f2f1d9;
}

#menu li a, #menu a {
	font-family: Georgia, Verdana, Arial;
	font-size: 13px;
	color: #555555;
	text-decoration: none;
	display: block;
	height: 100%;
	line-height: 16px; /*Höhe der Zeilen innerhalb der Navigation*/
	background-color:#f2f1d9;
}

#menu li a {
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #ffffff;
	padding: 2px 0 2px 8px;
}

#menu li a:hover, {
	display: block;
	background-color: #555555;
	color: #f2f1d9;
}

.subnavi {
	padding: 0 0 0 14px;
	background-color: #f2f1d9;	
}

/*Menu Ende*/

ul.text {
padding-left: 20px;
}

#content a {
	font-family: Georgia, Verdana, Arial;
	font-size: 13px;
	color: #000000;
	text-decoration: underline;
	display: inline;
}

#rechts a {
	font-family: Georgia, Verdana, Arial;
	font-size: 13px;
	color: #000000;
	text-decoration: underline;
	display: inline;
}

div#content {
	/*border: 1px solid; Rahmen zum Testen */
	margin-left: 190px;
	width: 720px;
	padding: 10px;
	border-left: 1px solid #C5C58B;
}

div#rechts {
	/*border: 1px solid;  Rahmen zum Testen
	background-color:#ccccff; */
	float:right;
	width:260px;
	margin:5px;
	padding:5px;
	border-left: 1px solid #C5C58B;
}

div#footer {
	clear: both;
	width:100%;
	background:#555555;
	text-align:center;
	color:#fafaf5;
	line-height:30px;
}

div#footer a {
	font-family: Georgia, Verdana, Arial;
	font-size: 13px;
	color: #ffffff;
	text-decoration: underline;
	display: inline;
}

div#news {
	border: 1px solid #990000; /*Rahmen zum Testen*/
	padding: 5px;
	background-color: #cccc99;
}

h1 {
	font-size: 24px;
	line-height: 30px;
	padding-bottom: 10px;
	padding-top: 15px;
}

h2 {
	font-size: 16px;
	margin: 0px 0 0 0;
	padding-bottom: 10px;
	padding-top: 15px;
}

h2.rechts {
	font-size: 16px;
	border-bottom: 1px dotted #000000;
	margin: 0 0 10px 0;
}

h3 {
	font-size: 14px;
	line-height: 20px;
	padding: 25px 0 10px 0;
}

hr {
	color: #C5C58B;
	background-color: #C5C58B;
	height: 1px;
	width:200px;
	margin:20px auto;
	text-align:center;
}

.title {
	font-size:30px;
	margin:45px 0px 0px 280px;
}

.image_news {
	padding: 2px;
	border: 1px solid #FFCCCC;
	margin: 0 0 10px 10px;
}

.image_content {
	border: 1px solid #FFCCCC;
	margin: 10px 0 0 0;
	float: right;
}

img.bilder {
	padding-top: 10px;
}
