/* normal.css wurde erstellt am 26.09.2005 mit Goldwing */
/********************************************************\
> CSS-Style:normal | Autor:Präsi | http://www.xxxx.de/ <
\********************************************************/
*{
 padding: 0;
 margin: 0;
}
body{ font-size: 100.01%;
 font-size:.8em;
 font-family: Book Antiqua, Times New Roman, Times;
 color: #800;
 background-color: khaki;
 background-image: url(../layout/exptextb.jpg);
 width: auto;
}
img{ border: 0;
}
.unsichtbar{
 position:absolute;
 top:-9999px;
 left:-9999px;
 width: 1px;
 height: 1px;
}
#header{
 background-image: url();
 background-repeat: no-repeat;
}
h1, h2, h3, h4, h5, h6{ text-align: center;
}
#startseite #logo{ text-align: center;
}
#startseite #logo img{ width=403px; height=446px;
}
#navigation{ 
 position: absolute;
 top: 140px;
 left: 15px;
 display:block;
 heigth: 4em;
 clear: left;
 text-align: left;
 margin-right: 200mm
}
#navigation ul li { list-style:none;
 padding-left: .5em;
 xfloat:left;
}
#navigation ul li a{
 color: #ffc;
 background: #735A42;
 text-decoration:none;
 font-weight: bold;
 display:block;
 padding: 0.4em 2.4em;
 border:2px solid black;
}
#navigation li a:hover,
#navigation li a:focus,
#navigation li a:active{ color: #ffc;
 background: #ad4a08;
 font-weight: bold;
}
#navigation ul li a:active,
#navigation ul li a.active{ color: #800;
 font-weight: bold;
}
#startseite #content p{ text-align: center;
 margin-bottom:1em;
}
#content{ clear:both;
 margin:1em;
}
#content p{ text-align: center;
 margin-bottom:1em;
}

#content .p1{ 
 position: absolute;
 top: 600px;
 left: 300px;
 text-align: left;
 margin-bottom:1em;
}
#content .p2{ 
 position: absolute;
 top: 600px;
 left: 800px;
 margin-bottom:1em;
}
#content table p{ text-align: center;
 margin-bottom:0em;
}
#update{
	position:absolute;
	top:63em;
	left:2em;
	with:20em;
	height:2em;
	border:solid brown 4px;
}