/* Achtergrond instellingen */
body {
	background-image: url('../img/bg2.png');
	font-family: "Century Gothic", "times new roman", serif;
	background-color: #C0C0C0;
}

h1 {
	font-size: 19px;
	text-align: center;
}

#wrapper {
	width: 950px;
	margin: 0 auto;
	padding: 0px;
	color: #666;
	font-size: 12px;
}

#header {
	background-image: url('../img/AFSE-logo.png');
	position: relative;
	width: 950px;
	height: 150px;
	color: #99CC00;
}

/* Menu hoofd */

#menu_outer {
	width: 950px;
	height: 40px;
    position: relative;
}

#menu {
    width: 80%;
	height: 40px;
    position: relative;
    background: #5D560F;        
    float: left; 
	font-family: "Franklin Gothic Medium", "times new roman", serif;
	font-size: 13px;
}

#menu ul {
	margin: 0 auto;  
	padding: 0px;
	display: block; 
	list-style: none;
}

#menu li {
	display: inline;  
	float: left;
}

#menu li a {
	display: block; 
	padding: 12px 25px 8px 25px; 
	float: left;
	height: 20px;
	color: #FFF;
	text-decoration: none;
}

#menu li a:hover {
	background-color: #99CC00;
	display: block; 
	padding: 12px 25px 8px 25px; 
	float: left;
	height: 20px;
	color: #FFF;
	text-decoration: none;
}

/* Menu talen */
#menu2 {
	width: 20%;
	height: 40px;
    position: relative;
    background: #5D560F;        
    float: right; 
}

#menu2 ul {
	margin: 0;  
	padding: 0px;
	display: block; 
	list-style: none;
}

#menu2 li {
	display: inline;  
	float: right;
}

#menu2 li a {
	display: block; 
	padding: 12px 6px 8px 6px; 
	float: right;
	height: 20px;
	text-decoration: none;
}

img.vlag {
	height: 15px;
	width: 20px;
	border-style: none;
}

/* content opmaak */

#content {
	background-color: #FFF;
	min-height: 590px;
	border-style: solid;
	border-width: 0px 1px 0px 1px;
	border-color: #99CC00;
	padding: 10px 10px 1px 10px;
	overflow: auto;
}

#content_text {
	border-style: solid;
	border-width: 0px 1px 0px 1px;
	border-color: #5D560F;
	width: 600px;
	padding: 10px 10px 1px 10px;
	float: left;
	min-height: 565px;
	margin: 0px 20px 0px 0px;
	font-size: 12px;
	color: #666;
}

#content_text a {
	text-decoration: underline bold;
	color: #009900;
	font-weight: bold;
}

#content_photo {
	padding: 10px 10px 1px 10px;
	float: left;
	width: 265px;
	min-height: 300px;
}
#content_photo a {
	text-decoration: underline bold;
	color: #009900;
	font-weight: bold;
}
#content_photo img {
	margin-left:auto;
	margin-right:auto;
}
#content_photo img.series {
	margin-left: 2px;
	margin-right: 2px;
	border-style: solid;
	border-width: 1px;
	border-color: #5D560F;
}
ul.contact {
	list-style-type: none;
}

#footer {
	background-color: #99CC00;
	height: 15px;
	padding: 2px;
	text-align: center;
	font-size: 12px;
	color: #A5A5A4;
	border-style: solid;
	border-width: 0px 2px 0px 2px;
	border-color: #99CC00;
}
#footer a {
	color: #999999;
}

#divider {
	background-image: url('../img/divider2.png');
	background-color: #FFF;
	width: 946px;
	height: 14px;
	padding: 0px 1px 0px 1px;
	border-style: solid;
	border-width: 0px 1px 0px 1px;
	border-color: #99CC00;
	
}

