body {
	background: #888 url("bild/bg.gif") repeat-x;
	margin: 0;
	margin-top: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 80%;
	line-height: 1.4em;	
}
a {
	color: #555;
	font-style: italic;
}
a:hover {
	background: #888;
	color: #fff;
}

header, article, footer {
	display: block;	
}

header {
	position: relative;
	width: 100%;
	height: 140px;
	background: url("bild/bgheader.gif") repeat-x;	
}
#mitte {
	position: relative;
	background: url("bild/bginhaltrechts.jpg") repeat-x;	
	overflow: auto;
}
#image {
	width: 300px;
}
#image img {
    float: left;
}

article {
	width: 600px;
	height: 400px;
	padding-left: 30px;
	position: absolute;
	left: 300px;
	top: 0;
	overflow: auto;
	background: #fff;	
}
footer {
	clear: left;
	border-top: 3px solid #DBBC44;	
}

footer p {
	width: 400px;
	color: #fff;
	padding-left: 330px;
}

h1 {
	font-size: 1.5em;
	color: #555;
	letter-spacing: 1px;
	margin: 0.8em 0 0.5em;
}
h2 {
	font-size: 1.2em;
	color: #4358A7;
	letter-spacing: 1px;	
}
.pic {
	padding: 9px;
	border: 1px solid #ccc;
	border-bottom: 1px solid #777;
	background-color: #FAF9E7;	
}
.picright {
	float: right;
	margin: 0 15px 15px 15px;
	padding: 0 7px 7px 0;
	background: url("bild/schatten200.jpg") no-repeat bottom right;	
}


ul.pdflist li {
	list-style-image: url(bild/pdf.gif);
	line-height: 12pt;
	margin: 6px;
}

/* Kontaktformular */

label,input, textarea {
	width: 220px;
	float: left;
	margin-bottom: 0.5em;	
}
label {
	text-align: right;
	width: 100px;
	float: left;	
	padding-right: 1em;
}
br {
	clear: left;
}
