@charset "utf-8";
/* CSS Document */

body{
	background-color:#000000;
	font: 13px Arial, Helvetica, sans-serif;
}

	
div#total{
	width: 960px;
	background-color:#2c4f93;
	background-image: url(images/header.png);
	background-position:top;
	background-repeat:no-repeat;
	margin-top:25px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
	

	}

div#header{
	padding: 10px;
	min-height: 150px;
	text-align:center;
	font-size: 36px;
}

div#menu{
	margin-top: 75px;
	float:left;
	padding: 10px;
	padding-bottom:25px;
	width: 150px;
	border-top: 2px solid #006;
	border-right: 2px solid #006; 
	border-bottom: 2px solid #006; 
}



div#content{
	float:right;
	min-height:250px;
	width:700px;
	padding: 10px;
	padding-right:45px;


}
#content a{
	color:#999;
}
div#footer,div#footer a{
	color:#999;
	font-size:12px;
	text-align:center;
	text-decoration:underline;
	clear:both;
	background-image:url(images/bottom.png);
	background-position:bottom;
	background-repeat:no-repeat;
}

div#legal{
	position:relative;
	top: 150px;
	text-align: center; 
	color:#2c4f93;
}
div#legal a{
	color:#2c4f93;
}

.titel{
	text-align:center;
	font: bold italic 26px sans-serif;
	color:#006;}
	
.kop{
	font: bold italic 18px sans-serif;
	text-align:center;
	color:#009;
	}
	
.menu a {
	display:block;
	width: 130px;
	padding:10px 10px 0px 7px;
	font: bold 13px sans-serif;
	color:#999;
	background: url("/images/rollover-image.gif") 0 0 no-repeat;
	text-decoration: none;
}

.menu a:hover { 
	background-position: 0 -25px;
	color: #049;
}

.menu a:active {
	background-position: 0 -50px;
	color:#fff;
}

.important{
	text-align:center;
	font-weight:bold;
}
