body {
	background-color:#EFEFEF;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	}
	
a:link {
	color:#CC6600;
	text-decoration:none;
	}

a:visited {
	color:#CC6600;
	text-decoration:none;
	}

a:active {
	color:#CC6600;
	text-decoration:none;
	}

a:hover {
	color:#FEA725;
	text-decoration:none;
	}

/*großes Hauptfenster*/	
#hauptinhalt {
	width:862px;
	height:625px;
	margin:25px auto;
	overflow: auto;
	}
	
/*Logo mit Schriftzug im Kopfteil*/
#kopfteil {
	height:100px;
	margin:0px;
	}
	
/*weißer Rahmen links oben*/
#platzhalterlinksoben {
	width:20px;
	height:177px;
	background-image:url(../images/platzhalterlinks.jpg);
	float:left;
	}
	
/*weißer Rahmen rechts oben*/
#platzhalterrechtsoben {
	width:20px;
	height:177px;
	background-image:url(../images/platzhalterrechts.jpg);
	float:right;
	}
	
/*navigation */
#menue{
	width:822px;
	height:30px;
	float:left;
	margin-top:5px;
	background-image:url(../images/menue.jpg)
	}
	
/*bild unter navigation*/
#bild{
	width:822px;
	height:137px;
	background-color:#736F6E;
	float: left;
	margin-top:5px;
	background-image:url(../images/headerimg4.jpg);
	background-repeat:no-repeat;
	}
	
/* hauptfenster mit "menue", "bild" und "inhalt"*/
#block {
	float: left;
	width: 862px;
	height: 525px;
	overflow: hidden;
	background-color:white;
	}
	
/* Inhalt unter "bild", mit platzhaltern links und rechts*/
#textblock {
	float: left;
	width: 860px;
	height: 325px;
	border-left: 1px solid #BEBEBE;
	border-right: 1px solid #BEBEBE;
	}
	
/* textseiten*/
#inhalt{
	width:822px;
	height:316px;
	background-color:#fafafa;
	float: left;
	margin: 5px 20px 50px 20px;
	}
	
/*fusszeile*/
#fuss {
	height:23px;
	float: left;
	margin:0px;
	width:100%;
	background-image:url(../images/fuss.jpg);
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#8D8D8D;
	text-align:center;
	padding:11px;
	}
	
/*fusszeile linkbestimmung*/
#fuss a:link, #fuss a:visited {
	color:#8d8d8d;
	}
	
/*fusszeile linkbestimmung*/
#fuss a:hover {
	color:#8D8D8D;
	text-decoration: none;
	font-size:9px;
	}
	
/*menue layout*/
#button li{
	list-style-type:none;
	float:left;
	height:30px;
	width:164px;
	margin-top: 7px;
	}
	
/*menue linkbestimmung*/
#button li a:link, #button li a:visited {
	list-style-type:none;
	text-decoration:none;
	height:30px;
	width:164px;
	padding: 7px 60px 7px 60px;
	font-weight:bold;
	font-size:14px;
	color:#FFFFFF;
	}

.farbe {
	background-image:url(../images/menuehover.jpg);
	background-repeat:repeat-x;
	height:30px;
	width:164px;
}
	
	
/*menue linkbestimmung*/	
#button li a:hover, #button li a:active {
	background-image:url(../images/menuehover.jpg);
	padding: 7px 60px 7px 60px;
	}
	
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	}
	
/* formatbestimmung auf "startseite"*/
.aufzaehlung {
	line-height:150%;
	list-style-type:square;
	}
		
/*spalte links im "impressum"*/
#spalte1 {
	float:left;
	width: 30%;
	height:40%;
	border-right: 1px solid #bebebe;
	margin-right: 7px;
	}
	
/*spalte mitte im "impressum"*/
#spalte2 {
	float:left;
	width: 33%;
	height:40%;
	border-right: 1px solid #bebebe;
	margin-right: 7px;
	}
	
/*spalte rechts im "impressum"*/
#spalte3 {
	float:left;
	width: 33%;
	height:40%;
	}
	
/*spalte links in "Anfahrt"*/
#anfahrtlinks {
	float:left;
	width:117px;
	padding-right:5px;
	}
	
/*spalte rechts in "Anfahrt"*/
#anfahrtrechts {
	float:left;
	}
	
/*spalte links oben in "referenzen"*/
#spalte4 {
	width: 65%;
	height:70%;
	float:left;
	}
	
/*spalte links oben in "referenzen"
#spalte4 a:link, #spalte4 a:visited, #spalte4 a:active {
	color:red;
	}*/
		
/*spalte links oben linkbestimmung*/	
#spalte4 a:hover {
	color:#FEA725;
	}
	
/*spalte links oben bildformatbestimmungen*/
#spalte4 img { 
	border:1px solid #CC6600;
	margin-right:13px;
	}
	
/*spalte rechts "referenzen"*/
#spalte5 {
	width:34%;
	float:right;
	padding-top:37px;
	border-left:1px solid #bebebe;
	padding-left:7px;
	list-style-type:square;
	}

/*spalte links unten "referenzen"*/
#spalte6 {
	height:30%;
	width:65%;
	float:left;
	}
	
/*spalte links unten bildformatbestimmungen*/
#spalte6 img {
	border:1px solid #CC6600;
	margin-left:22px;
	margin-right:25px;
	}
	
/*formatbestimmungen foto im "kontakt"*/
#kontaktpicture {
	float:right;
	margin-top: 25px;
	margin-right: 25px;
	}
