.test {border: 1px solid red;}
.noborder {border: none;}

html, body {
	height: 100%;
	padding: 0px;
	margin: 0px;
}

body {
	background-color: #ffffff;
	font-family: Trebuchet MS, Arial, Tahoma, Verdana, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 21px;
	color: #484a49;
	margin: 0px;
}

td {
	font-family: Trebuchet MS, Arial, Tahoma, Verdana, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #484a49;
	margin: 0px;
}

a {
	color: #84a41f;
	text-decoration: none;
}
.text {
	margin-top: 20px;
	margin-left: 56px;
	margin-right: 2px;
	margin-bottom: 10px;
	width: 330px;
	height: 300px;
	overflow-y:auto;
	overflow-x:hidden;
	padding-right:10px;
}
	
.textPrint {
	color: #484a49;
	margin-left:63px;
}
	
.textBung {	
	margin-top: 20px;
	margin-left: 56px;
	margin-right: 2px;
	margin-bottom: 9px;
	width: 332px;
	overflow-x: hidden;
	height: 160px;
	overflow-y:auto;
	color:red;
}
	
.tabBung {
	margin-left: 25px;
}

.articleBung {
	color: #454545;
	font-size: 10px;
	font-family: Trebuchet MS, Arial, Tahoma, Verdana, sans-serif;
	line-height:10px;
}
	
.header {
	font-weight: bold;
	font-size: 13px;
}

.title {
	margin-left: 24px;
}

.headerTitle {
	color: #84a518;
	font-weight: bold;
	font-size: 13px;
}

a.bottomLink {
	color: #9a9999;
	text-decoration: none;
	font-size: 10px;
	font-family: Trebuchet MS, Arial, Tahoma, Verdana, sans-serif;
}

.bottomText {
	color: #9a9999;
	font-size: 10px;
	font-family: Trebuchet MS, Arial, Tahoma, Verdana, sans-serif;
}

.bottomStick {
	color: #c9c9c9;
	font-size: 13px;
}

.registered  {
	color: #9a9999;
	font-size: 13px;
	margin-left: -3px;	
	margin-top: 0px;
}

.dotted {
	border-style: dotted;
	border-width:1px;
	border-color: #f29e18;
	background-color: #ffffff;
	border-left: none;	
}


a.lang{
	margin: 0px;
	margin-left: 5px;	
	margin-top: 4px;
	padding-top: 2px;
	padding-left: 8px;
	font-weight: bold;
	font-size: 10px;
	color: #ffffff;
	font-family: Trebuchet MS, Verdana, Arial, Tahoma, sans-serif;	
	line-height: 10px;
	width: 19px;
	height: 12px;
	display:block;
}

a.langAct {
	margin: 0px;
	margin-left: 5px;	
	margin-top: 4px;
	padding-top: 2px;
	padding-left: 8px;
	font-weight: bold;
	font-size: 10px;
	color: #ffffff;
	font-family: Trebuchet MS, Verdana, Arial, Tahoma, sans-serif;	
	line-height: 10px;
	width: 19px;
	height: 12px;
	background-color: #484a49;
	display:block;
}

.black {
	color: #454545;
}

.ext {
	margin-top: 70px;
	margin-top: expression((document.body.offsetHeight > 649)? 120 : 70);
}

/*Menu*/

.route {
	background-color: #64447A;
}

.contact {
	background-color: #CE151E;
}

.projecten {
	background-color: #DF6C27;
}

.occasions {
	background-color: #009C8A;
}

.stacaravans {
	background-color: #006C65;
}

.bungalows {
	background-color: #008DA9;
}

.speerpunten {
	background-color: #566c10;
}
.algemeen {
	background-color: #F8971D;
}
/*Backgrounds*/
.orange {
	background-color: #f29e18;

}

.borderOrange {
	background-image: url(../images/bg_orange.gif);
	background-repeat:no-repeat;
}
.rightLangs {
	background-image: url(../images/3_01.gif);
}

.bg{
	background-color: #e9eedb;
	background-image:url(../images/bg.gif);
	background-repeat:no-repeat;
}


.menuTab {
	margin-top: 16px;
	margin-left: 16px;
}
/*Align*/
.top {
	vertical-align: top;
}

.bottom {
	vertical-align: bottom;
}

.middle {
	vertical-align: middle;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.justify {
	text-align: justify;
}

.right {
	text-align: right;
}