@charset "UTF-8";
body {
	color: #262520;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.5em;
	
	margin: 0px;
	padding: 0px;
	
	overflow: auto;
	
	background-image: url(../pics/hintergrund.jpg);
	background-repeat: repeat-x;
	background-position: 0px -18px;
	
	top: 0px;
	bottom: 0px;
}

#kopfzeile {
	position: absolute;
	width: 100%;
	height: 50px;
}

#fusszeile {
	position: absolute;
	width: 980px;
	
	left: 50%;
	padding: 10px;
	
	margin: 0px;
	margin-left: -500px;
	
	color: #979590;
	text-align: center;
}

#bildzeile {
	position: absolute;
	width: 100%;
	top: 58px;
}

#bildinhalt {
	position: absolute;
	width: 1000px;
	height: 600px;
	left: 50%;
	top: 0px;
	padding: 0px;
	
	margin-left: -500px;
	margin-top: 0px;
	
	z-index: 1;
}

#inhaltscontainer {
	overflow: auto;
	position: absolute;
	
	width: 100%;
	
	top: 304px;
	bottom: 0px;
	z-index: 5;
}

#inhalt {
	position: absolute;
	width: 700px;
	
	left: 50%;
	top: 0px;
	
	padding: 0px;
	
	margin-left: -350px;
	margin-top: 0px;
}

.navigation {
	color: #979590;
	font-size: 20px;
	text-decoration: none;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

a {
	color: #979590;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: none;
}

.referenzenlink {
	color: #FF9900;
}

.referenzenlink a {
	color: #000000;
}

.referenzenlink a:hover {
	color: #FF9900;
}

.navigation:hover {
	background-color: #FFFFFF;
	text-decoration: none;
}

.navigationaktiv {
	background-color: #FFFFFF;
	
	font-size: 20px;
	font-weight: bold;
	
	color: #000000;
	text-decoration: none;
}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	
	width: 300px;
	height: 20px;
	
	background-color: #CCCCCC;
	
	border: 1px solid #FFFFFF;
	padding: 0px;
	margin: 0px;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	
	width: 300px;
	height: 80px;
	
	background-color: #CCCCCC;
	
	border: 1px solid #FFFFFF;
	padding: 0px;
	margin: 0px;
}

.formularfeldname {
	background-image: url(../pics/formularfeld_name.gif);
}

.formularfeldemail {
	background-image: url(../pics/formularfeld_email.gif);
}

.formularfeldbetreff {
	background-image: url(../pics/formularfeld_betreff.gif);
}

.formularfeldnachricht {
	background-image: url(../pics/formularfeld_nachricht.gif);
}

.formularbutton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	
	width: 302px;
	height: 20px;
	
	text-align: center;
	vertical-align: middle;
	
	background-color: #CCCCCC;
	border: 1px solid #FFFFFF;
	padding: 0px;
	margin: 0px;
}

.dahinter {
	vertical-align: middle;
}

.kleineschrift {
	font-size: 0.8em;
}

.rot {
	color: #FF0000;
}

.linie {
	border-bottom: 1px solid #AAAAAA;
}
