h1, h2, h3, h4, h5, h6, pre, code {
	font-size: 1em;
}
h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, fieldset, input {
	margin: 0;
	padding: 0;
}
ul {
    margin: 0;
    list-style: circle;
    padding-left: 40px;
}
li {
    margin: 0;
    padding: 0;
}
a {
	text-decoration: none;
}
p {
    margin-top: 5px;
    margin-bottom: 5px;    
}
body
{
    min-width: 950px;
    background: #FAFAFA;
    color: #002A52;
    font-family: Verdana,Arial,sans-serif;
    font-size: 13px;
    line-height: 1.4;
    margin-bottom: 18px; /*border-bottom: 35px solid #23598D;*/
}
#header-small 
{
	width: 100%;
	background: #23598D;
	height: 30px;
	line-height: 30px;   
}
#header-small #name {
	float: left;
	font-size: 12px;
	text-align: right;
	width: 228px;
	color: white;
}
#header-small #name a {
	color: white;
}
#header-small h1 {
	color: #F5F5F5;
	float: left;
	font-size: 12px;
	margin-left: 28px;
	font-weight: normal;
}
#header {
	border-bottom: 18px solid #EDF3FA;
	width: 100%;
	background: #23598D;
	height: 35px;
	line-height: 35px;
}
#header h1 {
	color: #F5F5F5;
	float: left;
	font-size: 20px;
	margin-left: 256px;
}
#main {
	width: 950px;
	/*background: white;   */ 
}
#main .block {
	border-left: 234px solid #DCE8F5;
	width: 18px;
	background: #EDF3FA;
}
#main .block .info, #main .block .info_referenties {
	color: #002A52; /*#23598D; */
	float: left;
	margin-left: -234px;
	width: 222px;
    padding: 6px;
    float: left;
}
#main .block .info
{
    font-weight: bold;
    text-align: right;
}
#main .block .info_referenties
{
	font-weight: normal;
	text-align: left; /*#center; */
}
#main .block .info h3
{
    font-size: 20px;
    font-weight: normal;
    padding: 6px;
    right: auto;
}
#main .block .content {
	margin-left: 18px;
	width: 686px;
    padding: 6px;
    float: left;
}
#main .block .content img.large
{
    margin: 5px auto;
    border: 3px hidden #EDF3FA;
    padding: 2px;
    display: block;
}
#main .block .content img.large-left {
    margin: 5px 0px;
    border: 3px solid #EDF3FA;
    padding: 2px;
    display: block;
}
#main .block .content img.small-left {
    border: 3px solid #EDF3FA;
    margin-top: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 2px;
    float: left;
}
#main .block .content img.small-right {
    border: 3px solid #EDF3FA;
    margin-top: 5px;
    margin-left: 5px;
    margin-bottom: 5px;    
    padding: 2px;
    float: right;
}
#main .block .content h2 {
	color: #F90;
	font: bold 16px verdana;
	margin-top: 12px;
	margin-bottom: 12px;
}
#main .block .content h3 {
	color: #F90;
	font: bold 12px verdana;
	margin-top: 12px;
	margin-bottom: 6px;
}
#main .block .footer
{
    border-top: 1px dashed #fafafa; /*#23598D;*/
    clear: both;
    height: 0;
    margin-left: -234px;
    width: 252px;
    border-top-style: solid;
    border-top-width: medium;
    border-top-color: #EDF3FA;
}
strong.big {
	color: #F90;
	font-size: 22px;
	line-height: 30px;
	padding-left: 5px;
}
a, a:visited {
	color: #002A52;
}
a:hover {
	color: red;
}
