
body{
	margin-top: 0px;
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 11px;
	color: #333333;
	background: #486f9b;
}

li{
	list-style-image: url(../media/images/bullet_red.png);
}

/***********************
		HEADERS
***********************/

h1{
	font-size: 20px;
}

h2{
	font-size: 16px;
	border-bottom: 1px dashed;
	border-color: #cccccc;
}

h3{
	font-size: 10px;
	border-color: #cccccc;
}

/***********************
		FORMULIER
***********************/

form{
    border-width: 1px;
    border-style: dashed;
    border-color: #cccccc;

    padding: 15px;
    width: 350px;
    }

label{
    float: left;
    width: 75px;
    text-align: right;
    
    margin-right: 15px;
    }
    
input{
    background-color: #f5f5f5;

    font-size: x-small;

    border-width: 1px;
    border-style: solid;
    border-color: #cccccc;
    
    margin-bottom: 10px;
    }
 
select{
    width: 120px;
    font-size: x-small;
    background-color: #f5f5f5;
    
    border-color: #cccccc;
    border-style: solid;
    border-width: 1px;
    
    margin-bottom: 10px;
    }

textarea{
    width: 250px;
    height: 100px;
    background-color: #f5f5f5;
    
    border-width: 1px;
    border-style: solid;
    border-color: #cccccc;
    
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    
    margin-bottom: 10px;
    }
 
/***********************
		MAIN DIVS
************************/

#container{
	border: 1px solid;
	border-color: #cfcfcf;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	width: 800px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	background-image: url('../media/images/rotonde.png');
	background-repeat: no-repeat;
}

#container a:link, #container a:visited, #container a:active {text-decoration: none; color: red;}
#container a:hover {text-decoration: none; color: red;}

#header{
	/*border: 1px solid;*/
	width: 800px;
	height: 250px;
	background-image: url('../media/images/top.png');
	-moz-border-radius-topleft: 8px;
	-webkit-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-radius-topright: 8px;
}

#navigation{
	/*border: 1px solid;*/
	width: 800px;
	height: 20px;
	text-align: center;
	background-color: #e2e2e2;
	color: #333333;
	padding-top: 4px;
}

#navigation a:link, #navigation a:visited, #navigation a:active {text-decoration: none; color: #333333;}
#navigation a:hover {text-decoration: none; color: red;}

#main_content{
	/*border: 1px solid;*/
	width: 770px;
	height: 800px;
	
	background-image: url('../media/images/gevaren.png');
	background-repeat: no-repeat;
	background-position: right;
	
	padding: 0px 15px 0px 15px;
}

#footer{
	/*border: 1px solid;*/
	width: 800px;
	height: 50px;
	text-align: center;
	background-color: #333333;
	color: white;
	padding-top: 5px;
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-radius-bottomright: 8px;
}

#logo{
	position: absolute;
	background-color: blue;
	width: 100px;
	height: 100px;
	margin-left: 80%;
}

