/***************************************
Website Cr3@tion by Sebastiaan Sarton
dreamsare4living@gmail.com
***************************************/
* {
padding: 0;
margin: 0;
}

body {
background-color: #fff;
}

/************* Text Styles *************/

h1 {
font-family: georgia, serif, "nimbus roman no9 l";
font-size: 28px;
font-weight: lighter;
color: #ff9900;
margin: 0 0 29px 0;
border-bottom: 1px dotted #ff9900;
}

h2 {
font-family: verdana, sans, "dejavu sans";
font-size: 14px;
color: #339933;
margin: 0 0 10px 0;
}

h2.header {
margin-top: 15px;
}

h3 {
font-family: verdana, sans, "dejavu sans";
font-size: 18px;
text-align: center;
color: #fff;
margin: 0 0 15px 0;
}

h4 {
font-family: verdana, sans, "dejavu sans";
font-size: 13px;
font-weight: bold;
color: #4e4e4e;
margin: 15px 0 10px 0;
}

.style1 {
font-family: verdana, sans, "dejavu sans";
font-size: 13px;
text-align: left;
color: #4e4e4e;
}

.style2 {
font-family: verdana, sans, "dejavu sans";
font-size: 12px;
font-weight: bold;
text-align: left;
color: #fff;
}

.style3 {
font-family: verdana, sans, "dejavu sans";
font-size: 11px;
color: #339933;
}

/************* Link Styles *************/

a {
color: #339933;
outline: none;
}

a:hover {
color: #ff9900;
}

ul {
font-family: verdana, sans, "dejavu sans";
font-size: 13px;
list-style-type: none;
line-height: 22px;
}

a.footer {
font-family: verdana, sans, "dejavu sans";
font-size: 11px;
font-weight: bold;
text-align: justify;
text-decoration: none;
color: #339933;
}

a.footer:hover {
text-decoration: underline;
}

/************* Container *************/

div.container {
width: 720px;
margin-left: auto;
margin-right: auto;
}

div.header {
height: 180px;
background-image: url(../nl/Images/Top/TopIndex.jpg);
background-repeat: no-repeat;
clear: both;
}

div.menu {
min-height: 27px;
clear: both;
background-image: url(../Images/Background/backmenu.png);
}

div.content {
width: auto;
min-height: 400px;
margin: 0;
padding: 10px 20px;
background-image: url(../nl/Images/Background/BackIndex.jpg);
background-position: top;
background-repeat: repeat-x;
}

div.footer {
min-height: 40px;
clear: both;
text-align: center;
}

/************* Object Styles *************/

hr {
margin-top: 30px;
margin-bottom: 10px;
border: 1px solid #ffcc66;
}

blockquote {
padding: 10px;
margin-top: 20px;
margin-left: 205px;
width: 300px;
display: block;
border: 1px solid #ff9900;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
background-color: #fff;
font-family: verdana, sans, "dejavu sans";
font-size: 14px;
color: #2e2e2e;
}

.img1 {
float: left;
margin:15px 25px 5px 0;
padding-top: 5px;
}

.img2 {
margin: 10px 0 10px 0;
}