﻿#outer{
background-color: Gray;
display:table;
vertical-align:top;
margin-top : -8px;
margin-bottom : -8px;
height:100%;
width:100%;
}

#container {
text-align: center;
position:relative;
vertical-align:middle;
display:table-cell;
height : 1200px;
} 

#inner {
width:1000px;
height: 100%;
background-image:url('Images/Background.jpg');
margin-left:auto;
margin-right:auto;
	}

#head
{
     	height: 130px;
}
#nav 
{
     	height: 30px;

	border-bottom-width: 0px;
	border-bottom-color: #800000;
	border-bottom-style: solid;
    padding-top:50px;   
}

#left_col 
{
    padding-top:10px;   
    height: 70%;
    width:197px;
    display :table-cell;
    float: left;
}

#mid_col 
{
    width:600px;
    height: 1020px;
    display :table-cell;
    float : left;
   	border-left-color: #800000;
 	border-right-color: #800000;
    border-left-width: 1px;
    border-right-width: 1px;
	border-left-style: solid;
	border-right-style: solid;
	padding-top: 10px;
}

#Plaatje
{
    width: 600px;
    float: none;
}
#Gasten
{
 width :600px;
}
#right_col
{
   	padding-top: 10px;
    width:200px;
    height: 90%;
    display:table-cell;
    float: left;
 }
 
 .generaltekst
 {
    background-color:White;
    font-size :18px;
    font:"Verdana";
    padding:5px;
 }


.menu_item 
 { 
 	width:16.6%; 
 	height: 30px;
	
 	display:block; text-decoration:none; 
 	text-align:center; 
    z-index :10001; color:#008394; border:1px solid #682c00;
    font: 14px Verdana;      
    background-color :White;
    color:black;

    border-bottom-color:#800000;
    border-top-color: #800000;
    border-bottom-width: 2px;
    border-top-width: 2px;
 }
.agenda
 { 
 	text-align:left; 
   /* z-index :10001; color:#008394; border:1px solid #682c00;*/
    font: 14px Verdana;      
    background-color :White;
    color:black;
 }   
 .linkbutton
 { 
 	text-align:right; 
   /* z-index :10001; color:#008394; border:1px solid #682c00;*/
    font: 14px Verdana;      
    background-color :White;
    color:blue;
 }   
#Header
{
    background-color:White;
    font-size :36px;
    font-weight:bold;
    float:none;
    padding-left:10px;
    text-align: right;
}
#Content
{
    font-size :16px;
    font:"Verdana";
    background-color:White;
    float: left;
    padding-left: 10px;
 }
