/**
* CSS
* 
* @version 1.0
* @author Elbert Niezen 
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 11px;
	font-family: Verdana, sans-serif;
	background: #fff;
	color: #000;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { 
text-decoration: underline; 
color: #000;
}
a:active {
text-decoration: none;
color: #000; 
}
a:visited {
text-decoration: underline; 
color: #999;
}
a:hover { 
text-decoration: none;
color: #333;
}

a img { 
border: none;
outline: none;
 }

a.logo-home {
display: block;
width: 215px;
height: 180px;
background: url(img/menu_top.jpg) no-repeat 0px 0px;
outline: none;
margin: -4px 0px 20px -4px;
}

a.main-title {
font-family:Arial, Helvetica, sans-serif;
font-size: 16px;
font-weight:bold;
text-decoration:none;
color: #000;
background: url(img/nieuw.jpg) no-repeat center right;
display: block;
width: 220px;
}

a:hover.main-title {
color: #333;
text-decoration: underline;
}

#menu {
width: 235px;
overflow: auto;
top: 0;
bottom: 0;
left: 0;
position: fixed;
height: 100%;
background-color: #fff;
text-align: center;
border-right: 1px solid #eee;
}

#menu ul {
list-style: none;
margin: 0 0 12px 0;
}

#menu ul li.section-title { 
color: #000;
padding: 3px;
font-family:Georgia, "Times New Roman", Times, serif;
font-size: 12px;
font-weight:bold;
background: #ddd;
display: block;
}

#menu ul li a {
padding: 3px;
width: auto;
color: #333;
background: #fff;
outline: none;
display:block;
margin: 0px 0px 0px 0px;
border-bottom: 1px solid #eee;
}

#menu ul li a:hover {
color: #333;
text-decoration: underline;
font-style:italic;
}

#menu ul li a.indexhibitlink  {
padding: 0px;
margin: 0px;
border: none;
display: inline;
color: #333;
text-decoration:none;
}

#menu ul li a:hover.indexhibitlink  {
padding: 0px;
margin: 0px;
border: none;
display: inline;
color: #000;
background: #fff;
text-decoration:underline;
}

#content {
height: 100%;
margin: 0 0 0 235px;
top: 0;
padding: 15px 0 0 10px;
}

.container {
padding: 5px 5px 25px 5px;
}

#content p { 
width: 420px;
margin-bottom: 9px;
}

p {
margin: 0 0 9px 0;
}

h1 { 
font-size: 32px;
}

h2 { 
font-size: 24px;
}

h3 { 
font-size: 16px; 
}

h4 { font-size: 12px;
}

#img-container	{ 
margin: 0; padding: 0;
}
#img-container p {
width: 400px;
margin: 0; 
padding: 0 0 12px 0; 
}

#once { 
clear: left; 
}
