/*******************************************************************
	Allgemeine Seitenzuweisungen
********************************************************************/

html, body, div, p, h1, h2, h3, h4, span, a, table, td, form, img {
   	margin: 0; padding: 0; 
	font-family: Arial, Helvetica, sans-serif;	
}
body {
	background: url(../images/hintergrund.jpg) no-repeat;
}

#logo {
	position:absolute;
	left:20px;
	top:20px;
	border: none;
}

.abstand{
	margin-top: 0px;
	margin-left: 0px;	
	margin-right: 15px;
	margin-bottom:100%;
	float: left;
}
table{
	position: relative;
	left: -5px;
}

td, th{
	font-size:13px;
	color:#003366;
	line-height: 18px;
	margin-bottom: 16px;
	padding:5px;
}

#inhalt{		/* Inhaltsbereich Positionierung */
	position: absolute;
	top:140px;
	left:20px;
	width: 600px;


}

#impressum{
	position: absolute;
	top:250px;
	left:20px;
	width: 400px;	
}


form{
	display: none;
}
/*******************************************************************
	Inhaltsformatierungen
********************************************************************/


h1{
	font-size:14pt;
	color: #D56704;
	margin-bottom: 5pt;
}

h2{
	font-size:12pt;
	margin-bottom:20pt;
	color:#003366;
}

p{
	font-size:12pt;
	color:#003366;
	line-height: 16pt;
	margin-bottom: 16pt;
	
}

#inhalt a, a:visited{
	font-size: 12pt;
	font-weight: bold;
	color: #006699;
	text-decoration: none;

}

#inhalt a:hover{
	color: #CC6405;
	text-decoration: underline;


}


.profil_label{
	font-weight: bold;
}


#impressum h3{
	font-size:12pt;
	font-weight: bold;
	color:#003366;
}


#impressum p{
	
	font-size:12pt;
	color:#003366;
	line-height: 16pt;
	margin-bottom: 16pt;
}

#impressum a{
	
	font-size:12pt;
	color:#003366;
	line-height: 16pt;
	margin-bottom: 16pt;
}



/*******************************************************************
	Men?punkte Beschriftung
********************************************************************/


label{
	position:absolute;
	top: 5px;
	left: 25px;

}

a, a:visited{
	font-size: 11px;
	font-weight: bold;
	color:#003366;
	text-decoration: none;

}

a:hover{
	color: #CC6405;
	text-decoration: underline;

}


span{
	color: #CC6405;
	font-weight: bold;

}


/*******************************************************************
	Men?punkte Grafik Zuweisung und Positionierung
********************************************************************/

ul{
	list-style-type:none;
	display: none;
}


#nav1{						/* Kontakt */
	position: absolute;
	top: 20px;
	left: 510px;
}

#nav2{ 						/* Wegbeschreibung */
	position: absolute;
	top: 50px;
	left: 470px;
}
#nav3{						/* Startseite */
	position: absolute;
	top: 80px;
	left: 420px;
}
#nav4{						/* Profil */
	position: absolute;
	top: 143px;
	left: 200px;
}
#nav5{						/* Infodienst */
	position: absolute;
	top: 168px;
	left: 115px;
}
#nav6{						/* Fachanwalt */
	position: absolute;
	top: 203px;
	left: 55px;
	width: 100%;
}
#nav7{						/* Presse */
	position: absolute;
	top: 250px;
	left: 15px;
}

