body {
	margin: 0;
	padding: 0;
	font-size: 11px;
	color: #666;
	font-family:Arial, Helvetica, sans-serif;
	
}

input {
	font-size: 11px;
	color: #666;
	font-family:Arial, Helvetica, sans-serif;
}

select {
	font-size: 11px;
	color: #666;
	font-family:Arial, Helvetica, sans-serif;	
}

textarea {
	font-size: 11px;
	color: #666;
	font-family:Arial, Helvetica, sans-serif;	
}

table, tr, td {
	border: 0;	
}


#container {
	margin: 0 auto;
	width: 950px;
	/*padding-top: 15px;*/
}
#icontent {
	background-color: #FFF;
	
	
}

#footer #f-links {
	float: left; 
	margin: 10px 2px 0px 200px; 
	background-color: #C5D4F4; 
	height:30px; 
	width: 367px;
}

#footer #f-rechts {
	float: left; 
	margin-top: 10px; 
	background-color: #BEE3ED; 
	height:30px; 
	width: 357px; 
	text-align:right; 
	line-height:30px; 
	padding-right:20px; 
	font-size:9px; 
	font-weight: bold; 
	color: #0F97AA;
}

/* content */
#header {
	background-image: url('/images/website/header.jpg'); 
	cursor:pointer; 
	height:198px; 
	width:950px;
}

#adres {
	padding-top: 130px; 
	padding-left:5px; 
	color:#FFF;
}

#rechts {
	float: right; 
	width:300px; 
	background-color:#7EC8DB;
	height:25px;
}

#pictures {
	float:left; 
	width:250px;
}
#breadcrumbs {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 12px;
	color: #666666;
}
#breadcrumbs a {
	color: #666666;
	text-decoration: none;	
}

#content {
	float: left;
	width: 424px;
	border-left: 1px solid #0F97AA;
	border-right: 1px solid #0F97AA;
	padding: 0 35px;
	text-align:justify;
	min-height: 400px;
}
#content h1 {
	color: #0F97AA;	
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

#content h2 {
	color: #0F97AA;	
	font-size: 12px;
	font-weight: bold;
}

#content a {
	color: #0F97AA;	
}

#content a:hover {
	color: #666;	
}
/*** MENU **/
#menu {
	float: left;	
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0px;
	height: 39px;
}

#menu li {
	float: left;
	margin: 5px 0px;
}

#menu li a{
	font-size: 12px;
	color: #999;
	text-transform:uppercase;
	padding-right: 12px;

	font-weight: bold;
	text-decoration: none;
}

#menu li a:hover {
	color: #0F97AA;	
	
}

.menuactive {
	color: #0F97AA;	
}

/*** SUBMENU **/
#submenu {
	float: left;
	width: 200px;
}

#submenu ul {
	list-style: none;
	margin: 0;
	padding: 0px;
	height: 39px;
}

#submenu li {
	
	margin: 8px 0px;
}

#submenu li a{
	font-size: 11px;
	color: #999;
	text-transform:uppercase;
	padding-right: 10px;

	font-weight: bold;
	text-decoration: none;
}

#submenu li a:hover {
	color: #0F97AA;	
	
}

.menuactive {
	color: #0F97AA;	
}


/***** TOOOLTIP ******/

#tt {
 position:absolute;
 display:block;
 
 }
 #tttop {
 display:block;
 height:5px;
 margin-left:5px;
 
 overflow:hidden;
 }
 #ttcont {
 display:block;
 padding:10px;
 margin-left:5px;
 background:#BEE3ED;
 color:#3397B6;
 border: 2px solid #3397B6;
 font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
 text-align: center;
 }
#ttbot {
display:block;
height:5px;
margin-left:5px;
overflow:hidden;
}
