/*
Theme Name: MSW_phvandervelden
Theme URI: http://www.phvandervelden.nl
Description: Wordpress theme for Aannemingsbedrijf PH van der Velden BV
Author: Michiel Stevens
Author URI: http://www.michiel-stevens.nl
version: 1.0
*/

* {
margin: 0;
padding: 0;
}

html, body {
height: 100%;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #333;
}

#container {
position: relative;
height: 100%;
width: 900px;
margin: 0 auto;
}

#logo {
position: relative;
height: 100px;
width: 900px;
margin: 0 auto 0 0;
background: #fff;
background-image: url(images/logo.png);
background-repeat: no-repeat;
background-position: center left;
}

#greenbar {
position: relative;
height: 75px;
width: 900px;
background-image: url(images/greenbar.png);
background-position: bottom;
overflow:hidden;
}

#lightgreenbar {
position: relative;
width: 898px;
height: 20px;
background: #d6e7bd;
border: 1px solid #214231;
line-height: 20px;
text-align: center;
overflow:hidden;
}

#main {
position: relative;
width: 880px;
margin: 0 auto;
}

#nav {
position: relative;
float: left;
height: 430px;
width: 180px;
border: 1px solid #214231;
border-top: 0;
background: #d6e7bd;
padding-bottom: 20px;
margin-bottom: 15px;
overflow: hidden;
overflow-x: hidden;
overflow-y: auto;
}

#nav h2 {
position: relative;
font-size: 14px;
margin: 20px;
}

#nav ul, #nav ul ul {
position: relative;
list-style: inside;
font-size: 12px;
margin: 0 20px;
}

#nav li {
margin: 5px 0;
}

#nav a:link,
#nav a:visited,
#nav a:active {
color: #333;
text-decoration: none;
}

#nav a:hover {
color: red;
text-decoration: underline;
}

#content {
position: relative;
float: right;
height: 450px;
width: 480px;
border: 1px solid #214231;
border-top: 0;
background: #d6e7bd;
margin-bottom: 15px;
margin-right: 17px;
overflow: hidden;
overflow-x: hidden;
overflow-y: auto;
}

#content h2 {
position: relative;
font-size: 14px;
margin: 20px;
}

#content p {
position: relative;
font-size: 12px;
text-align: left;
margin: 20px 20px;
margin-top: 20px;
margin-bottom: 20px;
}

#content ul {
position: relative;
list-style: inside;
font-size: 12px;
text-align: left;
margin: 20px 20px;
}

#content img {
position: relative;
border: 1px solid #214231;
margin: 10px 20px;
}

#content p img {
position: relative;
border: 1px solid #214231;
margin: 0px 5px;
}

#content a:link,
#content a:visited,
#content a:active {
color: red;
text-decoration: none;
}

#content a:hover {
color: red;
text-decoration: underline;
}

#info {
position: relative;
float: right;
height: 430px;
width: 180px;
border: 1px solid #214231;
border-top: 0;
background: #d6e7bd;
padding-bottom: 20px;
margin-bottom: 15px;
overflow: hidden;
overflow-x: hidden;
overflow-y: auto;
}

#info h2 {
position: relative;
font-size: 14px;
margin: 20px;
}

#info p {
position: relative;
font-size: 12px;
margin: 10px 20px;
}

#info a:link,
#info a:visited,
#info a:active {
color: #333;
text-decoration: none;
}

#info a:hover {
color: red;
text-decoration: underline;
}

#footer {
clear: both;
position: relative;
width: 880px;
height: 30px;
margin: 0px auto;
background: #214231;
line-height: 30px;
text-align: center;
font-size: 12px;
color: #fff;
}

#footer a:link,
#footer a:visited,
#footer a:active {
color: #fff;
}

#footer a:hover {
color: #d6e7bd;
}

