* {
margin: 0;
padding: 0;
}

body {
	margin: 3px 10% 20px 10%;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 100.01%;
	background-color: #CE2736;
	color: #FFDBCA;
	background-image : url(objects/bg_verlauf.gif);
	background-repeat : repeat-x;
}

p, li {
font-size: 80%;
}

/* Die Farbangabe im |#wrapper| sorgt dafuer, dass im Contentbereich
eine durchgaengige Hintergrundfarbe inkl. rechter |border| angezeigt 
wird, auch wenn das Menue laenger als der Text ist ... */

#wrapper {
	background-color: #E15B7D;
	color: #28195E;
	height: 1%;
	/* Buggy IE needs this */
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	width : 780px;
	background : center;
}

/* HEAD  Anfang */
#header {
	height: 157px;
	background-color: #C8C8CA;
	left : 200px;
	background-image : url(objects/topic.jpg);
	background-position : center;
	background-repeat : no-repeat;
}
#header p{
	background-color: transparent;
	top : 20px;
	left : 480px;
	position : absolute;
}
#header top{
	background-color: transparent;
	top : 0px;
	left : 280px;
	position : absolute;
}
#mainmenue {
	padding: 2px 0 5px 0;
	text-align: right;
	background-color: #000000;
	color: #F1C07D;
	border-top: 0px;
	border-bottom: 2px solid;
	font-size : 12px;
	border-bottom-color : #B5224A;
}
#mainmenue ul li {
display: inline;
margin-left: 2px;
}
#mainmenue a {
	text-decoration: none;
	font-weight: bold;
	padding: 1px 5px 2px 8px;
	background-color: transparent;
	color: #F1C07D;
}
#mainmenue a:hover {
	background-color: transparent;
	color: #CE2736;
}
#mainmenue a:visited {
	background-color: transparent;
	color: #975A09;
}
/* HEAD Ende */


/* INOSEITE Anfang */
#content {
	background-color: #000000;
	color: #F1C07D;
}
#content h1,
#content h2,
#content h3,
#content h4{
	/*	innenabstand:  oben  rechts   unten   links    */
	padding: 0px 0px 10px 20px;
	background-color: transparent;
	color: #F1C07D;
}
#content h1 {
	font-size: 14px;
	letter-spacing: 1pt;
	font-weight : bold;
}
#content h2 {
font-size: 13px;
font-weight : bolder;
}
#content h3 {
	font-size: 11px;
	font-style : italic;
}
#content h4 {
	font-size: 11px;
}
span.s1 {
	color: #F1C07D;
	font-size : 12px;
}
span.s2 {
	color: #F1C07D;
	font-size : 12px;
	font-weight : bold;
}
#content p {
	font-size: 11px;
	line-height: 150%;
	padding: 0px 0px 10px 20px;
}
#content p.topper {
	padding: 0px 0px 10px 20px;
}
p.pos01 {
		z-index : 201;
		position : absolute;
		top : 285px;
		left : 660px;
	}
#content a {
text-decoration: none;
background-color: transparent;
color: #FDF4EA;
border-bottom: 1px solid #FDF4EA;
}
#content a:visited {
	background-color: transparent;
	color: #F2C8BD;
	border-bottom: 1px solid #F2C8BD;
}
#content a:hover {
	background-color: transparent;
	color: #FFE7CE;
	border-bottom: 1px solid #FFE7CE;
}
/* INOSEITE ENDE */

/* FUSSBEREICH Anfang */
.breaker {
clear: both;
}
#footer {
	height: 30px;
	background-color: #9B1E2B;
	color: #FAE8CF;
	border-top: 1px solid #000;
	font-size : 11px;
}
#footer p {
padding: 8px 15px;
}
#footer a {
text-decoration: none;
background-color: transparent;
color: #FFFFFF;
border: 0 none;
}
#footer a:hover {
	background-color: transparent;
	color: #F8DADD;
}
/* FUSSBEREICH Ende */

#main .invis, hr {
display: none;
}

