/* Quomak Style sheet */
*{
	margin: 0;
	padding: 0;
}
html, body{
	height: 100%;
}
#container{
	width: 755px;
	position: absolute;
	left: 50%;
	margin-left: -375px;
	top: 0;
	margin-top: 0;
	height: 100%;
}
#vrule1{
	position: absolute;
	height: 1075px;
	width: 1px;
	left: 0;
	top: 30px;
}
#vrule2{
	position: absolute;
	height: 1075px;
	width: 1px;
	left: 755px;
	top: 30px;
}
#header{
	position: absolute;
	top: 0;
	left: 15px;
	width: 755px;
}
#logo{
	position: absolute;
	top: 60px;
	left: 0;
}
#adres{
	position: absolute;
	top: 20px;
	left: 280px;
	font: 8pt Arial, Helvetica, sans-serif;
	color:  #888888;
	width: 450px;
}
#lang {
	position: relative;
	top: 20px;
}
#lang a {
	font: 8pt Arial, Helvetica, sans-serif;
	padding-right: 5px;
	font-weight: bold;
	color: #888888;
	text-decoration:none;
}
#lang a:hover, a:active {
	color:#CE1B39;
	text-decoration:underline;
}
#lang .selected {
	color:#CE1B39;
	text-decoration:underline;
}
#menu {
	position:relative;
	top:47px;
	right:6px;
	float:right;
    margin: 1em 0;
	margin-left: 212px;
    padding: 0px 0.5em;
}
html:first-child>body #menu {
  top:65px;
}
#menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
#menu ul li{
   margin: 0;
   padding: 0;
   float: left;
   padding-right: 1em;
}
#menu ul li a{
	position:relative;
	background:transparent url("../images/menu.gif") 0 0 repeat-x;
	
	padding:10px 5px 10px 5px;
	min-height:40px; 
	height:auto !important;
	height:40px;

	font: bold 12pt "Calibri",Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#012265;
}
#menu ul li a:hover{
	color:#FFFFFF;
	background-position:0px -50px;
}

#bigpic{
	position: absolute;
	top: 110px;
	left: 0px;
}
#header hr{
	position: absolute;
	top: 300px;
	left: 0;
	width: 725px;
	background-color: #CE1B39;
	color: #CE1B39;
	border: 0;
	height: 3px;
}

#main{
	position: absolute;
	top: 315px;
	left: 15px;
}
#foto{
	position:absolute;
}
#inleiding{
	position: absolute;
	padding-left:45px;
	background:transparent url("../images/quotel.gif") left top no-repeat;
	left: 220px;
	width: 450px;
	font: bold 10pt Verdana, Arial, Helvetica, sans-serif;
	color: #113C71;
}
#quote {
	position:relative;
	
	min-height:35px;
	height:auto !important;
	height:35px;
	
	padding-right:45px;
	background:transparent url("../images/quoter.gif") right bottom no-repeat;
}
#author {
	position:relative;
	padding-top:15px;
	font: 9pt Verdana, Arial, Helvetica, sans-serif;
	font-style:italic;
	color:#172029;
}
h1{
	position: absolute;
	top: 110px;
	font: 16pt Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #CE1B39;
}
#main > #nieuws{
	top: 110px;
}
#news{
	margin-top: 138px;
	font: 8pt Verdana, Arial, Helvetica, sans-serif;
	color: #172029;
}
#news hr{
	width: 725px;
	height: 1px;
	color: #E5E5E5;
	background-color: #E5E5E5;
	border: 0;
	margin: 0 0 10px 0;
}
.newstitle,.date{
	font-size: 10pt;
	font-weight: bold;
}
.newstitle{
	margin: 10px;
}
.date{
	margin: 10px;
	margin-left: 480px;
	text-align: right;
	width: 150px;
}
.newstext{
	width: 700px;
	margin: 10px;
}
.newstext ul{
	list-style:circle;
	padding-left:15px;
}
.newstext ul li{
	padding-bottom:8px;
}
#credits{
	text-align: center;
	font: 7pt Arial, Helvetica, sans-serif;
	color: #545454;
	margin-bottom: 20px;
}
#credits a:link, #credits a:visited {
	color: #545454;
	text-decoration:none;
}
#credits a:hover, #credits a:active {
	color: #CE1B39;
	text-decoration:underline;
}

img {
	border:0;
}
p{
	position:relative;
	margin-bottom:25px;
	vertical-align:middle;
	padding-top:5px;
}
.leftfloat {
	position:relative;
	float:left;
	margin-right:10px;
	margin-top:-5px;
    clear: right;
	vertical-align:middle;
}
.rightfloat {
	position:relative;
	float:right;
	margin-left:10px;
	margin-top:-5px;
	clear: left;
}
#myflash_container {
	position:relative;
	left: 50%;
	width:320px;
	margin-left:-160px;
}
#imgbox{
	position:relative;
	height:113px;
	margin-top:25px;
	margin-bottom:10px;
}
#error, #scd{
	position: relative;
	left: 50%;
	margin-left: -200px;
	margin-bottom:15px;
	padding: 6px;
	width: 400px;
	text-align:center;
}
#error{
	background-color: #ffede5;
	border: 1px solid #CE1B39;
}
#scd{
	background-color: #edffe4;
	border: 1px solid #9cd580;
}
