/* CSS Document */
body 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/* font-size: 11px; */
	font-size: 80.00%;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #133366;
}

hr
{
	background-color: #FFFFFF;
	border-width: 0;
}

a
{
	color: #FFFFFF;
	font-weight: bold;
}

a:hover
{
	color: #FF0000;
}

h1	/* --- Artikel-Überschrift in Fett --- */
	{
	font-weight: bold;
	font-size: large; 
	}
	
h2	/* --- Normaler Text in Fettschrift --- */
	{
	font-weight: bold;
	font-size: small; 
	}
	
h3	/* --- Normaler Text --- */
	{
	font-weight: normal;
	font-size: small; 
	}

h4
	{
	font-weight: normal;
	font-size: 8px; 
	}

h5 	/* --- Bildunterschrift --- */
	{ 
	font-weight: normal;
	text-align: center;
	font-size: x-small; 
	font-style: italic;
	}

h6 	/* --- legal --- */
	{ 
	font-weight: normal;
	font-size: x-small; 
	}


/* Class Definition mit .class-name */

.topbanner
{
	position:absolute;
	overflow: visible;
	left:0px; 
	top:0px; 
	width:999px; 
	height:135px; 
	z-index:3; 
}

.leftbanner
{
	position:absolute;
	overflow: visible;
	left:0px; 
	top:135px; 
	width:184px; 
	height:916px; 
	z-index:3; 
}

.maske_startseite
{
	position: absolute;
	overflow: hidden;
	left:199px;
	top:147px;
	width:660px;
	height:266px;
	z-index:10;
}

.suche
{
	position:absolute;
	overflow: visible;
	left:191px; 
	top:737px; 
	width:673px; 
	height:200px; 
	z-index:5; 
}

.validate
{
	visibility:hidden;
	position:absolute;
	overflow: visible;
	left:878px; 
	top:762px; 
	width:120px; 
	height:100px; 
	z-index:5; 
}

.sprache
{
	position:absolute;
	overflow: visible;
	left:942px; 
	top:7px; 
	width:56px; 
	height:53px; 
	z-index:5; 
	color: #FFFFFF;
}

.legal
{
	position:absolute;
	overflow: visible;
	left:1px; 
	top:990px; 
	width:167px; 
	height:53px; 
	z-index:3; 
	color: #FFFFFF;
	font-weight: normal;
	text-align: center;
	font-size: x-small; 
}

.textfeld
{
	position:absolute;
	overflow: visible;
	left:199px;
	top:147px;
	width:660px;
	height:580px;
	z-index:3;
	text-align: justify;	
}

.adrechts
	{
	position:absolute;
	overflow: visible;
	left: 878px;
	top: 140px;
	width: 120px;
	height: 610px;
	padding: 0px;
	z-index: 5;
	}
	
.adlinks
	{
	position:absolute;
	overflow: visible;
	left:25px; 
	top:716px; 
	width:130px; 
	height:130px; 
	z-index:5; 
	}

.fahrerbild
	{
	position:absolute;
	overflow: visible;
	left:500px; 
	top:220px; 
	z-index:5; 
	}
