


body {
font-family: Arial, Helvetica, sans-serif;
color: #9ca9c4;
font-size: 14px;
line-height: 15px;
background-color: #333;
}

html { height: 100% } 
body { min-height: 101%; }

#wrapper {
	color: #cdcdcd;
	background-color: #333;
	width: 950px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	border-left: solid 1px #cdcdcd;
	border-right: solid 1px #cdcdcd;
	border-top: solid 0px #cdcdcd;
	border-bottom: solid 0px #cdcdcd;
}

h1 { font-size: 110%; }
h2 { font-size: 100%; }
h3 { font-family: Arial, Helvetica, sans-serif;
color: #cfb9b6;
font-size: 14px }
h4 { font-size: 150%; color: #9ca9c4; }

* { padding: 0; margin: 0; }

a:link {
	color: #9ca9c4;
	text-decoration: none; }
a:visited { color: #9ca9c4;
text-decoration: none; }
a:hover { color: #b77f74; }
a:active { color: #cdcdcd;
    text-decoration: none; }


p {
	margin-bottom: 12px;
}
.hglinks {
	background-image: url(bilder/navi/hg_navi.gif);
	background-repeat: repeat-y;
}
.hgrechts {
	background-image: url(bilder/navi/hg_rechts.gif);
	background-repeat: repeat-y;
}

.hgunten {
	background-image: url(../navi/s_3_oben.jpg);
	background-repeat: repeat-no;
}

.hgoben {
	background-image: url(bilder/verlauf_oben.gif);
	background-repeat: repeat-no;
}

.float {
    float:left;
	margin: 0 12px 5px 0;
}
