@charset "UTF-8";
/* CSS Document */

html, body	{ height:100%; }

body {
font-family: Tahoma;
font-size: 11px;
line-height:15px;
color: #6e6e6e;
margin:0;
}

#container{
position: relative;
left: 50%;
height: 100%;
width: 950px;
margin: 0 0 0 -475px;
background-color:#FFFFFF;
} 

#header{
	position:relative;
	height:215px;
	width:950px
}

#menu {
	position:relative;
	height:20px;
	color:#999;
	background-color:#000;
}

#tekst {
float: left;
width: 500px;
padding:10px;
}

#tekstfoto {
	float: left;
	width: 900px;
	padding:10px;
}

#kolom {
	float:right;
	position:relative;
	width:400px;
	padding-top:10px;
	margin-right:10px;
}

div#footer{
clear:both;
position: relative;
bottom: 0;
width: 950px;
height:20px;
font-size: 10px;
color: #ffffff;
text-align:center;
background-color:#989898;
}

#nav-menu ul {
	float:right;
list-style: none;
padding: 0;
margin: 0;
} 

#nav-menu li {
	float:left;
margin-right: 10px;
} 

#nav-menu li a {
margin-left:15px;
margin-top:2px;
height: 20px;
line-height: 2em;
float: left;
width: 100px;
display: block;
color: #cccccc;
text-decoration:none;
text-align: left;
font-weight:bold;
} 

#nav-menu li a:hover{
margin-left:15px;
margin-top:2px;
height: 20px;
line-height: 2em;
float: left;
width: 100px;
display: block;
color: #ffffff;
text-decoration: none;
text-align: left;
font-weight:bold;
} 

h1 {
font-size:12px;
color: #000000;
font-weight:bold;
display: inline; 
}

h2 {
font-size:11px;
color: #000000;
font-weight:bold;
display: inline; 
}

h3 {
font-size:12px;
text-align:right;
color: #000000;
font-weight:bold;
display:inline;
}

h3 a:link, a:visited, a:hover, a:active{
	color:#000;
	text-decoration:none;
}

p {
line-height: 15px;
}

a:link, a:visited{
color: #cccccc;
text-decoration: underline;
}

a:hover, a:active{
color: #cccccc;
text-decoration: none;
} 

.hr {margin: auto 7.9%; border-bottom: 2px dotted grey; width: 84%;}
.hr hr {display: none;}


