@charset "utf-8";
/* CSS Document */
* {margin: 0;padding: 0;}

body {
	margin: 0;
	text-align: left;
	background-color: #FFF;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.container {
	margin: 0 auto;
	width: 950px;
	border-left: 1px #9797FF solid;
	border-right: 1px #9797FF solid;
	background-color: #FFFFFF;
	}
.header {
	float: left;
	width: 950px;
	padding-bottom: 20px;
}
.logo {
	float: left;
	width: 450px;
	margin-left: 16px;
}
.logo h1 {
	float: left;
	color: #0055AA;
	font-weight: normal;
	margin-top: 8px;
	
}
.logo h2 {
	float: left;
	color:#000;
	width: 400px;
	letter-spacing: -1px;
	font-weight: normal;
}
.nav {
	float: right;
	margin-top: 0px;
	width: 200px;
}
.nav li{
	float: left;
	list-style-type: none;
}
.nav li a{
	display: block;
	margin-top: 5px;
	margin-right: 5px;
	padding: 5px;
}
.main_left {
	float: left;
	width: 700px;
}
.main_right {
	float: left;
	width: 240px;
	border-left: 1px dotted #CCCCCC;
}
.main_left h3 {
	color: #0055AA;
	font-weight: normal;
	border-bottom: 1px dotted #CCCCCC;
	padding: 8px;
	margin: 8px;
}
.mainleft_tekst {
	margin: 16px;

}
.main_right h4 {
	color: #0055AA;
	letter-spacing: 1px;
	font-weight: normal;
	border-bottom: 1px dotted #CCCCCC;
	padding: 8px;
	margin: 8px;
}
.main_right ul{
	list-style-type: none;
	font-size: 12px;
	margin: 16px;	
}
.main_right ul li{
	margin-bottom: 10px;
}
.main_right li a{
	height: 30px;
}
.main_right ul li img{
	border: 1px solid #0066FF;
}

.main_full {
	float: left;
	width: 950px;
}
.main_full h1 {
	color: #0055AA;
	font-size: 16px;
	font-weight: normal;
	border-bottom: 1px dotted #CCCCCC;
	padding: 8px;
	margin: 8px;
}
.main_full h3 {
	color: #0055AA;
	font-weight: normal;
	border-bottom: 1px dotted #CCCCCC;
	padding: 8px;
	margin: 8px;
}


.footer {
	float: left;
	width: 918px;
	border-top: 1px dotted #CCCCCC;
	padding: 8px;
	margin: 8px;
	font-size: 10px;
}

.box {
	float: left;
	width: 190px;
	margin-left: 16px;
	margin-bottom: 16px;
	border:  #CCCCCC dotted 1px;
	padding: 10px;
	height: 280px;
}
.box_titel {
	float: left;
	width: 190px;
	color: #0055AA;
	margin-bottom: 5px;
}
.box_titel a{
	color: #0055AA;
	text-decoration: none;
}
.box_thumb {
	float: left;
	width: 190px;
	text-align: center;
	margin-bottom: 5px;
}
.box_thumb img{
	padding: 5px;
	border: 1px solid #999999;
	background-color: #CCCCCC;
}
.box_desc {
	float: left;
	width: 190px;
	font-size: 10px;
}
.box2 {
	float: left;
	width: 910px;
	height: 600px;
	margin-left: 16px;
	margin-bottom: 16px;
	background-color: #336699;	
}
