/*
Version 1.0

Hier soll eigentlich nix geändert werden
*/

body 
{
	color: black; 
	background-color: white;
	font-size: 100.01%;
	font-family: Helvetica,Arial,sans-serif;
	margin: 0; padding: 1em 0;
	text-align: center;  /* Zentrierung im Internet Explorer */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

div.Seite 
{
	text-align: left;    /* Seiteninhalt wieder links ausrichten */
	margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
	width: 1000px;
	padding: 0;
	background: #ffffff	url(/grafiken/hintergrund-nav.jpg) no-repeat;
}

div.Inhalt 
{
	margin: -100px 0px 10px 200px;
	padding: 0 1em;
	width: 520px;

}

* html div.Inhalt 
{
	height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorer bis Version 6 */
	margin-bottom: 0;

}


p#Fusszeile 
{
	clear: both;
	padding: 0.1em;
	text-align: right;
	border-top: 1px solid #ffffff;
}


div.kopf
{
	width:1000px;
	height:200px;
	top: 0px;
	margin: 0px;
	background-image: url(/grafiken/kopf.jpg);
	background-repeat: no-repeat;

}

div.logo
{
	width: 350px;
	height: 149px;
	top: -115px;
	left: 212px;
	z-index: 3;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
}

div.strich
{
	width: 1000px;
	height: 28px;
	top: -141px;
	left: 0px;
	z-index: 2;
	background-image: url(/grafiken/kopf-balken.jpg);
	background-repeat: no-repeat;
	position: relative;
}

div.suche
{
	width: 300px;
	height: 23px;
	top: -148px;
	left: 730px;
	z-index: 2;
	text-align: right;
	padding-top: 3px;
}


div.links-nav
{
	float: left;
	line-height: 25px;
	font-size: 12px;
	padding-left: 0px;
	/*position: absolute;*/
	top: 300px;
	width: 170px;
	margin-top: -100px
}

div.rechts-nav 
{
	float: right;
	line-height: 19px;
	font-size: 12px;
	background: #ffffff;
	padding-left: 50px;
	width: 200px;
	margin-right: 0px;
	margin-top: -100px
}


.Bezeichnung 
{
	float: left; 
	width: 130px; 
	font-weight : bold; 
		color: #666666;
}

.grau
{
/*	float: left; */
	/*width: 130px; */
	font-weight : bold; 
	color: #666666;
}

div.suche
{
	top: 1px;
	left 768px;
	width: 230px;
	height: 23px;
	z-index: 2;
	position: relative;
	text-align: right;
}

div.content
{
	padding:0px;	
	margin:0px;	
	background-color: #ffffff;
	width: 520px;
}

