a {
	text-decoration: none;
}

html {
	background-repeat: repeat-x;
	background-color: #889E69;
	overflow-y: scroll;
}

body {
	width: 920px;
	margin: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h3 {
	font-size: 15px;
	font-weight: bold;
	border-bottom: 1px solid yellow;
	margin-bottom: 10px;
	width: 70%;
}

.formulier p {
	margin-bottom: 5px;	
}

.formulier label {
	float: left;
	width: 125px;
}

.header {
	width: 920px;
	height: 208px;
	float: left;
}

.header .left {
	width: 525px;
	height: 170px;
	float: left;
	padding-left: 30px;
}

.logo {
	float: left;
	width: 130px;
}

.slogan {
	float: left;
	margin-top: 50px;
	margin-left: 20px;
}

.terug {
	float: left;
	width: 525px;
	height: 30px;
	margin-top: 15px;
}

.terug a {
	color: white;
	font-weight: bold;
}

.header .right {
	width: 232px;
	height: 200px;
	float: right;
}

.header .right .top {
	width: 245px;
	height: 33px;
	float: left;
	background-image: url('../images/right_top.png');
}

.header .right .center {
	width: 215px;
	float: left;
	background-image: url('../images/right_center.png');
	font-size: 12px;
	font-weight: bold;
	padding-left: 30px;
	padding-bottom: 11px;
}

.header .right ul {
	margin: 0px;
	padding: 0px;
	margin-top: 5px;
}

.header .right li {
	list-style-type: none;
	font-size: 14px;
	background-image: url('../images/right_item.png');
	width: 175px;
	float: left;
	margin-bottom: 2px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
}

.header .right li a {
	color: yellow;
	font-weight: bold;
}

.header .right li a:hover {
	color: white;
}

.menu {
	float: left;
	width: 100%;
	height: 45px;
}

.menu .left {
	margin-left: 5px;
	width: 21px;
	height: 45px;
	float: left;
	background-image: url('../images/menu_left.png');
}

.menu .center {
	width: 880px;
	height: 31px;
	float: left;
	background-image: url('../images/menu_center.png');
	padding-top: 16px;
}

.menu .right {
	width: 13px;
	height: 45px;
	float: left;
	background-image: url('../images/menu_right.png');
}

.menu ul {
	margin: 0px;
	padding: 0px;
}

.menu li {
	list-style-type: none;
	display: inline;
	float: left;
	padding-right: 8px;
}

.menu li a {
	color: yellow;
	font-weight: bold;
	font-size: 13px;
}

.menu li a:hover {
	color: white;
}

.content {
	float: left;
	width: 850px;
	background-image: url('../images/content.png');
	padding-top: 15px;
	padding-left: 30px;
	margin-left: 1px;
	padding-right: 40px;
	padding-bottom: 20px;
	line-height: 18px;
	min-height: 280px;
}

.content a {
	color: black;	
}

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

.content h1 {
	padding-top: 10px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	width: 100%;
	font-weight: bold;
	font-size: 16px;
	border-bottom: 2px solid #889E69;
}

.content h2 {
	color: #889E69;
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 15px;
}

.footer {
	float: left;
	width: 900px;
	height: 40px;
	background-image: url('../images/content_footer.png');
	text-align: center;
	font-weight: bold;
	font-size: 11px;
	padding-right: 20px;
	line-height: 14px;
}

.footer a {
	color: #FF3300;
}

.line {
	float: left;
	width: 730px;
	height: 2px;
	background-color: #889E69;
}

#Active a {
	color: orange !important;
}

#active {
	color: orange;
}

.amnius {
	float: left;
	width: 100%;
	text-align: center;
	color: yellow;
	font-weight: bold;
	margin-top: 5px;
}

.amnius a {
	color: white;
	margin-top: 5px;
	float: left;
	width: 100%;
	margin-bottom: 30px;
}

.amnius .asv {
	float: left; 
	width: 100%; 
	text-align: center;	
}

.submenus {
	width: 185px;	
	float: right;
}

.submenu {
	list-style-type: none;
	font-size: 14px;
	background-image: url('../images/right_item.png');
	width: 175px;
	float: right;
	margin-bottom: 2px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 8px;	
}

.team {
	list-style-type: none;
	font-size: 14px;
	background-image: url('../images/right_item.png');
	width: 175px;
	margin-bottom: 2px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 8px;	
}

.submenu a, .team a {
	color: yellow;
	font-weight: bold;
}

.submenu a:hover, .team a:hover {
	color: white;
	text-decoration: none;
}
