body {
    margin: 0px;
    padding: 0px;
	background-color: #E5EAE0;
    font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	font-size: 12px;
}

#content {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -259px 0 0 -478px;
    width: 955px; 
    height: 550px; 
    z-index: 1;
	border: 1px solid #024D39;
	background-image: url('../bilder/jh_hintergrund.jpg'); 
    }

#text {
    position: absolute;
    left: 612px; 
    top: 110px; 
    width: 280px;  
    z-index: 2; 	
    }

#adresse {
    position: absolute;
    left: 425px; 
    top: 480px; 
	color: #014D39;
	font-weight: bold;
    }

h1 {
	font-size: 20px;
	font-style: italic;
	margin-top: 30px;
	margin-bottom: 0px;
}

p {
	margin-top: 10px;
	margin-bottom: 10px;
	color: #333333;
}

a, a:link, a:hover, a:active, a:visited {
	display: block;
	color: #B31B00;
	text-decoration: none;
	font-weight: bold;
	padding-left: 25px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-image: url('../bilder/list.gif');
	background-repeat: no-repeat;

}

a:hover { 
	display: block;
	text-decoration: underline; 
	background-image: url('../bilder/list_over.gif');
	background-repeat: no-repeat;
}

#adresse a, #adresse a:link {
	background: none;
	padding: 0px;
}

