@charset "utf-8";
/* CSS Document */

*{
	margin: 0;
	padding: 0;
}

body{
	background: #F3F3F3 ;
	font-family: "Myriad Pro", "Myriad Web", Myriad, Calibri, Arial, Helvetica, sans-serif;
}


#container{
	width: 850px;
	
	display: block;
	text-align: left;
	
	background: #FFFFFF;
	
	margin: 50px auto 5px auto ;
}

#left{
	width: 250px;
	
	float: left;
}


#logo{
	width: 200px;
	
	padding: 50px 25px 25px 25px;
}

	#logo img{
		float: left;
		
		margin: 0 20px 0 0;
	}
	#logo h1{
		font-size: 24px;
		color: #7EA800;
		font-weight: normal;
	}
	#logo p{
		margin-top: -3px;
		font-size: 15px;
		color: #333333;
		font-weight: normal;
		font-style: italic;
	}

#menu{
	width: 200px;
	
	margin: 5px 25px 25px 25px;
}
	#menu li{
	
		border-bottom: #666666 solid 1px;
		list-style: none;
	}
	#menu a{
		padding: 15px 5px;
		text-decoration: none;
		display: block;
	}
	#menu a:hover .head{
		text-decoration: underline;
	}
	#menu .head{
		font-size: 20px;
		color: #7EA800;
		font-weight: normal;
	}
	#menu .tekst{
		margin: -3px 0 0 2px;
	
		font-size: 15px;
		color: #333333;
		font-weight: normal;
		font-style: italic;
	}

#title{
	float: left;
	margin: 100px 25px 25px 75px;
}
	#title h2{
		font-size: 20px;
		color: #333333;
		font-weight: normal;
	}
	#title p{
		margin: 0 0 0 15px;
		font-size: 18px;
		color: #7EA800;
		font-weight: normal;
		font-style: italic;
	}
	
#image{
	width: 150px;
	height: 150px;
	
	float: right;
	margin: 20px;
}

#content{
	width: 525px;
	
	margin: 0 25px 12px 25px ;
	float: left;
	
}
	#content ul{
		list-style: none;
	}
	#content p, #content li, #content strong, #content label, #content input, #content textarea, #content .error{
		font-size: 12px;
		font-family: Arial, Helvetica, sans-serif;
		line-height: 135%;
		color:#333333;
	}
	#content a{
		color: #7EA800;
	}
	#content p, #content li{
		margin: 15px 25px;
	}
	#content h3{
		margin: 0 0 0 15px;
		font-size: 20px;
		color: #7EA800;
		font-weight: normal;
	}
	
	#content label{
		float: left;
		clear: left;
		width: 100px;
		
		font-weight: bold;
		margin: 7px 0 7px 25px;
		vertical-align: middle;
		line-height: 17px;
	}
	#content input, #content textarea{
		float: left;
		width: 150px;
		height: 17px;
		
		margin: 7px 0;
	}
	#content textarea{
		width: 250px;
		height: 125px;
	}
	
	#content .error{
		color: #CC3300;
		float: left;
		width: 225px;
		margin: 7px;
	}
#w3c{
	width: 100%;
	
	clear: both;
	text-align: right;
}
	#w3c img{
		border: 0px;
	}
	
#footer{
	clear: both;
	margin: 10px;
	text-align: center;
	
		font-size: 12px;
		font-family: Arial, Helvetica, sans-serif;
		line-height: 15px;
	color: #000000;
}


.green{
	color: #7EA800;
}
.clear-left{
	clear: left;
}
#content input.btn{
	height: 20px;
	width: 75px;
	margin: 7px 123px; 
}