/*   
Theme Name: Beeckestijn Special
Description: A WordPress theme for a static business site
Author: Kaj Rietberg
Author URI: http://www.kajrietberg.nl/
Version: 1.0
*/


* {
margin:0;
padding:0;
}

body {
background: #013473;
font-size: 62.5%;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
color:#000;
}

#wrapper {
background:#FFFFFF;
margin:0 auto;
width: 800px;
}

#header {
height:175px;
padding:15px 0;
width:800px; 
}

#logo {
float: left;
height: 175px;
width: 210px;
}

#titel {
float: right;
height: 175px;
width: 590px;
}

#titel a {
text-decoration:none;
color:#000055;
font-family: Georgia, "Times new roman", serif;
font-size:2.5em;
font-weight: 700;
padding:0 0 0 0;
margin: 0 0 0 0;
}

#titel h1 {
margin: 50px 0 0 25px;
}

#content {
background: #fff url(http://digitalmarketeers.info/wp-content/themes/Beeckestijn/images/watermerk.jpg) no-repeat 0% 50%;
font-size: 1.1em;
min-height: 500px;
margin: 0 0 0 25px;
width: 560px;
float: right;
}

#watermerk {
}

#content h2 {
font-size:2.0em;
}

#nav {
border: solid 1px #000044;
float: left; 
height: auto;
margin: 0 0 0 0px;
padding: 0 0 15px 0;
width: 210px;
}

#nav li {
list-style-type:none;
padding: 0 0 0 15px;
}

#nav li a {
border-bottom:solid 1px #000044;
color:#969696;
display: block;
text-decoration:none;
font-size:1.3em;
margin:15px 15px 15px 0;

}

#nav ul {
margin:10px 0 10px 10px;
}

#footer {
height:50px;
border-top:solid 1px #999;
clear:both;
padding:10px 0 0;
text-align: center;
}
