BODY{ 
	color: #222222; 
	font-family: arial; 
	font-size: 9pt; 
	background-color: white; 
	margin: 0; 
	padding: 0;
	}

h1 {
	font-family: arial; 
	font-size: 15pt; 
	font-weight: normal;
	color: #990000;

	}
	
h2 {
	font-family: arial; 
	font-size: 15pt; 
	font-weight: normal;
	color: #990000;
	}
	
h3 {
	font-family: arial; 
	font-size: 20pt; 
	font-weight: normal;
	color: #990000;
	}

h4 {
	font-family: arial; 
	font-size: 20pt; 
	font-weight: normal;
	color: #990000;
	}
	
p {
	margin-left: 10px;
	color: #222222; 
	font-family: arial; 
	font-size: 8pt;
	}	
	
ul {
	margin-left: 10px;
	color: #222222; 
	font-family: arial; 
	font-size: 8pt;
	}
	
a {
	color:#990000;
	text-decoration: none;
	}

a:hover {
	color: #222222;
	text-decoration: none;
	}
	
#entrance {
	height: 600px;
	width: 800px;
	background-image: url('images/start.jpg');
	background-repeat: no-repeat; 
	
	}	


#MAIN {
	width: 794px;
	height: 600px;
	background-color: white;
	}

#TOP {
	width: 794px;
	height: 85px;
	background-image: url('images/top.jpg');
	}

#NAVI {
	width: 794px;
	height: 17px;
	background-color: #990000;
	}

#NAVI a{
	color: white;
	font-family: arial;
	font-size: 9pt;
	text-decoration: none;
	margin-right: 20px;
	margin-left: 10px;	
	}

#NAVI a:hover{
	color: #cc9966;
	}
	
#TEXT {
	width: 794px;
	min-height: 320px;
	}
	
#TEXT2{
	width: 395px;
	height: 300px;
	float:left;
	}

#TEXT3{
	width: 395px;
	height: 300px;
	float:right;
	}

#TEXT4 {
	width: 794px;
	min-height: 350px;
	
	}
	
#OBJEKTE {
	width: 650px;
	height: 290px;
	overflow:hidden;
	
	}

#BOTTOM {
	width: 794px;
	height: 240px;
	background-image: url('images/bottom.jpg');
	border-top:10px solid white; 
	}
	
#disclaimer {
	font-size: 8pt;
	margin-left: 20px;
	margin-right: 30px;
	}
	
	