body {
     width: 100%;
     margin: 0;
     padding: 0;
     background: #daaa2b;
     background-attachment: fixed; 
}




/* ####### Wrapper ######## */
#wrapper {
     width: 956px;
     margin: 10px auto 0 auto;
     background: transparent;
     overflow: hidden;
     position: relative;
}
 #wrapper div {
      display: inline;
      float: left;
 }
 .no_border {
      float: left;
      border: 0;
 }
 .wrap_head {
      float: left;
      margin: 60px 0 0 0;
 }






/* ####### Head ####### */
#header {
     width: 956px;
     height: 324px;
}
#header_top {
     width: 956px;
     height: 43px;
}
#header_top a {
     float: right;
     margin: 10px 10px 0 0;
}











/* ####### Content ####### */
#content {
     width: 956px;
     background: url('http://www.campingkostelec.nl/images/content_background.png') repeat-y;
     overflow: hidden;
}
#content_left {
     width: 232px;
}
#content_right {
     width: 724px;
}







/* ####### Menu ####### */
#menu {
     margin: 10px 0 0 20px;
}
#menu ul {
     width: 199px;
     float: left;
     margin: 0;
     padding: 0;
     display: inline;
}
#menu ul li {
     float: left;
     width: 199px;
     height: 28px;
     list-style: none;
     background: #d7ad3d;
}
#menu ul li a {
     float: left;
     width: 185px;
     height: 22px;
     padding: 6px 0 0 14px;
     font: 12px verdana;
     color: #5f3e08;
     text-decoration: none;
}
#menu ul li a:hover {
     background: #e5c97f;
}






/* ####### Partners ####### */
#partners {
     width: 199px;
     margin: 15px 0 0 20px;
}
#partners_titel {
     width: 199px;
     height: 27px;
     background: url('http://www.campingkostelec.nl/images/partner_top.png');
}
#partners_titel h3 {
     float: left;
     margin: 3px 0 0 15px;
     font: bold 18px verdana;
     color: #d7ad3d;
}
#partners_content {
     width: 199px;
     background: #d7ad3d;
}
#partners_content a {
     float: left;
     margin: 16px 0 0 40px;
}
div.mini_space {
     width: 100%;
     height: 20px;
}






/* ####### Titel ####### */
div.titel {
     width: 714px;
}
div.titel h1 {
     float: left;
     margin: 10px 0 0 0;
     padding: 0;
     display: inline;
     font: bold 25px arial; 
     color: #5f3e08;
}






/* ####### Image ####### */
#image {
     width: 724px;
     margin: 5px 0 0 0;
}






/* ######## Tekstbox ####### */
#tekstbox {
     width: 704px;
     margin: 18px 0 0 0;
}
#tekstbox_inner {
     width: 674px;
     background: #f0e7d7;
     padding: 0px 15px 0px 15px;
     font: 12px arial;
     color: #54410e;
}
#tekstbox_inner h1 {
     float: left;
     margin: 8px 0 0 15px;
     font: bold 18px arial;
     width: 650px;
     color: #54410e;
}
span.ti1 {
     float: left;
     margin: 14px 0 0 15px;
     font: 12px arial;
     width: 650px;
     color: #54410e;
}

.ul1 {
     width: 510px;
     float: left;
     margin: 0 0 0 15px;
     padding: 0;
     display: inline;
}
.ul1 li {
     float: left;
     width: 170px;
     list-style: none;
}
.ul1 li span {
     float: left;
     font: 12px arial;
     color: #54410e;
}

.ul2 {
     width: 200px;
     margin: 25px 0 0 15px;
     float: left;
     padding: 0;
     display: inline;
}
.ul2 li {
     width: 200px;
     float: left;
     list-style: none;
}
.ul2 li span {
     float: left;
     font: 12px arial;
     color: #54410e;
}






/* ####### Input ####### */
.input {
     float: left;
     font: 12px arial;
}


/* - - - - - - CSS Document - - - - - - - - -

Title : Style Sheet for Thickbox
Author : Cody Lindley, Jason Levine

- - - - - - - - - - - - - - - - - - - - - */

html, body {height:100%;}

#TB_overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index:0;
	width: 100%;
	height: 100%;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

#TB_window {
	position: absolute;
	background: #fff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
}

#TB_window img {
	display:block;
	margin: 0px 0 15px 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption, #TB_prev{
	height:25px;
	padding:10px 30px 0px 25px;
	float:left;
}

#TB_closeWindow, #TB_next{
	height:25px;
	padding:10px 25px 0px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:5px 10px 7px 0;
	margin-bottom:1px;
	text-align:right;
	background-color:#e8e8e8;
}

#TB_ajaxContent{
	padding:2px 15px 15px 15px;
	overflow:auto;
}

#TB_load{
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	overflow: visible;
	visibility: visible;
	display: block;
	z-index:101;
}

#TB_loadContent  {
	margin-left: -125px;
	position: absolute;
	top: -50px;
	left: 50%;
	width: 250px;
	height: 100px;
	visibility: visible;
}

#TB_SecondLine, #TB_ImageDIV, #TB_ajaxContent {
	clear: both;
}


#thumbBox{ /*Outermost DIV for thumbnail viewer*/

position: absolute;

left: 0;

top: 0;

width: auto;

padding: 10px;

padding-bottom: 0;

background: #d4ab41;

visibility: hidden;

z-index: 10;


/*cursor: hand;*/

cursor: pointer;

}



#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */

font: bold 16px Tahoma;

letter-spacing: 5px;

line-height: 1.1em;

color: #FFFFFF;

padding: 5px 0;

text-align: right;

}





#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */

background-color: white;

}



#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/

position: absolute;

visibility: hidden;

border: 1px solid black;

background-color: #EFEFEF;

padding: 5px;

z-index: 5;

}


