body {
	background: url(images/bg.jpg) no-repeat;
	margin: 15px 20px 20px 20px;
	padding: 0px;
	font: 12px trebuchet ms, arial, helvetica, sans-serif;
}
h1 {
	margin:0px 0px 4px 0px;
	padding:0px;
	font-size:17px;
	font-weight: 500;
	color : #D6A6AE;	
}
h2 {
	margin: 0px 0px 2px 0px;
	padding: 0px;
	font-size: 22px;
	font-weight: 600;
	color: #B96674;
}
h3 {
	margin: 2px 0px 0px 0px;
	padding: 0px;
	font-size: 16px;
	color: #8B0000;
}
h4 {
	margin:6px 0px 2px 0px;
	padding:0px;
	font-size:14px;
	color: #555555;
}
h5 {
	margin:0px 0px 0px 0px;
	padding:0px;
	font-size:12px;
	color: #512028;
}
h6 {
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	font-size: 16px;
	color: #92142D;
}
p {
	font: 12px/20px;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}

.Content>p {margin:0px;}
.Content>p+p {text-indent:10px;}

em {
	font-style : normal;	
	font-size: 12px;
	color : Gray;
	text-indent : 10px;
}
a {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: 600;
	text-decoration: none;
}
a:link {
	color: #C11437;
}
a:visited {
	color: #C11437;
}
a:hover {
	text-decoration: underline;
	color: #C11437;
}
strong {
	color: #505050;
	font-size: 13px;
	font: bold;
}
table {
	border: 0px solid #FCC3CD;
	padding: 5px;
	margin-left: 0px;
	margin-bottom: 5px;
	margin-right: 0px;
}
ul {
	margin-top: 3px;
	margin-bottom: 6px;
}
#bagua li {
	list-style-type: none;
}
dl.nachlese {
	margin: 0px 10px 20px 10px;
	background: #F5F5F5;
	padding: 1px;
}
dl.nachlese dt {
	margin: 0;
	padding: 0px;
}
dl.nachlese dd {
	margin: 0;
	font-size: 11px;
	line-height: 11px;
	text-align: center;
} /* verhindert das Einrücken und den Abstand nach oben */

dl.bild {
	float: right;
	margin: 0px 10px 30px 25px;
	background: #F5F5F5;
	padding: 1px;
}
dl.bild dt {
	margin: 0;
	padding: 0px;
}
dl.bild dd {
	margin: 0;
	font-size: 10px;
	line-height: 10px;
	font-style: italic;
	text-align: center;
} /* verhindert das Einrücken und den Abstand nach oben */

.bg {
	background: #FCC3CD;
}
.indent {
	margin-left: 6px;
}
.aktuell {
	background-color: #F9F9F9;
	width: 500px;
	margin: 0px 25px 5px 15px;
} 
/* All the content boxes belong to the content class. */
.content {
	position: relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width: 550px;
	min-width: 120px;
	margin: 0px 210px 10px 170px;
	border: 1px solid #FCC3CD;
	padding: 8px;
	z-index: 3; /*This allows the content to overlap the right menu in narrow windows in good browsers. */
}
.footer {
	position: relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width: 550px;
	min-width: 120px;
	margin: 0px 210px 10px 170px;
	border: 1px solid #FCC3CD;
	padding: 5px 10px 5px 10px;
	z-index: 3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
}
#navAlpha {
	position:absolute;
	width:150px;
	top:55px;
	left:40px;
	padding:10px;
	border-left : 1px solid #A24151;
	z-index:2;
	/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. IE5/Win incorrectly parses the "\";
}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:128px;
	}
/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>#navAlpha {width:128px;}

#navBeta {
	position:absolute;
	width: 190px;
	top: 65px;
	left: 770px;
/*	right:20px; */
	background : url(images/schmetterling.gif) no-repeat right;
	padding:10px;
	z-index:1;
	/* Again, the ugly brilliant hack. */
	voice-family: "\";}\"";
	voice-family:inherit;
	width:168px;
	}
/* Again, "be nice to Opera 5". */
body>#navBeta {width:168px;}

#navBetaX {
	position: absolute;
	width: 165px;
	top: 65px;
	left: 770px;
	background: url(images/logo_klein.gif) no-repeat right top;
	padding: 10px;
	z-index: 1; /* Again, the ugly brilliant hack. */
	voice-family: "\";
}\"";
	voice-family:inherit;
	width:168px;
	}
/* Again, "be nice to Opera 5". */
body>#navBeta {width:168px;}

form {
	background-color: #FAFAFA;
	width: 450px;
}

.inputtext {
	background-color: #eeeeee;
	padding: 2px;
	height: 20px;
	width: 250px; 
	border: 1px solid #CCCCCC;
}
.inputtextarea {
	background-color: #eeeeee;
	padding: 2px;
	height: 100px;
	width: 250px;
	border: 1px solid #CCCCCC;
}
.select {
	background-color: #eeeeee;
	padding: 0px;
	height: 20px;
	width: 250px;
	border: 1px solid #CCCCCC;
}
.inputbutton {
	font-weight: bold;
	background-color: #eeeeee;
	padding: 2px;
	border: 1px solid #CCCCCC;
}
.inputbutt {
/*	font-weight: bold; */
	color: ThreedDarkShadow;
	background-color: white;
	padding: 2px;
	border: 1px solid #CCCCCC;
}
#zeigedasbild {
	position: absolute;
	visibility: hidden;
	border: 1px solid #cccccc;
}

#leiste {
	cursor: hand;
	cursor: pointer;
	background-color: #cccccc;
	min-width: 100px;
}

#leiste #schliessen_text {
	font-weight: bold;
	font-family: Arial;
	font-size: 13px;
	margin-right: 5px;
	color: White;
}
