
#test_title {
	position: relative;
	width: 872px;
	height: 182px;
	background-image: url(/img/header2.png);
}
#test_content {
	width: 872px;
    min-height: 520px;   
	background-image:  url(/img/content_bg.png);
	background-repeat: repeat-x;
	background-color: #556C8C;
}

body{
	margin: 0;
	padding: 0;
	font-family: arial;
	font-size: 12px;
	color: #cfcfcd;
	background-image: url(/img/body_bg.png);
	background-repeat: repeat-x;
}

#container{
	width: 872px;
	margin: 0 auto;
}

#header{
	width: 872px;
	height: 182px;
	background-image: url(/img/header2.png);
}

#language{
	width: 100px;
	height: 182px;
	padding-left: 50px;
	float: right;
}

#navbar{
	width: 872px;
	height: 36px;
	font-size: 18px;
	background-image: url(/img/button_normal.png);
	background-repeat: repeat-x;
}

#content_wrapper{
	width: 872px;
	height: 483px;
	background-image:  url(/img/content_bg.png);
	background-repeat: repeat-x;
}

#img_div{
	width: 336px;
	height: 483px;
	float: left;
}

#content_index{
	width: 294px;
	float: left;
	padding-left: 10px;
}

#content{
	width: 600px;
	float: left;
	padding-left: 10px;
}

#newsbox{
	width: 200px;
    height: 250px;
	float: right;
    margin-top: 10px;
	padding-bottom: 10px;
	margin-right: 10px;
}

#concertbox{
	width: 200px;	
	height: 250px;
	margin-top: 10px;
	float: right;
    margin-left: 5px;
	margin-right: 10px;
}
#newsbox2{
	width: 200px;
	float: right;
	padding-bottom: 10px;
	margin-right: 10px;
	margin-top: 10px;
}

#concertbox2{
	width: 200px;	
	height: 190px;
	margin-top: 10px;
	float: right;
	margin-right: 10px;
}


#footer{
	width: 864px;
	height: 15px;
	color: white;
	padding-right: 8px;
	text-align: right;
	background-image: url(/img/footer_bg.png);
}

#navbar ul {
	margin: 0;
	padding: 0;
	display: inline;
	white-space : nowrap;
}

#navbar ul li {
	margin: 0;
	padding: 0;
	display: block;
	float:left;
	margin-left: 0px;
	margin-right: 0px;
	text-align: center;
    width: 100px;
}

#navbar ul li a {
	color : #fff;
	text-decoration : none;
	display: block;
	border: none;
	padding-left: 3px;
	padding-right: 3px;
    background: url(/img/button_normal.png) no-repeat;
	height: 36px;
	line-height: 33px;
}

#navbar ul li a:hover, #navbar ul li a:active {
	background: url(/img/button_hover.png);
	height: 36px;
	line-height: 33px;
}

#navbar ul li.actief a {
	background: url(/img/button_normal.png) no-repeat;
	height: 36px;
	line-height: 33px;
}

#navbar ul li.actief a:hover, #navbar ul li.actief a:active {
	background: url(/img/button_hover.png) no-repeat 0px -33px;
	height: 36px;
	line-height: 33px;
}

#vertical{
	width: 1px;
	height: 100%;
	background-color: #758ba8;
	float: left;
}

.titel{
	font-size: 18px;
    padding-top: 10px; 
	margin-bottom: 3px;
	font-weight: bold;
}
.titel2{
	font-size: 18px;
	font-weight: bold;
}
a:link{ text-decoration: none; color: white;}
a:visited{ text-decoration: none; color: white;}
a:active{ text-decoration: none; color: white;}
a:hover{ text-decoration: none; color: gray;}

