/*
CSS-file for three column layout 2006

Developed by Eivind Savio
*/
* /*Set's border, padding and margin to 0 for all values*/
{
padding: 0;
margin: 0;
border: 0;
}
body, html {
color: #000; 
font-family: Verdana, Arial, Tahoma, sans-serif; 
text-align: center; /*** Centers the design in old IE versions ***/
height: 100%;
background-image:url(../images/background.jpg);
background-repeat:repeat-x;
}
body {
font-size: 70%;
}

p {padding: 7px 0 7px 0;}

a {
color: #000099;
}
a:hover{
color: #000099;
text-decoration: none;
}

h2, h3 {
font-weight: bold;
padding-bottom: 5px;
color: #1232b4;
}

hr{
	border-bottom:solid 1px;
	border-color: #1232b4;
}

.blokje{
vertical-align:middle;
padding-bottom:3px;
}

h1 {
font-size: 14px;
padding-bottom:5px;
color: #1232b4;
}
h2 {
font-size: 1.4em;
color: #1232b4;
}
h3 {
font-size: 1.3em;
color: #1232b4;
}
h1 a, #header h2{
color: #fff;
}
.clear { clear: both; }
#mainContainer {
width: 900px;
margin: 0 auto; /*** Centers the design ***/
min-height: 100%;

text-align: left; /*** Because we centered the text in body we have to move the text back to left aligning ***/
}
* html #mainContainer {
height: 100%;  /*** IE doesn't support min-height, but instead it handles height as min-height so we need to hack the height ***/

}
/**************************
HEADER
**************************/
#header {

}
/**************************
CONTENT AND COLUMNS
**************************/

.outer {
padding-left: 130px; 
height:100%;
background-image:url(../images/background_met_kolom.png);
background-repeat:repeat-y;
background-position:-10px;
}
* html .outer {
padding-right: 130px; /* Normally this shouldn't be in this hack, it should be in .outer, but because of IE7 I had to */
}
.inner {
width: 760px; /*** This width is for non-IE browsers. Mozilla makes this necessary. Be sure to check your layout in different browsers if you changes this value. Especially IE7 seems to create a horisontal scroll if this value is set too large ***/
padding-bottom: 30px;

}
* html .inner {
width: 100%;
}
/*** div.inner is wider than its container, div.outer, and so overlaps to the right, pushing
div.right into the proper position. IE expands div.outer instead, requiring a Tan hack to avoid 
blowing the layout apart. IE gets the original 100% width as in the Livingstone layout.
***/
.float-wrap {
float: left;
width: 730px;
margin-left: -140px; /*** Same length as .outer padding-left but with negative value ***/
height: 100%;
}
* html .float-wrap {
/*** No need for hacking IE on this layout ***/
}
#content {
float: right;
width: 550px;
min-height:100%;

}
* html #content {
position: relative;  /*** IE needs this  ***/
padding-left:50px;
padding-right:50px;
}
.contentWrap{
padding: 10px;
margin-left:10px;
margin-right:10px;
background-image:url(../images/background_main.png)
}
.contentWrap ol, .contentWrap ul {
margin: 3px 0 5px 35px;
}
.contentWrap li {
padding-bottom: 2px;
}

.menuWrap{
margin-left:10px;
margin-right:10px;
text-align:center;

}
.menuWrap ol, .menuWrap ul {
}
.menuWrap li {

}

/**************************
ADVERTENTIE
**************************/

#ad{
float:left;
width:150px;
height:100px;
margin-top:10px;
margin-left:18px;
background-color:#ffffff;
}

* html #ad {
position: relative;  /*** IE needs this  ***/
}

/**************************
LEFT COLUMN
**************************/
/*** div.left is in div.float-wrap, and when div.float-wrap is neg margined to the left, 
div.left is carried over into the proper position. 
***/
#left {
float: left;
width: 150px;
}
* html #left {
position: relative;  /*** IE needs this  ***/
}
#left ul {
list-style: none;
margin-top:10px;
}
#left li {

}
/*************************
RIGHT COLUMN
**************************/
#right {
float: right; 
width: 160px;
padding-left: 5px;
padding-right: 5px;
}

* html #right {
position: relative;  /*** IE needs this  ***/
margin-right: -150px; /*** IE gets this margin. ***/
}

#right img {
list-style: none;
padding-bottom: 4px;
}

#right ul {
list-style: none;
padding-bottom: 4px;
}
#right li {
padding-bottom: 2px;
}

/**************************
SPONSORS
**************************/
#sponsors1 img{
padding: 5px;
margin: 5px;
}

#sponsors2 img{
padding: 5px;
margin: 5px;
}

#sponsors3 img{
padding: 5px;
margin: 5px;
}


/**************************
FOOTER
**************************/

#footer {
width: 520px;
height: 250px; /*** The drawback with this solution is that the height of the footer can't be flexible. If you add so much content to the footer that it extends 30px, you will get a vertical scrollbar and the content will overflow the footer if you don't set overflow to hidden ***/
margin: 0 auto;
margin-top: -250px; /*** By using a negative margin-top we now moves the footer up the same amount as the footer height to avoid vertical scrolling. Remember, if you use borders and padding on your footer you will have to calculate this in your negative margin-top value also. ***/
text-align: center;

}

/**************************
error messages
**************************/
.info, .success, .warning, .error, .validation {
border: 1px solid;
margin: 10px 0px;
padding:15px 10px 15px 50px;
background-repeat: no-repeat;
background-position: 10px center;
}
.info {
color: #00529B;
background-color: #BDE5F8;
background-image: url('../images/info.png');
}
.success {
color: #4F8A10;
background-color: #DFF2BF;
background-image:url('../images/success.png');
}
.warning {
color: #9F6000;
background-color: #FEEFB3;
background-image: url('../images/warning.png');
}
.error {
color: #D8000C;
background-color: #FFBABA;
background-image: url('../images/error.png');
}

/**************************
menu ploegen
**************************/
#middlebar ul .submenu {

border-top:none;

position:relative;
top:-20px;
width:150px;
padding:6px 0;
clear:both;
z-index:2;
display:none;
position:
}
#middlebar ul .submenu li{
background:none;
display:block;
float:none;
margin:0 60px;
border:0;
height:auto;
line-height:normal;

}
#middlebar .submenu li a{
background:none;
display:block;
float:none;
padding:6px 6px;
margin:0;
border:0;
height:auto;

line-height:normal;
}
#middlebar .submenu li a:hover{

}


ul, li{margin:0; border:0; padding:0; list-style:none;}
#middlebar{
font-size:11px;
color:#3b5d14;

font-weight:bold;
padding:4px;
}
#middlebar .menu li {
background:url(lm.png) left top no-repeat;
height:30px;
float:left;
margin-right:10px;
}


#middlebar .menu li a{

text-decoration:none;
padding:0 10px;
height:30px;
line-height:30px;
display:block;
float:left;
padding:0 26px 0 10px;

}
#middlebar .menu li a:hover{
color:#666666;
}

#bannerfoto{
border: 3px #FFFFFF;
margin-left: 10px;
margin-top: 10px;
margin-bottom:10px;
}