body { 
	text-align: center;
	}
div#container {
	position: relative;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	text-align: left;
	background-color: rgb(191, 219, 222);
	}
div.balken {		
	height: 24px;
	background-color: rgb(0, 16, 57);
	}
div#banner {
	background-color: rgb(7,7,41);
	background-image: url(banner.jpg);
	background-repeat: no-repeat;
	background-position: -40px 0px;
	border-top: 1.5px solid rgb(180, 239, 242);
	border-bottom: 1.5px solid rgb(180, 239, 242);
	height: 110px;
	}
div#logo {
	position: absolute;
	left:20px;
	top: 85px;
	background-image: url(logo.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 129px;
	width: 348px;
	}
ul.navbar {
	margin: 0px 0px 0px 380px;
	width: 570px;
	height: 24px;
	padding: 0px; 
	list-style-type: none; 
	background-color: rgb(180, 239, 242); 
    }
ul.navbar li {
 	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
    display: inline;
    vertical-align: middle;
    padding: 1px 0px 0px 0px;
    margin: auto 0px auto 1px;
	}
ul.navbar a, ul.navbar a:visited {
	vertical-align: middle;
	font-weight: bold;
 	background-image: url(nav.jpg);
 	line-height: 26px;
    background-position: bottom left;
    background-repeat: no-repeat;
	padding: 0.5em 16px 0.5em 16px;
	margin: auto;
 	text-decoration:none; 
 	color: rgb(180, 239, 242);
 	border: solid rgb(180, 239, 242) 1px;
 	}
ul.navbar a:hover, ul.navbar a:active {			
 	background-color: rgb(0, 16, 57);
 	background-image: none;
 	line-height: 26px;
 	text-decoration:none; 
 	padding: 0.5em 16px 0.5em 16px;
 	border-bottom: solid white 1px;
 	}
div#collage {
	position: absolute;
	left: 3px;
	top: 210px;
	background-image: url(collage.jpg);
	background-repeat: no-repeat;
	height: 700px;
	width: 155px;
	}
div#contentwrapper {
	position: relative;
	top: 15px;
	left: 160px;
	color: rgb(9,50,79);
   	background-color: rgb(198,223,224); 
   	font: 13px Verdana, sans-serif; 
   	padding: 0px 40px 0px 40px;
	width: 740px;
	border: 1px solid rgb(180,239,242);	
   	}
div#content {
	float: left;
	margin: 0px;
	top:0px;
	width: 400px;
   	color: rgb(9,50,79);
   	font: 13px Verdana, sans-serif; 
   	line-height: 1.2em;
   	padding: 55px 40px 60px 20px;
   	text-align: justify;
   	}
div#imagecolumn {
	float: right;
	width: 270px;
	margin: 40px 0px 30px 0px;
	padding: 15px 0px 15px 0px;
	text-align: center;
	background-color: rgb(177,211,213);
	}
img {
	border: solid rgb(7,7,45) 1px;
	margin: 10px auto 10px auto;
	}
.force {	/* forces mozilla to extend contentwrapper */
	clear: both;
	height: 50px;
	}	
div#footer {
	clear: both;
	padding: 50px;
	text-align: center;
	font: 11px Arial;
	}
h1 {
	margin: 0px -40px 0px -40px;
	padding: 15px 15px 15px 15px; 
	background: rgb(58, 152, 172); 
	color: rgb(180, 239, 242); letter-spacing: 0.2em;  
	font: bold 25px sans-serif; 
	height: 28px; 
	text-align: center;
	vertical-align: center; 
	white-space: nowrap; 
	border-bottom: 1px solid rgb(180,239,242);
	}
div#content > p	{
	padding-top: 10px;
	text-indent: 2em;
	}
a:link {
	color: rgb(9,50,79);
	text-decoration: underline;
	}
a:visited {
	color: rgb(34, 112, 130);
	}
	

a.external {
	font-style:italic;
	}