/*Reset CSS*/
* {padding:0;margin:0;font-family:LucidaGrande,Verdana,Tahoma,Arial,Helvetica,sans-serif;text-decoration:none;font-weight:normal;border:0;}
*:focus { outline: none }
/*Global CSS*/
body {background:#ffd400 }
body,input,select,div {font-size:11px;}
strong,b,h1,h2,h3,h4 {font-weight:bold}
h2,h3,h4,p{margin:3px 0 }
h2,h3,h4,h5{clear:both }
h2 {font-size:16px;} h3 {font-size:14px;}h4{font-size:12px}
a {color:#0071bc}
input,select,textarea{padding:1px ;}
optgroup {font-weight:bold;}

/*Containters & layers*/

#container{background:#fff url(http://media.hotelstunter.nl/site/css/img/body.png)  repeat-y;width:980px;left:50%;margin-left:-490px;position:absolute;overflow:hidden;}
	#content{margin:0 16px;margin-top:67px;margin-bottom:7px;overflow:hidden;} * html #content{height:100%;}
	#header {position:absolute;top:0px;width:100%; height:61px;background:url(http://media.hotelstunter.nl/site/css/img/header.png) top center no-repeat}
	    #header h2{position:absolute; top:20px;left:30px;width:350px;height:30px;background:url(http://media.hotelstunter.nl/site/css/img/logo.gif) no-repeat;text-indent:-9000px;}
	        #header h2 a {display:block;height:30px;}
	    #header div{position:absolute;width:490px;height:30px;top:30px;left:490px;background:url(http://media.hotelstunter.nl/site/css/img/main-phrase.gif) no-repeat;text-indent:-9000px;}
	#footer {clear:both;padding-bottom:10px;background:url(http://media.hotelstunter.nl/site/css/img/footer.png) bottom center no-repeat;height:40px;}
        #footer div {padding:7px 20px 7px 30px;color:white;}
		#footer p {float:left;}
		#footer ul {float:right;list-style:none;}
			#footer li {float:left;margin-right:10px}
		#footer a {color:white;}
			#footer a:hover{color:#F39912;}	
/*forms*/
    .form{}
        .form span{display:block;float:left;text-align:left;margin-left:5px;}
        .form  label {display:block;float:left;width:135px;padding:5px 3px;}
        .form div {clear:both}

/*layers*/
    .column {float:left}
        .i{width:470px}
        .ii{width:310px;}
        .iii{width:165px;background:#F39912;}
        .iv{width:587px;}
/*Common classes*/
.hidden {display:none !important}

/* Stars */
.stars{display:block;float:right;width:13px;height:100px;background:url(http://media.hotelstunter.nl/site/css/img/stars.png) no-repeat;position:relative}

/*hand*/ 
#hand {position:absolute;background:url(http://media.hotelstunter.nl/site/css/img/hand.png) no-repeat;width:220px;height:160px;margin:20px 0 0 -25px;z-index:999;} * html  #hand {background:url(http://media.hotelstunter.nl/site/css/img/hand.gif);}
    #hand a{display:block;height:160px;text-indent:-9000px;}
