@charset "iso-8859-1";
/* author: katrien.desmedt@bib.kuleuven.be */
/* Creation date: 13/03/2008 */

html {
	height: 100.02%; 
	width: 100%;
}
body {
	margin: 0 auto;
	padding: 0px;
	background-color: #f3f3f3; 
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal; 
	text-align: center;
}
#wrapper {
	width:800px;
	text-align:left;
	margin:0 auto;
	clear: both;
}
#header {
	background: url(img/header.gif) no-repeat center top;
	color: #dddddd;
	min-width:800px;
	height: 180px;
	text-align: center;
}
#nav_top {
	text-align: right;
	font-size: 11px;
	margin-right: 10px;
	padding-top: 2px;
	height: 20px;
}
#nav_top a {
	color: #dddddd;
	text-decoration: none;
}
#nav_center {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	font-family: Tahoma, Arial, sans-serif;
	color:#ffffff;
	margin-top: 16px;
}
#nav_center a {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	font-family: Tahoma, Arial, sans-serif;
	color:#ffffff;
	margin-top: 22px;
	text-decoration: none;
}
#content {
	text-align: left;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 25px; 
	margin-left: 180px;
	width:620px;
}
#navi {
	margin-top: 5px;
	width: 155px;
	float:left; 
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
}
#navi ul {
	margin:0 0 5px 0px;
	list-style: none;
	padding: 0px;
}
#navi li {
	border-bottom: 1px solid #eeeeee;
	color: #666666;
}
#navi li a:link, li a:visited {
	background-color: #dddddd;
	text-decoration: none;
	color: #666666;
	font-weight: bold;
	display: block;
	padding: 4px 5px 3px 5px
}
#navi li a:hover {
	border-right: 10px solid #006699;
	background-color: #eeeeee;
}
#navi li.soon {
	background-color: #e5e5e5;
	text-decoration: none;
	color: #666666;
	font-weight: bold;
	display: block;
	padding: 4px 5px 3px 5px
}
.active {
	border-right: 10px solid #006699;
	background-color: #e1e1e1;

}
#footer {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	padding: 3px;
	background: url(img/footer.gif) repeat center top;
	clear:both;
	color: #f3f3f3;
}
#logo_left {
	clear: both;
	text-align: left;
	margin-left: 40px;
}
h1 {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #006699;
	text-decoration: underline;
}
h2 {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #006699;
	margin-bottom: 4px;
}
h3 {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #006699;
	margin-bottom: 0px;
}


.col_adres {
	float:right; 
	padding: 5px;
}
.photo {
	float: left;
	position: relative;
	margin: 5px;
	border: none;
}
.photo_hotel {
	float: left;
	position: relative;
	margin: 15px;
	border: none;
}
#content li {
	text-decoration: none;
	display: list-item;
	list-style-image: url('img/square.gif');
	list-style-position: outside;
	margin-left: -19px;
}
a {
	color: #333333;
	text-decoration: underline;
	border: 0 none;
}

a:hover {
	text-decoration: none;
	color: #03476F;
}
#content a[href^="http"][target="_blank"] {
	background: url(img/url.gif) right center no-repeat;
	padding-right: 20px;
}
#content img{
	float: left;
	margin: 3px 7px 2px 0;
}
input {
	margin-bottom: 2px;
	
	
}

.button {	
   color:#333333;
   font-weight: bold;
   padding: 0px;
   width: 100px;
   height: 25px;
}

.home {
	float: left;
}
table.date {
  border-collapse: collapse;
  border: 1px solid #03476F;
  color: #363636;
  background: #cccccc;
}

td.date, th.date {
  border: 1px dotted #03476F;
  padding: .4em;
  color: #363636;
}

thead th.date {
  font: bold 11px verdana, arial, helvetica, sans-serif;
  border: 1px solid #03476F;;
  text-align: left;
  background: #006699;
  color: #FFFFFF;
  padding-top:3px;
}
tbody th.date, tbody td.date {
  vertical-align: top;
  text-align: left;
}

.odd {
  background: #efefef;
  }
tbody tr.date:hover {
  background: #e5e5e5;
  border: 1px solid #03476F;
  color: #000000;
}
tbody tr.date:hover th, tbody tr.odd:hover {
  background: #e5e5e5;
  color: #000000;
}

.error { 
	color: #FF0000; 
	padding-left:10px;
}

ol.forms {
	
	list-style-type: none;
	list-style-image:none;
}

ol.forms label {
	display:block;	
	width: 150px;
	
}

td.price {
	text-align:right;
	width: 80px;
	height: 5px;
}

td.price input{
	width:20px;
	float:left;
}

input#amount{
	width:50px;
}

#comment{
	display:block;
	float:left;
}

table.subTypeTable td{	
	vertical-align:bottom;	
}

table.subTypeTable input{	
	width:50px;	
}

#form input[type="checkbox"]{
	width:50px;
}

#form input[type="submit"]{
	height:30px;
	font-weight:bold;
}