@charset "utf-8";


/* --------------------------------
   Redefine HTML-Tags
   ----------------------------- */
* {
	margin: 0px;
	padding: 0px;
}
HTML, BODY {
	width: 100%;
	height: 100%;
}
BODY {
	background: #0A0A0F;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
IMG {
	border: none;
}
HR {
	border: none;
	border-bottom: 1px solid #000;
	margin: 25px 0 25px 0;
}
H1 {
	font-size: 14px;
	margin: 0 0 20px 0;
}
H2 {
	font-size: 11px;
	margin: 20px 0 0 0;
}
P {
	padding: 5px;
}



/* --------------------------------
   Classes
   ----------------------------- */
.clear {
	clear: both;
}
.highlight {
	color: #DEBA5B;
	font-weight: bold;
}
.colorBlue {
	color: #3366FF;
}
.navigatiebal IMG {
	height: 180px;
	width: 180px;
}
.navigatiebal A:LINK, .navigatiebal A:VISITED {
	color: #000;
}
.zeo {
	float: right;
	margin: 0 0 10px 10px;
}


/* --------------------------------
   Container
   ----------------------------- */
#container {
	width: 800px;
	height: 100%;
	min-height: 100%;
	margin: 0 auto 0 auto;
}
HTML > BODY #container {
	height: auto;
}


/* --------------------------------
   Top navigatie
   ----------------------------- */
#top-navigation {
	background: #201000;
	width: 750px;
	height: 20px;
	padding: 0 0 0 50px;
}
#top-navigation UL {
	list-style-type: none;
}
#top-navigation UL LI {
	display: inline;
}
#top-navigation UL A:LINK, #top-navigation UL A:VISITED {
	font-size: 10px;
	color: #e3af86;
	text-decoration: none;
	margin: 0 5px 0 5px;
}
#top-navigation UL A:HOVER {
	color: #FFF;
}


/* --------------------------------
   Kruimelpad
   ----------------------------- */
#kruimelpad {
	height: 50px;
	width: 780px;
	padding: 10px 0 0 20px;
}
#kruimelpad IMG {
	position: absolute;
	float: left;
	width: 202px;
	height: 32px;
}
#kruimelpad-ballen {
	position: absolute;
	width: 400px;
	float: left;
	margin: -10px 0 0 215px;
}
#kruimelpad-ballen DIV {
	float: left;
	width:50px;
	height: 50px;
	position: absolute;
	z-index: 0;
}
.kruimelpad-link {
	position: absolute;
	width: 50px;
	height: 50px;
	margin-top: -10px;
	z-index: 1000;
	background: #FFFFFF;
	filter: alpha(opacity=0);
	-moz-opacity: .0;
	opacity: .0;
}
.kruimelpad-link:HOVER {
	cursor: pointer;
}


/* --------------------------------
   Zoeken
   ----------------------------- */
#quickSearch {
	position: absolute;
	float: right;
	margin: -20px 0 0 523px;
}
#quickSearch INPUT.textField {
	width: 92px;
	border-top: 1px solid #F0BA8F;
	border-right: 1px solid #36281A;
	border-bottom: 1px solid #F0BA8F;
	border-left: 1px solid #F0BA8F;
	background: #36281A;
	padding: 1px 2px 2px 2px;
	color: #FFF;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	float: left;
	font-size: 10px;
} 
#quickSearch INPUT.searchButton {
	float:left;
	width: 20px;
	height: 20px;
	background: url(../images/layout/g/searchbutton.png) no-repeat;
	border: none;
} 
#quickSearch INPUT.searchButton:HOVER {
	background: url(../images/layout/g/searchbutton-hover.png) no-repeat;
	cursor: pointer;
} 


/* --------------------------------
   Ga direct naar ...
   ----------------------------- */
#direct-link {
	width: 158px;
	float: right;
	margin: -20px 0 0 642px;
	position: absolute;
	z-index: 2000;
}
#direct-link IMG {
	border: none;
	display: block;
}
#direct-link-title {
	width: 140px;
	font-weight: bold;
	background: #d2232a;
	color: #FFFFFF;
	height: 20px;
	margin: 0 0 0 9px;
	text-align: center;
}
#direct-link-navigation UL {
	list-style-type: none;
}
#direct-link-navigation UL A:LINK, #direct-link-navigation UL A:VISITED {
	width: 158px;
	display: block;
	padding: 2px 0 2px 0;
	text-align: center;
	text-decoration: none;
	color: #FFF;
    background:url(../images/layout/g/direct-link_bg-li.png) no-repeat bottom;
}
#direct-link-navigation UL A:HOVER {
    background:url(../images/layout/g/direct-link_bg-li-hover.png) no-repeat bottom;
	cursor: pointer;
}


/* --------------------------------
   Main
-------------------------------- */
#main {
	width: 800px;
}
#spacer {
	float: left;
	height: 450px;
}


