﻿html, body
{
	margin: 0;
	padding: 0;
}

body 
{
	background-color: #313131;
	color: #ffffff;
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: 11px;
	line-height: 12px;
	text-align: center;
}

form
{ 
    height: 100%;
}

#container
{
	margin-right: auto;
	margin-left: auto;
	width: 741px;
	padding: 0;
	text-align: left;
}

#header
{
    width: 739px;
    background-color: #424242;
    background-image: url(../Images/header.jpg);
    background-position: top;
    background-repeat: no-repeat;
    border: 1px solid #212121;
    border-top: 0px none #000000;
}

#header img
{
    margin-left: 10px;
	margin-top: 5px;
}

#navigation
{
    width: 173px;
    height: 200px;
    padding: 5px;
    float: left;
}

.navitem
{
    width: 173px;
    height: 15px;
    background-color: #cdc6bc;
    border-left: solid 7px #2b8d7f;
    color: #000000;
    padding: 5px 5px 5px 5px;
    margin: 3px 3px 4px 0px;
}

.navitemactive, .navitemhover
{
    background-color: #2b8d7f;
    border-left: solid 7px #cdc6bc;
    color: #000000;
}

#intro
{
    width: 553px;
    height: 205px;
    margin-top: 3px;
	background-color: #424242;
    background-image: url(./Images/intro.jpg);
    background-position: center;
    background-repeat: no-repeat;
   	border: 1px solid #212121;
	float: right;
}

#intro ul
{
	margin-top: 60px;
	margin-left: 200px;
	font-size: 14px;
	font-weight: bold;
	list-style: square;
	color: #ffffff;
	line-height: 20px;
}

.item
{
    width: 166px;
    height: 30px;
    color: #ffffff;
  	background-color: #424242;
    background-position: center;
    background-repeat: no-repeat;
   	border: 1px solid #212121;
   	margin: 3px 3px 3px 0px;
   	padding-top: 75px;
   	padding-left: 15px;
   	font-size: 14px;
   	font-weight: bold;
	float: left;
	cursor: hand;
}

#home
{
    background-image: url(./Images/home.jpg);
}

#schade
{
    background-image: url(./Images/schade.jpg);
}

#over
{
    background-image: url(./Images/over.jpg);
}

#contact
{
    background-image: url(./Images/contact.jpg);
   	margin-right: 0px
}

#leftside
{
    width: 182px;
    float: left;
}

.schadeformulier
{
    font-size: 18px;
    font-weight: bold;
    background-color: #2b8d7f;
    text-align: center;
    padding: 15px 5px 15px 5px;
    margin: 2px;
    margin-bottom: 5px;
    cursor: hand;
}

.address
{
    background-color: #424242;
    margin: 2px;
    margin-bottom: 5px;
    padding: 15px 15px 15px 15px;
}

.links
{
    background-color: #424242;
    margin: 2px;
    padding: 15px 15px 15px 15px;
    text-align: center;
}

.links a
{
    border: solid 1px #000000;
}

#content
{
    width: 520px;
    min-height: 300px;
    margin: 10px 15px 10px 15px;
    float: right;
}

#footer
{
    width: 739px;
    height: 45px;
    background-color: #424242;
    background-image: url(./Images/footer.jpg);
    background-position: top;
    background-repeat: no-repeat;
    border: 1px solid #212121;
    margin-top: 3px;
    border-bottom: 0px none #000000;
}

#footerleft
{
    width: 152px;
    height: 35px;
    text-align: center;
    padding: 10px 0px 0px 10px;
    float: left;
}

#footernav
{
    color: #cdc6bc;
    font-weight: bold;
    width: 540px;
    height: 25px;
    text-align: center;
    padding: 20px 0px 0px 10px;
    float: right;
}

#footernav a
{
    margin: 0px 12px 0px 12px;
}

/* colors */
.black
{
    color: #000000;
}

.gray
{
    color: #cdc6bc;
}

.green
{
    color: #2b8d7f;
}

.more
{
    font-size: 10px;
    color: #2b8d7f;
    text-decoration: none;
    text-align: right;
    width: 100%;
}

/* HTML-tags */

h1
{
    font-size: 14px;
    color: #ffffff;
    background-image: url(./Images/square.gif);
    background-position: left top;
    background-repeat: no-repeat;
    padding-left: 15px;
}

h2
{
    font-size: 12px;
    color: #2b8d7f;
}

a
{
    color: #2b8d7f;
}

label
{
    width: 175px;
}

.input, .textarea
{
    font-size: 10px;
    border: solid 1px #000000;
}

form
{
    margin: 0px 0px 0px 0px;
}