/* external style sheet: 3DAGJEWEG.CSS
// function: provides basic style information for DagjeWeg.NL
// author: Jonathan Eskes
// 
// History
// Date				Reason		Version
// june 23 1997		Creation		Concept
// jule 27 2000     www.opensjamar.com
// mar 15 2005     	www.dagjeweg.nl v2
//
// source: 3DAGJEWEG.CSS
// kleur rood: rgb(163, 33, 61); /* A3213Drgb(158,10,36);
// Dagjeweg; rood A3213D, groen 05AA32, geel F7E100, blauw 67BDEC
// Europehotels; goud 9F8D4F, steunkleur 465775 
//
// Used hacks:
// The Box Model hack: http://www.communitymx.com/content/article.cfm?page=1&cid=E0989953B6F20B41
// IE 5 center hack (.iehackwrap)
// 3 columns, same lenght: http://www.redmelon.net/tstme/3cols2/ (doesn't work in e-mail, because hotmail removes negative numbers (margin-left)
*/
/* 
	general use
*/
html, body	{
	font-size: 100%;
	/*font-family: Georgia, "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;*/
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: Black;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF; /* rgb(254, 246, 174) */
	margin-top: 0px;
}

.clear { clear: both; }
img.flag { height:15px;width:30px;margin-right:1em;margin-left:1em;border:0; }

h1,h2,h3,h4,h5,h6 { color: rgb(163,33,61); }
h1	{ font-size: 1.6em; }
h2	{ font-size: 1.4em; }
h3	{ font-size: 1.2em; }
h4	{ font-size: 1em; }
h5	{ font-size: 0.8em; }
h6	{ font-weight: bold; font-size: 0.6em; }

#center {
	width: 942px; /*747px;*/
	margin-left: auto; /* center page */
	margin-right: auto;
	border: 1px solid Black;
	border-top: 0px;
	background-color: #FFFBDF;
	position: relative;
}
* html #center {
	width: 944px;
	w\idth: 942px;
}

/* ie 5.x hack to center: */
.iehackwrap { text-align: center; }
#center { text-align: left; }


/*------------------------------------
	header
*/
#dagje-weg-header {
	width: 942px;
	height: 133px;
	background-image: url(/afb/dagje-weg.gif);
	background-repeat: no-repeat;
}
#dagje-weg-contact {
	top: 11px;
	left: 1px;
	float:left;
	width: 200px;
}
div#top-reclame {
	width: 728px;
	height: 90px;
	padding-top: 15px;
	margin-left: 135px;
}
#dagjeweg-blog-menu {
	position: relative;
	top: 5px;
	left: 7px;
	height: 25px;
	float:left;
	display: inline;
	font-size: 0.8em;
	padding-top: 0.1em;
	overflow: hidden;
}
#dagjeweg-blog-menu a {
	text-decoration: none;
	color: #FEF6AE;
	border-right: 1px solid gray;
	margin-right: 0.5em;
	padding-right: 0.5em;
}
#weekendje-weg-hotel-container {
	position: relative;
	top: 11px; /*11 108px*/
	/*left: 619px; */
	width: 187px;
	height: 25px;
	float: right;
	background-repeat: no-repeat;
	background-image: url(/afb/weekendje-weg-stad.gif);
}
#weekendje-weg-hotel-s { display: inline; }
#weekendje-weg-hotel-s span { position: relative; left: 0px; top: 5px; font-size: 0.85em; font-style: bold; color: #FFFBDF; }
#weekendje-weg-hotel-s a { color: #FFFBDF; text-decoration: none; }
#weekendje-weg-hotel-s a:hover { color: #F8D931; }

#weekendje-weg-hotel-r { display: none; }
#weekendje-weg-hotel-r span { position: relative; left: 60px; top: 5px; font-size: 0.85em; font-style: bold; color: #FFFBDF; }
#weekendje-weg-hotel-r a { color: #FFFBDF; text-decoration: none; }
#weekendje-weg-hotel-r a:hover { color: #F8D931; }

#weekendje-weg-hotel-l { display: none; }
#weekendje-weg-hotel-l span { position: relative; left: 115px; top: 5px; font-size: 0.85em; font-style: bold; color: #FFFBDF; }
#weekendje-weg-hotel-l a { color: #FFFBDF; text-decoration: none; }
#weekendje-weg-hotel-l a:hover { color: #F8D931; }

/*
span.wwhs { position: relative; left: -170px; }
span.wwhr { position: relative; left: -150px; }
span.wwhl { position: relative; left: -125px; }
*/

