/* CSS Document */

.h1{
	background-color: transparent;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #003363;
	font-weight: bold;
	}
	
p{
    position : absolute;
	top: 210px;
	width: 325px;
	background-color: transparent;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #003363;
	font-size:11px;
	font-style: normal;
	padding-left : 55px;
	}
	
#content{
    position : relative;
	margin: auto;
	top: 20%;
    width : 750px;
	height: 480px;
	border-style: solid;
	border-width: 1px;
	border-color: #003363;
	text-align: left;
}
#logo{
    position : absolute;
    top : 0px;
}

#navigation{
	position : absolute;
	margin: 0;
	border: none;
	top : 100px;
	width : 704px;
	height: 20px;
	background-color: #DBE3F5;
	padding-left: 45px;
}
#headline{
    position : absolute;
    top : 136px;
	border: none;
}

#images{
    position : absolute;
    top : 210px;
	left: 410px;
	border: none;
}
#impressum{
    position : relative;
	top: 5%;
	border: none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #003363;
	text-align: right;
	font-size:9px;
}
#Bildbereich {
	position:absolute;
	left:410px;
	top:210px;
	padding:0;
	clip:rect(0 308px 216px 0);
	visibility:show;
	width: 308px;
	height: 216px;
}
#Navigationsbereich { 
	position:absolute; 
	left:516px; 
	top:447px;
	width:100px;
	text-align:center;
	border:none;
  }

