/*-----------------------------------------------------------------*/
/* [odwinfietsreizen.nl] */

/* [Table of contents]

1. 	Main
2. 	Body
3. 	Container
4.		Content
5.		ColumnRight
6.		ContentFooter
7.		Nav
8.		HeaderLeft
9.		HeaderRight
	
/*-----------------------------------------------------------------*/
/* [1. Main] */

* { margin:0; padding:0; }
a { color: #F47321; outline: none; text-decoration: none; }
a:hover{ color: #F47321; text-decoration: underline; }
ul, li{ list-style: none; }
td{ vertical-align: top; }

/*-----------------------------------------------------------------*/
/* [2. Body] */

body{
	margin: 0;
	padding: 0px 0px 34px 0px;
	background: White url(../images/layout/bg_content.gif) repeat;
	color: #333333;
	font: 62.5% Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
}

/*-----------------------------------------------------------------*/
/* [3. Container #Container] */

#Container{
	display: block;
	position: relative;
	margin: 0px auto 0px auto;
	width: 850px;
	background: White url(../images/layout/bg_container.gif) no-repeat;
	text-align: left;
}

#Logo a{
	display: block;
	position: absolute;
	left: 30px;
	top: 20px;
	width: 236px;
	height: 88px;
	background: White url(../images/layout/logo_odwinfietsreizen.png) no-repeat 0px 0px;
	line-height: 1000px;
	overflow: hidden;
	z-index: 5000;
}

/*-----------------------------------------------------------------*/
/* [4. Content #Content] */

#Container #Content{
	float: left;
	margin: 548px 0px 150px 34px;
	width: 485px; /* 386-20 */
	background: White;
}

#Content #FloatFake{
	float: right;
	width: 109px;
	height: 79px;
	background: White;
}

#Content h1{
	margin: 0px 0px 20px 0px;
	font: bold 1.1em/1.5em Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
}

#Content p, #Content table{
	margin: 0px 0px 20px 0px;
	font: 1.1em/1.5em Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
}

#Content tr.trlight{ background: White; }
#Content tr.trdark{ background: #EEEEEE; }

#Content tr.trlight th, #Content tr.trlight td, #Content tr.trdark th, #Content tr.trdark td {
	padding: 2px;
}

#Content th{
	font: bold 1.1em/1.5em Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: left;	
}

#Content td.list{
	padding-right: 20px;	
}

#Content hr{
	margin: 0px 0px 20px 0px;
	height: 1px;
	border: none;
	color: #CCCCCC;
	background: #CCCCCC;
}

#Content ul{
	margin: 0px 0px 15px 0px;
	font: 1.1em/1.5em Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
}

#Content ul li{
	padding: 0px 0px 0px 13px;
	color: #333333;
	background: url(../images/layout/bg_li.gif) no-repeat 0px 9px;
}

#Content input.input{
	margin: 0px 0px 4px 20px;
	padding: 2px;
	width: 200px;
	font: 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
	border: 1px solid #888888;
}

#Content input.false{
	margin: 0px 0px 4px 20px;
	padding: 2px;
	width: 200px;
	font: 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
	border: 1px solid #990000;
}

#Content textarea{
	margin: 5px 0px 20px 0px;
	padding: 2px;
	width: 386px;
	height: 80px;
	font: 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
	overflow: auto;
	border: 1px solid #888888;
}

#Content input.submit{
	margin: 0px 0px 20px 0px;
	padding: 2px 10px 2px 10px;
	width: auto;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	background: White;
	border: 1px solid #888888;
}

/*-----------------------------------------------------------------*/
/* [5. ColumnRight #ColumnRight] */



/*-----------------------------------------------------------------*/
/* [6. Footer #Footer] */

#Container #Footer{
	position: relative;
	margin: 100px 0px 0px 34px;
	padding: 15px 0px 0px 20px;
	width: 762px; /* 782-20 */
	height: 25px; /* 40-15 */
	background: #333333;
	clear: both;
	overflow: visible;
	border-bottom: 20px solid White;
}

#Footer a{
	color: #888888;
	letter-spacing: 1px;
}

#Footer a:hover{
	color: #F47321;
	text-decoration: none;
}

#Footer #FooterLogo{
	position: absolute;
	top: -100px;
	left: 0px;
	width: 802px;
	height: 100px;
	background: White url(../images/layout/bg_footer.png) no-repeat right 0px;
}

#FooterLogo a{
	display: block;
	position: absolute;
	left: 5px;
	top: 20px;
	width: 160px;
	height: 60px;
	background: White url(../images/layout/logo_odwinfietsreizen_small.png) no-repeat 0px 0px;
	line-height: 1000px;
	overflow: hidden;
	z-index: 5000;
}

/*-----------------------------------------------------------------*/
/* [7. Nav #Nav] */

#Container #Nav{
	position: absolute;
	top: 34px;
	right: 34px;
	z-index: 500;
}

#Nav li{ 
	position: relative;
	float: left;
}

#Nav li a{
	display: block;
	margin: 0px 0px 0px 10px;
	padding: 0px 10px 0px 10px;
	width: auto;
	height: 20px;
	background: #F47321;
	font: 1em/18px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: White;
}

#Nav li a:hover, #Nav li a.active{
	text-decoration: none;
	background: #333333;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
#Nav ul ul {
	margin: 0px 0px 0px 10px;
 	visibility: hidden;
 	position: absolute;
 	height: 0;
 	top: 20px;
 	left: -1px;
 	width: 100px;
	background: transparent;
	overflow: visible;
}

/* style the table so that it takes no part in the layout - required for IE to work */
#Nav table { position: absolute; top: 0; left: 0;}

/* style the second level links */
#Nav ul ul a {
	margin: 0px 0px -1px 0px;
	height: 20px;
	background: #333333;
	color: White;
	font: 1em/18px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	border: 1px solid White;
}

/* breedte per kopje */
#Nav ul ul a.home{ width: 97px; }
#Nav ul ul a.accommodaties{ width: 87px; }


/* style the top level hover */
#Nav a :hover, { background: #333333; color: White; }
#Nav :hover > a { background: #333333; color: White; }

/* style the second level hover */
#Nav ul ul a:hover{ background: #F47321; color: White; }
#Nav ul ul :hover > a { background: #F47321; color: White; }

/* make the second level visible when hover on first level list OR link */
#Nav ul li:hover ul, #Nav ul a:hover ul{ visibility: visible; }

/*-----------------------------------------------------------------*/
/* [8. HeaderLeft #HeaderLeft] */

#Container #HeaderLeft{
	position: absolute;
	top: 132px;
	left: 34px;
	padding: 20px;
	width: 346px; /* 368-20-20 */
	height: 346px; /* 368-20-20 */
	background: White url(../images/layout/bg_headerleft.png);
}

#HeaderLeft h1{
	margin: 0;
	font: 48px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #F47321;
}

/*-----------------------------------------------------------------*/
/* [9. HeaderRight #HeaderRight] */

#Container #HeaderRight{
	position: absolute;
	top: 132px;
	right: 34px;
	width: 386px;
	height: 485px;
	background: White;
}

#HeaderRight img#small_1{ position: absolute; top: 396px; left: 0px;   width: 89px; height: 89px; }
#HeaderRight img#small_2{ position: absolute; top: 396px; left: 99px;  width: 89px; height: 89px; }
#HeaderRight img#small_3{ position: absolute; top: 396px; left: 198px; width: 89px; height: 89px; }
#HeaderRight img#small_4{ position: absolute; top: 396px; left: 297px; width: 89px; height: 89px; }