@charset "utf-8";
/*====== Layout Template CSS ===== */
#top {
	width:822px;
	height:42px;
	float:left;
}
#banner {
	width:822px;
	height:206px;
	float:left;
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	}
#main {
	width:822px;
	height:auto;
	float:left;
	text-align:left;
}
#footer {
	width:823px;
	height:64px;
	float:left;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	text-align: center;
	margin-top: 10px;
	}
.centerfix{
	width:822px;
	margin-left:auto;
	margin-right:auto;
}
body,td,th {
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
}
a {
	color: #0099CC;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #666666;
}

h1 {
	font-size: 16px;
	color: #0099CC;
}
h2 {
	font-size: 14px;
	color: #FF6600;
}
h3 {
	font-size: 12px;
	color: #00FFFF;
}
img{
	border:none;
}

/*====== Text & image Divs ===== */
.lang{
	float:right;
	width:120px;
	text-align:center;
	padding: 3px;
}
.flags{
	margin-top:3px;
}
.lang-en{
	text-align:left;
	float:left;
	padding-left: 5px;
}
.lang-nl{
	float:right;
	padding-right: 5px;
}
.menu{
	padding-top:15px;
	margin-top: 140px;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	height: 50px;
	margin-left: 170px;
}
.menu-item{
	float:left;
	width:auto;
	margin-left: 45px;
	color:#FFFFFF;
}
.menu-item a{
	color:#CCCCCC;
	text-decoration:none;
}
.menu-item a:hover{
	color:#FFFFFF;
	text-decoration:none;

}
.menu-item-cur a{
	float:left;
	width:auto;
	margin-left: 45px;
	color:#FFFFFF;
}
.content-full{
	width:100%;
}
.content-200{
	width:200px;
	float:left;
}
.content-300{
	width:300px;
	float:left;
	color: #666666;
}
.content-400{
	width:400px;
	float:left;
}
.content-500{
	width:500px;
	float:left;
}
.module-300{
	text-align:center;
	padding-right:0px;
	margin-left: 20px;
}
.slideshow{
	height:auto;
	margin-top: 30px;
	clear:both;
	
}
.footer-menu{
	text-align:center;
	font-size:14px;
	font-weight:bolder;
	color:#FFFFFF;
	margin-left: 15px;
	margin-top: 10px;
}
.copyright{
	padding-top:3px;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
}
.anova-credit {
	text-align:right;
	padding-right:3px;
	color:#CCCCCC;
	font-weight:bold;
	padding-bottom: 3px;
}
.anova-credit a{
	color:#FFFFFF;
}
.anova-credit a:hover{
	color:#CCFF00;
}

.inside{
	margin-left:50px;
	margin-right:50px;
	margin-top:20px;
	margin-bottom:5px;
	text-align: justify;
}
.title{
	margin-top: 0px;
}
