/*Stijlblad Website Denise voor alle browsers*/

body, html {
margin: 0;
height: 100%;
background: #E0FFFF;
}

h1,h2 {
font-family: Century;
text-align: center;
background: #003333;/*Achtergrondkleur*/
color: white;/*Tekstkleur*/
}

h3 {
font-family: Century;
text-align: left;
padding-left:20px;
margin:5px 0 5px 0;
color: #ADFF2F;
background: #003333;
font-weight: normal;
}

p {
font-family: Verdana;
font-size: 0.9em;
color:black;
text-align: justify;
}

.special {
padding:20px;
}

hr {
width: 50%;
color: maroon;
text-align: center;
}

.border {
/*margin: 20px 185px 0 185px;*/
font-family: Verdana;
font-size: 1em;
text-align: justify;
padding:10px;
margin-top:10px;
/*background:#E0FFFF;*/
border-color:#00CED1;
border-width: 3px;
border-style: solid;
}

#fotos {
margin: 20px 5px 0 5px;
font-family: Verdana;
font-size: 1em;
text-align: justify;
background:#E0FFFF;
border-color:#00CED1;
border-width: 3px;
border-style: solid;
}

#main_container {
float: left;
width: 100%;
min-height: 100%;
margin: -40px 0 0px 0;
}

/* container boxen */
#header_container {
width: 100%;
height: 110px;
padding: 30px 0 20px 0;
text-align: center;
background:#003333;
color: white;
font-family: Century;
}

#links_container {
float: left;
width: 180px;
margin-top:10px;
margin-left:-10px;
color: #660000;
}

#menu{
width:180px;
float:left;
background-color:#738080;
}

#menu ul {
list-style:none;
margin:5px;
font-family:Verdana;
font-size:0.9em;
}

#menu ul a{
font-size: 0.9em;
color :#ffffff;
text-decoration :none;
display:block;
height:35px;
border:1px solid #515A5A;
padding-top:1px;
padding-left:10px;
margin-bottom:-15px;
margin-left:-10px;
}

#menu ul a:hover{
background-color : beige;
text-decoration :underline;
color:red;
}

#content_container {
margin: 20px 185px 0 185px;
font-family: Verdana;
font-size: 1em;
text-align: justify;
background:#E0FFFF;
border-color:#00CED1;
border-width: 3px;
border-style: solid;
}

#rechts_container {
float: right;
width:  180px;
margin-top:10px;
margin-right:10px;
color: #660000;
}

#footer_container {
clear: both;
height: 46px;
width: 100%;
text-align: left;
font-family: Verdana;
font-size: 0.9em;
text-align: justify;
}

/* content boxen */
#header {
width: 100%;
height: 81px;
padding: 5px 0;
}

#rechts, #links, #content {
padding: 10px;
}

/*#footer {
padding: 20px 163px 0 0;
}*/

/* background image boxen 
#top_left {
position: absolute;
width: 163px;
height: 89px;
top: 0;
left: 0;
}*/

/*#top_right {
position: absolute;
width: 264px;
height: 89px;
top: 0;
right: 1px;
}*/

/*#footer_left {
height: 46px;
width: 163px;
float: left;
}*/


