/* Ausgeblendet------------------------------------------------------Ausgeblendet */	
#streifenoben, #subnavcontainer, #schriftzug, #kopf, #bild
{ display: none;	}



/* Allgemeine Formatierungen */
body {
	font-family : Arial, Helvetica, sans-serif;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFF2CC;
	


#streifenoben ul{
	margin:24px;
	padding:0px;
}
#streifenoben ul li{
	margin:0;
	padding:0;
	float:left;
	margin-right:15px;
	list-style-type:none;
	font-size: 80%;
		}
#streifenoben ul li a{
	margin:0;
	padding:0;
	margin-right:30px;
	text-decoration: none;
	color: rgb(255,255,255);
	/*border-right: 30px solid rgb(139,54,63);*/
}

#streifenoben li a.activeLink {
	/*border-left: 10px solid rgb(255,255,255);*/
	font-weight:bold;
}






/******************  Inhalt **************************/

#inhalt{
	position:absolute; 
	left:20px; 
	top:20px; 
	width:632px; 
	margin: 0;
	padding:0;
	padding-top:20px;
	z-index:70;
	background-color: #FFFFFF; 
	layer-background-color: #FFFFFF; 
	border: 1px none #000000;
	min-height:500px;
}

/* commented backslash hack v2 ie5 mac sieht dies nicht, zusätzlich sieht der ie auf PC als einziger den Style mit dem -davor \*/
#inhalt{
	-height:500px;
}
/* end hack */

body.start #inhalt{
	background-image:url(../bilder/wasserzeichen.gif);
	background-repeat:no-repeat;
	background-position: 100px 30px;
}



/*-- normale Headline --*/
#inhalt h1, #inhalt h2, #inhalt h3, #inhalt h4, #inhalt h5{
	margin-left: 50px;
	margin-right: 50px;
	font-weight: bolder;	
}

#inhalt h1{
	font-size :16px;
	color: rgb(0,0,0);
}

/*-- Sub-Headline --*/
#inhalt h2{
	font-size :13px;
	color: rgb(0,0,0);
}

/*-- normale Headline Farbig--*/
#inhalt h3{
	font-size :16px;
	color: rgb(140,0,0);
}

/*-- Sub-Headline Farbig--*/
#inhalt h4{
	font-size :13px;
	color: rgb(140,0,0);
}


#inhalt p{
	margin-left: 50px;
	margin-top: 0px;
	margin-right: 50px;
	font-size :12px;
}

#inhalt table{
	margin-left: 50px;
	margin-right: 50px;
}

#inhalt ol li{
	margin-left: 35px;
	margin-right: 50px;
	font-size :12px;
}
#inhalt ul li{
	margin-left: 35px;
	margin-right: 50px;
	font-size :12px;
	list-style-type:square;
}
/* commented backslash hack v2 ie5 mac sieht dies nicht, zusätzlich sieht der ie auf PC als einziger den Style mit dem -davor \*/
#inhalt ul li{
	margin-left: 25px;
}
.BildRechts{
	float:right;
	margin-left:10px;
	margin-bottom:10px;
	border:1px solid green;
}
/* end hack */


.Hervorhebung{
	font-size :13px;
	color: rgb(140,0,0);
	font-weight: bolder;	
}

#inhalt ul{
	margin-right: 50px;
	font-size :12px;
	list-style-type:square;
}