div.boek-hotel {
	font-size: 90%;
	width: 178px;
	background-color: #FEF6AE;
	border-left: 5px solid #B6D398;
	border-bottom: 5px solid #B6D398;
	padding-left: 2px;
	text-align: left;
	overflow: hidden;
}
* html div.boek-hotel {
	width: 185px;
	w\idth: 178px;
}
div.boek-hotel a { display: block; font-size: 0.8em; }
div.boek-hotel span { display: block; }
div.boek-hotel h2 { font-size: 1em; }
div.boek-hotel form { display: inline; }
div.boek-hotel form label { display: block; }
div.boek-hotel form input.btn { background-color: #B6D398; color: #952737; border: 1px outset #B6D398; width: 178px; text-align: left; }
/*------------------------------------
	main (outer)
*/
#outer {
	border-left-width: 128px;
	border-left-color: #6EAC51; /* rgb(110,172,81) */
	border-left-style: solid;

	border-right-width: 187px;
	border-right-color: #952737; /*rgb(149,39,55)*/
	border-right-style: solid;

	border-bottom: 1px solid transparent;/* Firefox: force borders down to bottom */
	background-color: #FFFBDF;
}
.inner { margin: 0; width: 100%;}
/* main 
		- content (middle/center area)
*/
#dagje-weg-content {
	float: left;
	width: 627px;
	position: relative;
	z-index: 12;
	margin: 0;
	padding: 0;
	overflow: hidden;
}


#dagje-uit-zoeken {
	height: 28px;
	margin: 0px;
	padding: 0px;
	background-image: url(/afb/bg-bow.gif);
	background-position: 218px 0px;
	background-repeat: no-repeat;
	background-color: #B6D398;
	text-align: right;
}
#dagje-uit-zoeken form {
	display: inline;
}
#dagje-uit-zoeken input {
	border: 1px groove #FEF6AE;
	margin-top: 2px;
}
#dagje-uit-content {
	background-color: #FFFBDF;
	background-image: url(/afb/bg-bow2.gif);
	background-repeat: no-repeat;
	width: 100%;
	overflow: hidden;
}
#dagje-uit-content h1:first-child { margin-top: 0px; font-size: 1em;}
#dagje-uit-content h2:first-child { margin-top: 0px; }

#dagje-uit-content-left {
	float: left;
	width: 305px; /*313px;*/
	border: 0; /*px solid #FFCECE;*/
	padding: 0;
	font-size: 0.9em;
	overflow: hidden;
}
#dagje-uit-content-right {
	float: right;
	width: 290px; /*282px;*/
	border: 1px solid #B6D398;
	padding: 6px;
	margin: 6px;
	/*background-color: #F2FFF7;*/
	font-size: 0.9em;
	line-height: 1.3em;
	overflow: hidden;
}
* html #dagje-uit-content-right {
	width: 304px; /*296px;*/
	w\idth: 290px; /*282px;*/
}
#dagje-uit-content-right a {
	text-decoration: underline;
	font-size: 0.9em;
	color: #B6D398;
}
#dagje-uit-content-right a.advert { color: #952737; }


/* main 
		- linksDiversen (left area)
*/
#acties {
	width: 128px;
	margin-left: -128px;
	float: left;
	position: relative;
	z-index: 10;
	overflow: hidden;
}

#extraNadruk {
	height: 23px;
	overflow: hidden;
	background-image: url(/afb/dw-bg-stripes.gif);
	color: #FFF;
	font-size: 0.8em;
	padding-top: 5px;
	text-align: center;
}
#linksDiversen {
	background-color: #6EAC51; /* rgb(110,172,81) */
	background-image: url(/afb/dw-bg-green.gif);
	background-repeat: no-repeat;
	padding-left: 2px;
}

#linksDiversen img {
	border: 1px solid white; /*rgb(158,10,36);*/
	/*border-left: 6px solid rgb(158,10,36);*/
}

#extraNadruk a, #linksDiversen a {
	padding: 1px 0px 1px 0px;
	text-decoration : none;
	color: #31189C;
	font-size: 0.8em;
	display: block;
}
#extraNadruk a {
	color: #fef6ae;
}
#extraNadruk a:hover, #linksDiversen a:hover { 
	text-decoration : underline;
}

#linksDiversen ul {
	list-style-type: none;
	line-height: 0.9em;
	display: inline;
	margin-left: 0;
	padding-left: 0;
}
#linksDiversen ul a {
	display: inline;
}

/* main 
		- hotel-weekendje-weg (right area)
*/
#hotel-weekendje-weg {
	margin: 0;
	padding: 0;
	width: 187px;
	margin-right: -187px;
	float: left;
	position: relative;
	z-index: 11;
	background-image: url(/afb/dw-bg-stripes2.gif);
	background-repeat: repeat-x;
	background-color: #952737; /*rgb(149,39,55)*/
}

#hotel-weekendje-weg div { padding: 2px; }
#hotel-weekendje-weg h2,#hotel-weekendje-weg h3, #hotel-weekendje-weg strong {
	display: inline;
	font-size: 0.7em;
	color: #FFFBDF;
	text-decoration: underline;
}
#hotel-weekendje-weg a {
	display: block;
	text-decoration : none;
	font-size: 0.8em;
}
#hotel-weekendje-weg a:link { color : Silver; }
#hotel-weekendje-weg a:visited { color : Gray; }
#hotel-weekendje-weg a:hover { color : Black; }

#hotels-in-plaats { line-height: 1.0em; }

/*------------------------------------
	footer
*/
#dagje-weg-footer {
	clear: both;
	background: #FEF6AE;
	text-align: center;
}

/*------------------------------------
	div
*/

