




/* --------------------------  allgemeine Elemente-----------------------*/

h1 {
	font-size:17px;
}

h2 {
	font-size:13px;
	font-weight:bold;
	line-height:10px;
	padding-bottom:-12px;
	margin-bottom:-12px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	border: none;
}

p {
	font-size:12px;
}

a:link {
	color:#eb3e1e;
	text-decoration:none;
}

a:visited {
	color:#eb3e1e;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

a:active {
	text-decoration:underline;
}




/* --------------------------  eigene IDs -------------------------------*/
#haupttabelle {
	background: url(bilder/hintergrund.gif) no-repeat bottom;
	
}

#adresse {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	font-weight:bold;
	padding-top:20px;
	padding-right:20px;
	line-height:13px;
}

#inhalt {
	font-size:12px;

}

#index {
	
}