@charset "utf-8";
* {
	padding: 0px;
	margin: 0px;
}
body  {
	font: 70% Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #E2E2E2;
	padding: 5px;
}
#outline {
	width: 969px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
} 
#header {
	
	background-repeat: no-repeat;
	height: 165px;
	position: relative;
} 
#home2  {
	position: absolute;
	top: -4px;
	right: 30px;
	width: 48px;
	height: 11px;
}
#adres  {
	font-size: 9px;
	position: absolute;
	left: 164px;
	top: 67px;
	right: 50px;
	color: #193441;
}
#adres div {
	float: left;
	padding-right: 40px;
}

#adres a {
	color: #89ae26;
}

#adres    strong   {
	font-size: 10px;
}
#mainNav   {
	background:url(../assets/knoppen/knoppen.htm);
	position: absolute;
	top: 165px;
	right: 17px;
	color: #384D8C;
	width: 800px;
	height: 20px;
}
#mainNav  ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#mainNav  li {
	
	padding-top: 3px;
	padding-bottom: 3px;
	display: inline;
}
#mainNav  li  a {
	color: #4A5C8A;
	text-decoration: none;
	font-weight: bold;
}
#mainNav  li  a:hover {
	color: #000033;
	text-decoration: none;
}
#mainContent {
	background-image:url(../Fireworks/body.jpg);
	background-repeat:repeat-y;
	background-position:center;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 0px;
} 
#submenu {
	float: right;
	padding-right:20px;
	width: 400px;
	font-size: 9px;
}
#submenu .top {
	background-image: url(../assets/subnav_top.jpg);
	background-repeat: no-repeat;
	height: 12px;
}
#submenu .body {
	background-image: url(../assets/subnav_body.jpg);
	background-repeat: repeat-y;
	padding-left: 5px;
	padding-right: 15px;
}
#submenu .bottom {
	background-image: url(../assets/subnav_bottom.jpg);
	height: 18px;
}

#footer {
	text-align: center;
	background-image: url(../Fireworks/footer.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 92px;
} 
#footer p {
	padding: 40px;
}
.footer {
	color:#231503;
}
#footer a {
	color: #89ae26;
	text-decoration: underline;
}
.fotoLinks { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	border: 1px solid #000F35;
	margin-bottom: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
