html {
  height: 100%;
}

body {
	margin:0px;
    border:0px;
	padding:0px;
	background-color:#ffffff;
	width:100%; height:100%;
	font-family:Verdana, sans-serif;
	color:#333333;
	font-size:8pt;
	line-height:140%;
}

img {
	border:0px;
	}

#bild {
	position:relative;
	left:50%;
	top:0%;
	width:369px; /* Breite des Bildes */
	height:314px; /* Höhe des Bildes */
	margin:-4px 0 0 -142px; /* Erster Wert: -Höhe des Bildes/2; letzter Wert: -Breite des Bildes/2 */
	border:0;
} 

#top { background-color: #ffffff; 
              top:0px; 
			  left:0px; 
			  width:100%; 
              height: 25%; 
			  position:relative;
}

#bottom { 
position:relative; 
background-color:transparent; 
margin:0 auto 0 auto; 
padding:0 0 0px 0; 
top:60px; 
width:780px; 
}

a:link, a:visited {
	color: #000000;
	text-decoration: underline;
	font-weight: normal;
}

a:hover {
	text-decoration: underline;
	font-weight: bold;
}

a:active {
	text-decoration: underline;
	font-weight: normal;
}

p { font-family:arial, helvetica, sans-serif; color:#280500; font-size:9pt; text-align: left; line-height:140%; }

#bottom { 
position:relative; 
background-color:transparent; 
margin:0 auto 0 auto; 
padding:0 0 0px 0; 
top:0px; 
width:960px; 
}

.text {
	color: #000000;
	width: 500px;
	line-height:180%;
	padding: 0px 0px 0px 0px;
	margin-bottom: 0px;
	float: left;
	position: relative;
	}

.text1 {
	width: 369px;
	padding: 0px 0px 0px 0px;
	margin-bottom: 0px;
	float: left;
	position: relative;
	}

.text H2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: left;
	text-indent: 0;
	color: #666666;
	line-height: 130%;
	text-transform:uppercase;
	margin: 0;
	letter-spacing: 0.2em;
	margin-bottom : 15px;
	}
	
.links {
	margin-right: 90px;
	}

span.text { margin-left: 1px; }
