* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFCC;
	font-size: 100.01%; 
}/* wegen minischriften-bug des IE, praxis s. 168 */

#wrapper {
	width: 900px;
	margin: 0px 10px;
	background-image: url(../im/graf1.gif);
	background-repeat: repeat-y;
	background-position: left;
	height: 100%;
}
p, ul {
	font-size: 93%;
	line-height: 150%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: .5em;
	margin-left: 0px;
}/* als Standardschriftgrößen eignen sich: 69%, 76%, 86%, 93%, s. praxis s. 168 */
ul {
	padding-left: 20px;
}

a {
	text-decoration: none;
	line-height: 150%;
	font-variant: small-caps;
}
a:link {
	color: #0000FF;
}
a:visited {
	color: #9933CC;
}
a:hover, a:focus {
	color: #FF0000;
	text-decoration: underline;
}
a:active {
	background-color: #FF0000;
	color: #FFFFFF;
}

h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.7em;
	color: #009966;
	margin-top: 0.5em;
	margin-right: 0px;
	margin-bottom: 0.5em;
	margin-left: 0px;
}
h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #009966;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: .5em;
	margin-left: 0px;
}
h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #009966;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: .5em;
	margin-left: 0px;
}
h4 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #999999;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: .5em;
	margin-left: 0px;
}
h5 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #666666;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: .5em;
	margin-left: 0px;
}
h6 {
	font-size: 0.9em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: .5em;
	margin-left: 0px;
}

#kopfbereich {
	background-color: #FFFFCC;
}

/* hier kommt die Haupt-Navigation */

#navibereich {
	background-color: #FFCC66;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	border-bottom-style: solid;
	border-bottom-width: 2px;
}
#navibereich ol {
	list-style-type: none;
	margin-bottom: 0px;
}
#navibereich li {
	display: inline;
}
#navibereich a {
	background-color: #FFFF66;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
	border-top: 2px groove;
	border-right: 2px groove;
	border-bottom: 2px groove;
	border-left: 2px groove;
	font-size: 76%;
}
#navibereich a:hover {
	background-color: #FFFFCC;
	padding-bottom: 8px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: none;
	border-left-style: groove;
	border-bottom-width: 0px;
}

/* hier kommt die Unter-Navigation */

#unternavibereich {
	position: absolute;
	height: 600px;
	width: 150px;
	left: 10px;
	top: 220px;
	padding-top: 10px;
	visibility: visible;
}
#unternavibereich li {
	list-style-type: none;
	padding-left: 10px;
	padding-bottom: 15px;
}
#unternavibereich a {
	font-size: 76%;
	line-height: normal;
	font-variant: normal;
}

/* hier kommt der Textbereich */

#textbereich {
	background-color: #FFFFCC;
	margin-left: 160px;
	position: static;
	height: auto;
	width: 450px;
	top: 200px;
	padding: 10px;
	margin-top: 10px;
}
#rubrikbereich {
	background-color: #FFFFCC;
	position: absolute;
	left: 654px;
	top: 220px;
	height: 1009px;
	width: 246px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	visibility: visible;
}
#rubrikbereich p {
	font-size: 76%;
	line-height: 130%;
}

#rubrikbereich h1 {
	font-size: 1em;
}
#rubrikbereich a {
	font-variant: normal;
}
img {
	margin: 5px;
}/* weil merkwürdigerweise HTML-Abstände um Bilder nicht angezeigt werden */

#fussbereich {
	background-color: #CCFF99;
	position: absolute;
	left: 10px;
	top: 1000px;
	visibility: visible;
	height: auto;
	width: 870px;
	padding: 5px;
}

#fussbereich p {
	font-size: x-small;
}
