p
{
font-family: sans-serif;
font-size: 10/120%;
color: black;
}
.pr {margin-left: 160px; text-indent: -80px; margin-bottom:5px;margin-top:0px;
	 font-size:15px;}
	 
lf
{
text-align: left;
}

rf
{
text-align: right;
}

h1
{
font-family: sans-serif;
font-size: "4";
text-align: left;
}

h2
{
font-family: sans-serif;
font-size: "2";
text-align: center;
}

.neu
{
font-family: sans-serif;
font-size: 16px;
color: red;
text-align: left;
}

a
{
font-family: sans-serif;
/*font-size: 16px;*/
text-align: left;
}


ul
{
font-family: sans-serif;
font-size: 16px;
text-align: left;
}


.u1
{
font-family: courier;
font-size: 36px;
color: teal;

text-align: left;
}

.u2
{
font-family: sans-serif;
font-size: 24px;
color: teal;
text-align: left;
}

.u3
{
font-family: sans-serif;
font-size: 120%;
color: black;
text-align: center;
}

.u4
{
font-family: sans-serif;
font-size: 160%;
color: teal;
text-align: left;
}


.center
{
text-align: center;
}

.depot
{
font-weight: bold;
}

#wrapper{ /*Hilfsebene, um alle Inhalte zu zentrieren*/
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0px;
	width:1000px; /*beim zentrieren mit dem margin-Werten auto 
		muss immer eine Breite der Ebene angegeben werden!!*/
	height:800px;
	height:auto;
	padding:0px;
	background-color:="ffff99";
	/*border:3px dotted blue;
		height:170px;*/
}
#reihe{	
	margin-left:auto;
	margin-right:auto;
	margin-top:5px;
	margin-bottom:10px;
	padding-bottom:0px;
	padding-top:5px;
	background-color:yellow;
	width:1000px;
	/*height:240px; keine Anzeige, funktioniert aber anscheinend*/
	height:auto /*170px*/
	/*border-bottom:thin solid;*/
}

#zelle_0{
	color:black;
	position:relative;
	/*background-color:teal;*/
	width:960px;
	height:auto;
	float:left;/* erforderlich, das sonst auch inhalt ganz links beginnt, d.h. hinter logo liegt*/
	/*	height:140px;
	border-style:solid;
	border-width:2px;
	border-color:red;
	border-bottom:thin solid;*/
	padding-right:8px;
	margin:1px;

}

#zelle_1{
	color:black;
	position:relative;
	/*background-color:teal;*/
	width:100px;
	height:auto;
	float:left;/* erforderlich, das sonst auch inhalt ganz links beginnt, d.h. hinter logo liegt*/
	/*	height:140px;
	border-style:solid;
	border-width:2px;
	border-color:red;*/
	padding-right:8px;
	margin:3px;
}

#zelle_5{
	color:black;
	position:relative;
	/*background-color:blue;*/
	width:650px;
	height:auto;
	float:left; /*erforderlich, das sonst auch inhalt ganz links beginnt, d.h. hinter logo liegt*/
	/*border-style:solid;
	border-width:3px;
	border-color:red;*/
	padding-left:8px;
	margin:3px;
}

#zelle_6{
	color:black;
	position:relative;
	background-color:white;
	width:210px;
	height:415px;
	float:left; /*erforderlich, das sonst auch inhalt ganz links beginnt, d.h. hinter logo liegt*/
    border-style:solid;
	border-width:5px;
	border-color:black;
	padding:5px;
	margin:10px;
	 border-radius:10px;
}



















