html, body {
	margin: 0;
	padding: 0;
}

body {
	background-color: #E3DFDE;
	color: #000000;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 101%;
	text-align: center; /*IE_quirks*/
}

i {
	font-size: 12px;
	color: #0000CC;
}

a {
	font-size: 12px;
}

address {
	font-size: 12px;
}

.wrapper {
	position: relative;
	width: 100%;
	text-align: left; /*IE_quirks ende*/
}

#Logo {
	width: 33%;
	position: static;
}

#Kopf {
	margin-left: auto;
	position: absolute;
	width: 77%;
	height: 100px;
	left: 120px;
	top: 10px;
	overflow: hidden;
	text-align: center;
}

#Kopf h1 {
	font-size: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#Kopf p {
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
}

.Unterinhalt {
	position: fixed;
	left: 9px; top: 117px; width: 7em; height: 75px;
	padding-top: 13px;
	padding-left: 9px;
	font-size: 14px;
	font-weight: bold;
}

.Unterinhalt ul, .Unterinhalt li {
	text-decoration: none;
}

.Unterinhalt ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	border: none;
	width: 6em;
	text-align: center;
}

.Unterinhalt a {
	font-size: 12px;
	line-height: 25px;
	border-style: ridge;
	border-width: 2px;
	border: 1px solid black;
	padding: 1px 2px;
	margin: 5px 0px 3px;
	color: #2F1111;
	display: block; 
	width: 70px;
}

.Unterinhalt a:hover {
	color: #FF0000;
	text-decoration: underline;
	background-color: #FAFF51;
}

.hr {
 	width: 120px;
	border-bottom:solid #111111 1px;
}

.w3 {
	position: fixed;
	left: 9px; top: 230px; width: 7em; height: 75px;
	padding-top: 13px;
	padding-left: 9px;
	font-size: 14px;
	font-weight: bold;
}

#Navileiste {
	margin-left: auto;
	position: absolute;
	width: 77%;
	height: 30px;
	left: 120px;
	top: 120px;
	text-align: center;
	font-weight: bold;
}

#Navileiste ul, #Navileiste li {
	display: inline;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

p {
	font-size: 12px; /*Der IE kapiert es sonst nicht...*/
}

#Navileiste a {
	font-size: 12px;
	line-height: 25px;
	border-color: #000000;
	border-width: 2px;
	border-style: ridge;
	padding: 1px 3px 1px 3px;
	margin: 0px 6px 0px 6px;
	color: #2F1111;
	text-decoration: none;
}

#Navileiste a:hover {
	color: #FF0000;
	text-decoration: underline;
	background-color: #FAFF51;
}

.Link {
	background-color: #FFFFFF;
}

.Linkhier {
	background-color: #D1FF90;
}

#Inhalt {
	margin: auto;
	position: absolute;
	width: 77%;
	height: auto;
	left: 120px;
	top: 170px;
	font-size: 0.8em;
}

#Inhalt h1 {
	font-size: 18px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-bottom: 5px;
	color: #990000;
}

#Inhalt img, #Logo img {
	border: none;
}

.Artikel {
	margin: auto;
	text-align: center;
	display: block; 
	font-size: 16px;
}

h4 {
	text-align: center;
}

.Hinweis {
	text-align: center;
	font-size: 10px;
}

.Bildrechts {
	float: right;
}

.Bilder {
	margin: auto;
	text-align: center; /*IE-bug ausnutzen wegen fehler (nutzt kein margin)*/
}

.hr {
	margin: auto;
	text-align: center;
	width: 57%;
}