/* --------------------------------
   Labels bij de ballen
-------------------------------- */
.flash-bal-labelBoven, .flash-bal-labelOnder {
	position: absolute;
	text-align: center;
	width: 145px;
	height: 57px;
	padding: 0 5px 0 5px;
	line-height: 12px;
	margin: 0 0 0 17px;
}
.flash-bal-labelBoven {
	background: url(../images/layout/g/flash-ballen-labelBoven.png) bottom no-repeat;
	margin-top: -47px;
}
.flash-bal-labelOnder {
	background: url(../images/layout/g/flash-ballen-labelOnder.png) top no-repeat;
	margin-top: -11px;
}
.flash-bal-labelBoven A:LINK, .flash-bal-labelBoven A:VISITED, .flash-bal-labelOnder A:LINK, .flash-bal-labelOnder A:VISITED {
	display: block;
	color: #FFF;
	text-decoration: none;
}
.flash-bal-labelBoven:HOVER {
	background: url(../images/layout/g/flash-ballen-labelBovenHover.png) bottom no-repeat;
}
.flash-bal-labelOnder:HOVER {
	background: url(../images/layout/g/flash-ballen-labelOnderHover.png) top no-repeat;
}
.flash-bal-labelBoven:HOVER, .flash-bal-labelOnder:HOVER {
	cursor: pointer;
}


/* --------------------------------
   Footer
-------------------------------- */
#footer {
	width: 785px;
	margin: -55px auto 0 auto;
	color: #FFF;
	text-align: right;
	height: 55px;
	padding: 0 15px 0 0;
}
#footer H2 {
	font-size: 40px;
	margin: 0;
}


/* --------------------------------
   Alt-style (index.php)
-------------------------------- */
#indexTalenSelector {
	width: 500px;
	margin: -20px 0px 0px 58px;
	height: 16px;
	position: relative;
	z-index: 10000;
}
#indexTalenSelector UL {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#indexTalenSelector LI {
	width: 22px;
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
}
#indexTalenSelector LI LI {
	width: 100px;
	float: none;
}
#indexTalenSelector LI A {
	text-decoration: none;
	font-size: 10px;
	color: #e2ae86;
	display: block;
	height: 16px;
}


#indexWelkomTitel {
	color: #e2ae86;
	padding: 70px 0px 0px 330px;
	position: absolute;
	font-size: 16px;
	font-weight: bold;
}


#indexMaakUwKeus {
	color: #FFFFFF;
	padding: 370px 0px 0px 0px;
	position: absolute;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	width: 800px;
}


/* --------------------------------
   Alt-style (g.content.php)
-------------------------------- */
#content_placeholder {
	width: 530px;
	margin: -20px 0 0 245px;
	background: url(../images/layout/g/templates/g.content.placeholder.png) repeat-y ;
}
#content {
	width: 430px; /* 530px */
	background: url(../images/layout/g/templates/g.content.main.png) no-repeat 0 -60px;
	color: #FFF;
	padding: 20px 50px 0 50px;
}
#content UL LI, #content OL LI {
	padding: 0px;
	margin-left: 23px;
}
#content A {
	color: #CCCCCC;
}
#content_footer {
	background: url(../images/layout/g/templates/g.content.footer.png) no-repeat;
	width: 530px;
	height: 107px;
	margin: 0 0 0 245px;
	padding-bottom: 45px;
}


/* --------------------------------
   Sitemap
   ----------------------------- */
#sitemap UL {
	list-style-type: none;
}
#sitemap UL LI {
	margin-top: 25px;
}


#sitemap UL LI LI {
	margin-top: 0;
}
#sitemap UL LI A:LINK, #sitemap UL LI A:VISITED {
	font-size: 14px;
	font-weight: bold;
	color: #DEBA5B;
	margin-bottom: 25px;
}
#sitemap UL LI LI A:LINK, #sitemap UL LI LI A:VISITED {
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
}
#sitemap UL LI LI LI A:LINK, #sitemap UL LI LI LI A:VISITED {
	font-size: 12px;
	font-weight: normal;
	color: #CBD9DE;
}
#sitemap UL LI A:HOVER {
	text-decoration: none;
}



/* --------------------------------
   Contactformulier
   ----------------------------- */
#contactForm {
}
#contactForm TABLE {
	margin: 0 auto 0 auto;
}
.inputText, .inputTextarea {
	border: 1px solid #a4570c;
	font-size: 11px;
	padding: 2px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	background: #422101;
	color: #FFF;
	width: 160px;
}
.inputTextarea {
	height: 100px;
}
.inputTextRequired {
	border: 1px solid red;
}
.error {
	background-color: #DEBA5B;
	color: #000;
	font-weight: bold;
	text-align: center;
}
.button {
	width: 100px;
	height: 25px;
	border: none;
	font-size: 11px;
	padding: 0 2px 2px 2px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	background: url('../images/layout/k/k.button.up.png') no-repeat 50% 50%;
	color: #FFF;
	cursor: pointer;
}
.button:hover {
	background-image: url('../images/layout/k/k.button.down.png');
}
.trSpacer {
	font-size: 1px;
	height: 4px;
}
.taLeft {
	text-align: left;
}
.taCenter {
	text-align: center;
}
.taRight {
	text-align: right;
	padding: 0 5px 0 0;
}