@charset "utf-8";
/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
}

body {
	text-align: center;
}

h1 {
	font-size: 16px;
}

td {
	padding-top: 2px;
	padding-bottom: 2px;
}
.inputtext {
	border: 1, #326c5e;
	width: 180px;
}
.kenteken {
	width: 25px;
	
}

.button {
	border: 1, #326c5e;
	border-style: solid;
	background-color: #a6bfb9;
	color: #ffffff;
}

#container {
	position: absolute;
	left: 50%;
	margin-left: -400px;
	text-align: left;
	width: 800px;
	
}

#header {
	width: 800px;
	height: 236px;
	background-image:url(../images/caravanstalling_header.jpg);
}

#global {
	float: right;
	padding-top: 30px;
	padding-right: 20px;
	font-size: 11px; 
}

#content {
	float: left;
	width: 440px;
	margin-left: 50px;
	padding-right: 10px;
	padding-top: 10px;
	font-size: 13px;
	line-height: 20px;
	text-align:justify;
	background-image:url(../images/caravanstalling_background.gif);
}
#content p {
	margin-right: 10px;
}

#content ul {
	text-align: left;
	margin-left: 20px;
	margin-right: 10px;
}

#admincontent {
	float: left;
	width: 720px;
	margin-left: 50px;
	padding-right: 10px;
	padding-top: 10px;
	font-size: 13px;
	line-height: 20px;
	text-align:justify;
	#background: url(../images/caravanstalling_background.gif);
}

#menu {
	float: right;
	width: 300px;
}

#menu ul li {
	list-style: none;
}

#menu ul li a {
	display: block;
	width: 276px;
	padding: 7px 0px 7px 10px;
	text-decoration: none;
	background-color:#a6bfb9;
	color: #326c5e;
	font-size: 14px;
	font-weight: bold;
	
}
#menu ul li a:hover {
	text-decoration: none;
	background-color:#326c5e;
	color: #ffffff;
}

#map {
	width: 445px; 
	height: 300px;
	margin-top: -10px;
}

/******************** WEATHER START ***********************/
#weather {
    width:130px;
    height:79px;
    float:left;
    margin-top:130px;
    margin-left:360px;
}
#weather_info {
    width:100px;
    height:49px; 
    background:url('../images/weather/weather_bg.png'); 
    float:right; 
    text-align:center;
    color:#fff; 
    font-weight:bold; 
    margin-top:25px; 
    font-family:Arial, Helvetica, sans-serif;
}
#temperatuur {
    margin-top:5px; 
    font-size:18px;
}
#plaats {
     font-size:12px;
     text-transform:uppercase;
}
#weather_img {
     width:60px;
     height:60px;
     float:left;
     margin-top:-80px;
}
/*********************** WEATHER END ************************/

#klaarzetten {
	margin-left: 100px;
	margin-top: -40px;
}

#footer {
	clear: both;
	height: 35px;
}

#msg {
	position: absolute;
	color: #ffffff;
	left: 50%;
	top: 140px;
	margin-left: -150px;
	width: 300px;
	height: 200px;
	padding: 20px;
	border-color: #ffffff;
	border-width: 5px;
	border-style: solid;
}

.success {
	background-color: #326c5e;
}

.error {
	background-color: Red;
}

.caravanstalling_image {
	border-width: 2px;
	border-color: #a6bfb9;
	border-style: solid;
}

.advertenties {
	
	cursor: pointer;
	height: 80px;
	padding: 10px 10px 5px 0px;
}

.advertenties img {
	margin-right: 10px;
	margin-left: 10px;
}

.advertenties:hover {
	background-color: #dfe8e5;
}

.advertentie {
	padding: 10px 10px 5px 0px;
}