body {
	background-color: #004183;
}

html,body{
      margin:0;
      padding:0;
      height:100%;
      border:none
font-family: Arial;
font-size:  12px;
color: #004183;
}
td, tr {font-family: arial; font-size:12px; }

hr { 
	background: url(http://www.landhaus-angerhof.com/nl/images/divider.png) no-repeat scroll top left;
	height: 22px;
	border: 0;
}

h1 {font-size: 16px; font-family: Arial; color: #004183;}
h2 {font-size: 14px; padding-top: 5px; padding-bottom:0px; font-family: Arial; color: #004183;}

table.pricetable {
	border-width: 1px;
	border-style: hidden;
	border-collapse: collapse;
	background-color: none;
}
table.pricetable th {
	border-width: 1px;
	padding: 1px;
	border-style: inset;
	border-color: #b5c6d8;
}
table.pricetable td {
	border-width: 1px;
	padding: 1px;
	border-style: inset;
	border-color: #b5c6d8;
}

.style1 {font-size: 9pt}
.style3 {font-size: 10px}
.style4 {
	color: #FF9900;
	font-weight: bold;
}
.style5 {font-size: 9pt}
.white {color: #ffffff}
body table tr td p {
	font-family: Arial, Helvetica, sans-serif;
}

a:link       {
	color: #ffffff;
	text-decoration: underline;
}

a:visited    {
	color: #ffffff;
	text-decoration: underline;
}

a:hover	     {
	color: #ff0000;
	text-decoration: underline;
}
a:active     {
	color: #ffffff;
	text-decoration: underline;
}

.blauw:link { color: #004183; text-decoration: underline; }
.blauw:visited { color: #004183; text-decoration: underline;}
.blauw:hover { color: #ff0000; }
.blauw:active { color: #004183;text-decoration: underline; }

.tekstalgemeen {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.tekstalgemeen:link {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.tekstalgemeen:visited {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.tekstalgemeen:hover {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.tekstzomerwinter {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.tekstzomerwinter:link {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.tekstzomerwinter:visited {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.tekstzomerwinter:hover {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.zomerwinter {
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
}
.zomervakantie {
	font-family: Arial;
	font-size: 12px;
	color: #004183;
}
.zomervakantie:link {
	font-family: Arial;
	font-size: 12px;
	color: #004183;
}
.zomervakantie:visited {
	font-family: Arial;
	font-size: 12px;
	color: #004183;
}
.zomervakantie:hover {
	font-family: Arial;
	font-size: 12px;
	color: #004183;
}
#footer { background-color: #004183; font-family: arial; font-size: 12px; width: 980px;  color: white; text-align: center; margin: 0 auto; }
#footer a:link {color: white; padding-left: 10px; padding-right: 10px; text-decoration: none;}
#footer a:visited {color: white;}
#footer a:hover {color: red; text-decoration: underline;}




/* VOOR DE VALIDATIE VAN HET CONTACTFORMULIER */

	/* these are the various classes used to style the demo error fields */
	.errorField {
	  background-color: #990000;
	  color: white;
	}
	.errorFieldDemo2 {
	  background-color: #780000;
	  color: #000000;
	}
	.errorFieldDemo5 {
	  background-color: #780000;
	  border: 1px solid #aa0000;
	  color: #000000;
	}
	.errorFieldDemo6 {
	  background-color: green;
	  color: #yellow;
	}
	#rsvErrors {
		color: red;
		background-color: #FFFFCC;
	}


	
	

/* the overlayed element */
.apple_overlay {
	
	/* initially overlay is hidden */
	display:none;
	
	/* growing background image */
	background-image:url(../img/overlay/white.png);
	
	/* 
		width after the growing animation finishes
		height is automatically calculated
	*/
	width:640px;		
	
	/* some padding to layout nested elements nicely  */
	padding:35px;

	/* a little styling */	
	font-size:11px;
}

/* default close button positioned on upper right corner */
.apple_overlay .close {
	background-image:url(http://www.landhaus-angerhof.com/images/overlay/close.png);
	position:absolute; right:5px; top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
}	
	
	
/* use a semi-transparent image for the overlay */
#overlay {
background-image:url(http://www.landhaus-angerhof.com/images/overlay/transparent.png);
color:#efefef;
height:450px;
}

/* container for external content. uses vertical scrollbar, if needed */
div.contentWrap {
height:441px;
overflow-y:auto;
}


