*, html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body {
	width: 100%;
	height: 100%;
	
	padding: 0;
	margin: 0;	
	text-align: center;
	font-size: 12px;
	font-family: Helvetica,Arial,sans-serif;
	
	background-image: url(../bilder/hg3.gif);
	background-color: #DF036B;
}

#container {
	width: 900px;
	margin: 0 auto;
}

#top {
	height: 250px;
	background-image: url(../bilder/oben.gif);	
	text-align: right;
}

#content {
	background-color: #000000;
	padding: 30px;
	text-align: left;
}

#footer {
	height: 120px;
	background-color: transparent;
	background-image: url(../bilder/unten.gif);
	color: #FFFFFF;
	font-weight: bold;
}

#navigation {
	float: left;
	width: 150px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1.1em;
}

#navigation li{
	list-style-type: none;
	
	margin-top: 25px;
	
	padding-left: 5px;
	padding-bottom: 5px;
}

.sub {
	border-left: 1px dashed #DF036B;
	border-bottom: 1px dashed #DF036B;
}

#navigation a{
	color: #FFFFFF;	
	text-decoration: none;
}

#navigation a:hover{
	color: #EF68AA;
}

#navigation .aktiv {
	color: #FF0000;
}

#text {
	float: left;
	width: 650px;
	background-color: #FFFFFF;
	background-image: url(../bilder/wasserzeichen.png);
	background-position: center;
	background-repeat: no-repeat;
	font-size: 1.2em;
}

#text_oben {
	background-image: url(../bilder/c_upper.gif);
	background-repeat: no-repeat;
	width: 650px;
	height: 23px;
}

#text_mitte {
	padding: 30px 20px;
}

#text_mitte li {
	padding: 10px;
}

#text_unten {
	background-image: url(../bilder/c_lower.gif);
	background-repeat: no-repeat;
	width: 650px;
	height: 23px;
}

#vorrat {
	position: relative;
	top: 180px;
	right: 30px;
}

.blaettern a{
	font-weight: bold;
	color: #DF036B;
	text-decoration: none;
}

h2 {
	color: #DF036B;
	font-size: 1.6em;
	font-weight: bold;
	margin-bottom: 5px;
}

h3 {
	color: #FF0000;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 5px;
}

h4 {
	color: #DF036B;
	font-size: 1.0em;
	font-weight: bold;
	margin-bottom: 3px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.verweis {
	padding: 5px;
	margin-bottom: 10px;
	border: transparent 1px dotted;
}

.verweis:hover {
	border: #DF036B 1px dotted;
	background-color: #FFDFEF;
}

.verweis a {
	color: #DF036B;
	font-weight: bold;
	text-decoration: none;
}

#kontakt {
	font-weight: bold;
	background-color: transparent;
}

#kontakt input, textarea{
	border: 2px solid #DF036B;
	font-weight: normal;
	background-color: transparent;
}

#kontakt input:focus, textarea:focus{
	background-color: #DF036B;
	color: #FFFFFF;
}

img.bild_links {
	margin: 10px;
	float: left;
}

img.bild_rechts {
	margin: 10px;
	float: left;
}