#container {
	display: block;
	height: 600px;
	width: 887px;
	position: absolute;
	left: 50%;
	margin: 40px 0 0 -444px;
	background: url(./images/main.png) left top no-repeat;
}

#info {
	margin-top: 400px;
}

#info ul {
	list-style-type: none;
	padding: 5px;
	margin: 0;
}

#info li {
	display: inline;
}

#info li a {
	display: block;
	float: left;
	height: 53px;
}

#info li a span {
	display: none;
}

#info li#info_nl a {background: url(./images/buttons.png) 0px 0px no-repeat;width: 148px;}
#info li#info_nl a:hover {background: url(./images/buttons.png) 0px -53px no-repeat;}
#info li#info_nl a:active {background: url(./images/buttons.png) 0px -106px no-repeat;}

#info li#info_en a {background: url(./images/buttons.png) -148px 0px no-repeat; width: 162px;}
#info li#info_en a:hover {background: url(./images/buttons.png) -148px -53px no-repeat;}
#info li#info_en a:active {background: url(./images/buttons.png) -148px -106px no-repeat;}

#info li#info_de a {background: url(./images/buttons.png) -310px 0px no-repeat;width: 188px;}
#info li#info_de a:hover {background: url(./images/buttons.png) -310px -53px no-repeat;}
#info li#info_de a:active {background: url(./images/buttons.png) -310px -106px no-repeat;}

#info li#info_fr a {background: url(./images/buttons.png) -498px 0px no-repeat;width: 184px;}
#info li#info_fr a:hover {background: url(./images/buttons.png) -498px -53px no-repeat;}
#info li#info_fr a:active {background: url(./images/buttons.png) -498px -106px no-repeat;}

#info li#info_rs a {background: url(./images/buttons.png) -682px 0px no-repeat;width: 193px;}
#info li#info_rs a:hover {background: url(./images/buttons.png) -682px -53px no-repeat;}
#info li#info_rs a:active {background: url(./images/buttons.png) -682px -106px no-repeat;}

div.scroller {  width: 887px; height: 300px; overflow: hidden; }
div.scroller div.section { 
	width: 857px; 
	height:300px; 
	overflow:hidden; 
	float:left; 
	padding: 15px; 
	font: 11px "trebuchet ms", arial;
	line-height: 150%;
}
div.scroller div.content { width: 10000px; }




/* andere website */

body {
margin: 0;
padding: 0;
background: url(../images/bg.png) left top repeat-x;
}

#background {
	display: none;
}

#page {
	display: block;
	margin: 0 auto;
	width: 980px;
	font-family: "trebuchet ms", Arial, Helvetica, sans-serif;
}

#adres {
	display: block;
	background: url(../images/header.png) left top no-repeat;
	padding-bottom: 185px;
}

#adres p {
	display: none;
}

#menu {
	width: 181px;
	float: left;
	padding: 10px;
	background-color: #E9E9E9;
}

#menu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#menu li {
	display: inline;
}

#menu li a {
	display: block;
	background: url(../images/menuitem.png) left top no-repeat;
	text-decoration: none;
	color: #000;
	padding: 3px 10px;
	font-size: 14px;
	margin-bottom: 3px;
}

#content {
	margin-left: 220px;
	width: 700px;
	padding: 10px 20px 10px 0;
	background: url(../images/bgMain.png) right bottom no-repeat;
}

.kop {
	font-size: 25px;
	color: #666666;
}

.text {
	font-size: 13px;
	line-height: 150%;
}

#copyright {
	display: block;
	background: url(../images/footer.png) right top no-repeat;
	border-top: 8px solid #5E5E5E;
	height: 25px;
}
