/* CSS stylesheet mini camping Duno */
/* author: Michiel Keyts */

body {
	margin:0;
	padding:0;
	font-family: Arial;
	font-size:10pt;
	background-color: #FFF8E2;
}

#main	{
	width: 800px;
	height:850px;
	margin-top:25px;
}

#banner {
	width:800px;
	height:250px;
	background-Image: url("../img/banner.jpg");
}

#menu {
	width:200px;
	background-Image: url("../img/menu.jpg");
	background-repeat: no-repeat;
}

#inhoud {
	padding:15px;
	width:600px;
	background-Image: url("../img/inhoud.jpg");
}

#footer {
	padding:15px;
	height:75px;
	background-Image: url("../img/footer.jpg");
	background-repeat: no-repeat;
}

#weer {
	float:left;
	width:160px;
	height:160px;
	font-size:10pt;
	padding-left: 20px;
	margin-top: 60px;
	text-align:center;
}

.menu_items {
	float: left;
	width: 200px;
	padding: 0px;
	margin:0px;
	list-style: none;
	font-weight:bold;
}

.menu_items li {
	height: 35px;
	padding:0px;
	margin: 0px;
	font-size:10pt;
	line-height: 35px;
	margin-left: 25px;
}

.imagecontainer {
	border: 1px solid black;
	width:400px;
	text-align:center;
}
/* fotos */
.fotos {
	/*background-color: #EFEFEF;*/
	margin-left:5px;
}
.fotos img {
	margin:14px;
	margin-top:30px;
	border: 0px solid #CCCCCC;
}

.bottom_fotos {
	/*background-color: #EFEFEF;*/
	margin-top:50px;
	width:350px;
	text-align:center;
}
.bottom_fotos img {
	margin:14px;
	margin-left:10px;
	border: 0px solid #CCCCCC;
}

.route_informatie_img{
	width:220px;
	text-align:center;
}

.route_informatie_img img{
	border: 0px;
	margin-top: 10px;
}

.route_informatie {
	margin-top:15px;
	border: 1px solid #CCCCCC;
	background-color: #EEEEEE;
	font-size: 10pt;
	text-align: center;
}
/* taal images */

.taal_images {
	width:195px;
	height:29px;
	margin-top:7px;
	margin-right:5px;
	text-align:right;
}

.taal_images a{
	margin-left:6px;
}

.adres {
	margin-left: 50px;
	font-size: 10pt;
	font-family: Verdana;
	width:200px;
	padding: 10px;
	border: 1px solid #cccccc;
	background-color: #FFFCFC;
	line-height:110%;
}


/* text styles */
p	{
	font-family:Verdana;
	font-size:10pt;
	line-height:150%;
	text-align: justify;
}

ul, li {
	font-size:10pt;
	font-family:Verdana;
}


a, a:visited {
	color:black;
	text-decoration:none;
}

#normit, #normit a {
	color:#FF9900;
	float:left;
	width:200px;
	font-size:8pt;
	text-align:center;
	margin-top:25px;
}

.f12 {
	font-size:12pt;
	font-weight:bold;
}


/* Scrollobjects */
#mainscroll {
	background-color:#FAFAFA;
	width:570px;
	overflow:hidden;
}

#container {
	position: relative;
	width:10000px;
}

#container img {
	border:1px solid #EEEEEE;
}

#scrollbarcontainer {
	background-color: white;
	border: #FAFAFA;
	width:510px;
	text-align:left;
	float:left;
}

#dragbar {
	position: relative;
	width:100px;
	height:21px;
	border: 1px solid #CCCCCC;
	background-color:#FAFAFA;
}

.scrollbar {
	border: 1px solid #CCCCCC;
	background-color:#FAFAFA;
	float:left;
	font-size:8pt;
	width:25px;
	height:21px;
	color: #AAAAAA;
}

.scrollbar a{
	color: #AAAAAA;
}




.slideshowbuttons {
	border: 1px solid #CCCCCC;
	background-color: #FAFAFA;
	text-align:center;
	height:25px;
	color: #AAAAAA;
}

.slideshowbutton {
	float:left;
	width:33%;
	font-size:8pt;
	color: #AAAAAA;
}

.slideshowbutton a{
	color: #AAAAAA;
}
