/* 

	Author:		Berrie Schoots
	URL:		http://www.berrieschoots.nl
	Date:		February 2nd, 2006
	Version:	1.0 IE and FF safe

 */
 
body	{
 margin: 0;
 padding: 0;
 text-align: center;
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 color:#454545;
 font-size: 12px;
 background-color:#000000;
}
	
#container{
 text-align: left;
 margin: 10px auto;
 width: 700px;
 background-color:#fff;
}

#header{
 width:700px;
 height:150px;
 background-image:url(../img/header.png);
 background-repeat:no-repeat;
 border-bottom: 1px solid #e5e5e5;
}

#menu{
 width:700px;
 height:20px;
 background-color: #f4f4f4;
 border-bottom: 1px solid #e5e5e5;
 text-align:center;
 padding:3px 0px 0px 0px;
 font-weight:bold;
}

#content{
 width:690px;
 background-color:#fff;
 padding:5px 5px 5px 5px;
 text-align:justify;
}

#form{
 width:690px;
 background-color:#fff;
 padding:5px 5px 5px 5px;
}

#footer{
 width:700px;
 height:27px;
 background-color: #f4f4f4;
 border-top: 1px solid #e5e5e5;
 font-size:9px;
 text-align:center;
 padding:2px 0px 0px 0px;
}

#footer a, #footer a:visited{
 background-repeat: no-repeat;
 text-decoration: none;
 font-size: 9px;
 color: #454545;
}

#footer a:hover{
 font-size: 9px;
 text-decoration: underline;
 color: #3ab5c5;
}
 
#content a, #content a:visited{
 background-repeat: no-repeat;
 text-decoration: none;
 font-size: 12px;
 color: #454545;
}

#content a:hover{
 font-size: 12px;
 text-decoration: underline;
 color: #3ab5c5;
}

.sep{
 color:#3ab5c5;
}

h1{
 font-size:16px;
 font-weight:bold;
}

h2{
 font-size:14px;
 font-weight:bold;
 color:#3ab5c5;
}

input{
 border: 1px solid #3ab5c5;
 width: 300px;
 color: #454545;
}
 
textarea{
 border: 1px solid #3ab5c5;
 width: 300px;
 height:75px;
 color: #454545;
}

input.button{
 border: 1px solid #3ab5c5;
 width: 302px;
 color: #454545;
 background-color: #f4f4f4;
}

img.right{
 float:right;
 border: 1px solid #f4f4f4;
 margin: 0px 10px 10px 10px ;
}

img{
 border:0px
}

p{
 margin-left: 10px;
 margin-right: 10px;
}

li{
 color: #3ab5c5;
 margin-bottom:5px;
 }
