* { 
	margin: 0; 
	padding: 0; 
} 
html, body {
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:12px; 
	color:#000000; 
} 
.container { 
	width:1100px; 
}

/* linke spalte */
.links {
	float:left; 
}
	.kontaktfeld {
		margin-top:130px; 
		background-color:#E1E2E2; 
	}
	.kontaktbild {
		width:35px;	
		text-align:right; 
		float:left; 
	}
	.kontaktinfos {
		padding-left:10px; 
		padding-right:10px; 
		float:left; 
		color:#ff9900; 
		font-size:11px; 
		background-color:#FFFFFF; 
	}
	
/* rechte spalte */
.rechts {
	float:left;
	background-color:#F29400;
	width:885px;
}
	.rechts_top_1 {
		background-image:url(pix/hintergrund_top.jpg); 
		background-repeat:repeat-x; 
		background-position:top; 
		height:120px; 
		width:100%; 
	}	
	.rechts_top_2 {
		background-image:url(pix/hintergrund_top.jpg); 
		background-repeat:repeat-x; 
		background-position:top; 
		height:120px; 
		width:654px; 
	}
	.menue {
		min-height:571px; 
		padding-top:10px;
		background-image:url(pix/hintergrund_z_links.jpg);
		background-repeat:no-repeat;
		background-position:top right;
		min-width:180px; 
		/*ehemals 90px*/
		
	}
	.inhalt {
		width:654px;
		min-height:571px;
		padding-top:10px;
		background-color:#F5AF40;
		background-image:url(pix/hintergrund_z_rechts.jpg);
		background-repeat:no-repeat;
		background-position:top left;
	}
		.inhalt_text_startseite {
			width:495px; 
			float:left;
			margin:0 10px 0 10px;
		}
		.inhalt_text {
			width:630px; 
			float:left;
			margin:0 10px 0 10px;
		}
		.inhalt_fotos {
			margin:5px;
			padding:5px; 
			background-color:#FFFFFF; 
		}

/* schriften */
.menue a {
	padding:5px; 
	font-size: 12px; 
	font-style: normal; 
	font-variant: normal; 
	color: #FFFFFF; 
	text-decoration: none; 
	font-weight: bold; 
}
.menue a:hover { 
	color:#000000; 
	text-decoration:none; 
	font-weight: bold;	
} 
.inhalt_text ul {
	margin-left:20px;
}
.inhalt_text li {
	margin-bottom:5px;
}

.inhalt_text a {
	padding:5px; 
	font-size: 12px; 
	font-style: normal; 
	font-variant: normal; 
	color: #cc6600; 
	text-decoration: none; 
	font-weight: bold; 
}
.inhalt_text a:hover { 
	color:#000000; 
	text-decoration:none; 
	font-weight: bold;	
} 
.inhalt_text_startseite ul {
	margin-left:20px;
}
.inhalt_text_startseite li {
	margin-bottom:5px;
}

.inhalt_text_startseite a {
	padding:5px; 
	font-size: 12px; 
	font-style: normal; 
	font-variant: normal; 
	color: #cc6600; 
	text-decoration: none; 
	font-weight: bold; 
}
.inhalt_text_startseite a:hover { 
	color:#000000; 
	text-decoration:none; 
	font-weight: bold;	
} 
.ueberschrift {
	padding-bottom:10px; 
	font-size:14px;
	font-weight: bold; 
	font-style: normal; 
	font-variant: normal; 
	text-decoration: none; 
}