/*/
 * 
 * Cascading Style Sheet
 * 
 * Style.css
 * 
 * Creator: Peter Mudde
 * 
/*/


/* ELEMENTEN */
* {
margin:0; 
padding:0;
} 

a img {
border:0;
}

#break{
clear:both;
}

p {
margin-bottom:10px;
}

/* BASIS */
html, body{
text-align:center;
background:#2a166f;
font-family:arial;
color:#264827;
}

#box {
width:917px;
height:auto;
min-height:729px;
margin:0 auto;
margin-top:35px;
text-align:left;
}

#links {
width:66px;
height:729px;
float:left;
background:url(../images/bg_links.png) no-repeat top left;
}
#center {
width:785px;
height:729px;
float:left;
background:url(../images/bg_footer.png) no-repeat bottom left;
}
#rechts {
width:66px;
height:729px;
float:left;
background:url(../images/bg_rechts.png) no-repeat top left;
}

/* HEADER */
#header {
width:945px;
height:175px;
background:url(../images/bg_header.png) no-repeat top left;
}

/* MID */
#mid {
width:783px;
height:auto;
min-height:486px;
border:1px solid #fff;
}

/* MENU */
#menu {
width:153px;
height:auto;
min-height:446px;
padding:20px;
background:url(../images/bg_menu.png) repeat-x top left #8bd58d;
float:left;
}
#menu h2 {
font-family:"Lucida Sans",arial;
font-size:18px;
font-weight:normal;
margin-bottom:15px;
}
#menu h2 b {
font-weight:bold;
}
#menu a {
display:block;
height:25px;
color:#264827;
font-size:12px;
text-decoration:none;
}
#menu a:hover,
#menu a:active {
font-weight:bold;
}


/* CONTENT  */
#content {
width:531px;
height:auto;
min-height:426px;
padding:30px;
margin:0px -1px 66px 0px;
background:url(../images/bg_content.png) no-repeat top left #fff;
float:left;
font-size:11px;
line-height:17px;
}
#content h3 {
font-size:11px;
font-weight:bold;
}
#content h1 {
font-size:12px;
margin-bottom:9px;
}



