  html, body {

			background: #001c4f;
			min-height:100%;
		}
		
		#all{
			font-family:"tahoma";
		}
		
		#header{
			width:100%;
			height:161px;
			background:#ff3200;
			top:0px;
			left:0px;
			position:fixed;
			z-index:1;
		}
		
		#header img{
			border:none;
		}
		
		#navi{
			width:15%;
			display:block;
			height:100%;
			background:yellow;
			left:0px;
			top:0px;
			position:fixed;
			margin-top:140px;
		}
		
		#navi > ul {
			margin:0px;
			padding:0px;
			padding-top:30px;
			display:block;
			margin-top:45px;
		}
		
		#navi > ul li {
			list-style:none;
			padding-top:4px;
		}
		
		#navi > ul > li > a{
			text-decoration:none;
			font-size:1.3em;
			display:block;
			margin-bottom:0.6em;
			margin-left:1em;
			padding-left:1.3em;
			padding-top:0.4em;
			color:#000;
			width:100px;
			background:#fff;
			border-radius: 0.3em;
			-moz-border-radius: 0.3em;
			-webkit-border-radius: 0.3em;
		}
		
		#navi > ul > li > a:hover{
			background:#fff;
			color:#000;
			border-radius: 0.3em;
			-moz-border-radius: 0.3em;
			-webkit-border-radius: 0.3em;
			border: 2px dotted #ff0000;
		}

		#content{	
			padding-top:15%;
			padding-left:33%;

		}
		
		#content p{
			width:500px;
			color:#fff;

		}
		
		#content li{
			list-style:none;
			margin-left:-5%;
		}
		
		#content a{
			text-decoration:none;
			color:black;
		}

		
		#links{
			float:left;
			padding-left:10px;
			width:300px;
			margin-top:100px;
		}
		
		#adress{
			width:300px;
			float:left;
			padding-left:40px;
			margin-top:100px;
		}
		
		#namen{
			width:350px;
			float:left;
			padding-top:80px;
			margin-left:-180px;
		}
		
		#namen a{
			color:#fff;
		}
		
		#namen ul{
			padding-left:14px;
			width:450px;
		}
		
		
/* CSS ADD-ONS IAM 2010-08-25
---------------------------------------- */

h2 {
	font-size: 18px;
	color: #fff;
}

h3 {
	font-size: 16px;
	color: #fff;
}

#content img {
	margin: 5px;
}

#content a {
	color: #fff;
	text-decoration: underline;
}