/* DEFAULT SYLES*/

html, body{
	font-family: "Tahoma", Arial, Helvetica;
	font-size: 10pt;
	color: #000;
	background-color: #d9e254;
	padding: 0;
	margin: 0;
}

img{
	border: 0;

}


/* ANCHOR ELEMENTS */
a:link, a:visited {
	color: #3092d0;
	text-decoration: none;
	outline: none;
	-moz-outline-style: none;
}
a:hover, a:focus {
	color: #3092d0;
	text-decoration: underline;
}




/* BASIC STRUCTURE */

#header{
	height: 180px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #3092d0;
}
#wrapper{
	width: 930px;
	left: 50%;
	margin-left: -465px;
	position: relative;
}
#logo{
	height: 128px;
	width: 550px;
	position: relative;
	padding-left: 28px;
}
#img_dogcat{
	position: absolute;
	width: 334px;
	margin-top: -117px;
	margin-left: 567px;
	z-index: 10;
}
#menu{
	height: 52px;
	width: 930px;
	padding: 0;
	margin: 0;
	background-image:url("../img/menu_background.png");
	background-repeat: no-repeat;
	z-index: 5;
	position: relative;
}
#content{
	width: 895px;
	padding: 0;
	padding-left: 35px;
	padding-top: 20px;
	margin: 0;
	top: 0;
	bottom: 0;
	position: relative;
	background-image:url("../img/content_background.png");
	background-repeat: repeat-y;
}
#content #left{
	width: 525px;
	float: left;
	position: relative;
	border-right: 2px solid #3092d0;
	overflow: none;
	display: block;
}
#content #right{
	width: 320px;
	float: left;
	position: relative;
	padding-left: 20px;
}

#content_bottom{
	width: 930px;
	height: 20px;
	padding: 0;
	margin-top: -15px;
	background-image:url("../img/content_bottom.png");
}
#footer{
	padding-bottom: 10px;
	width: 700px;
	color: #3092d0;
	font-size: 11px;
}
.clear{
	clear: both;
}
.center{
	
	text-align: -moz-center;
	//text-align: center;
}
/* MENU STYLE */

#menu_list { 
	padding: 0;
	padding-left: 30px;
	padding-top: 18px;
	margin: 0px; 
	top: 0;
}
#menu_list li { 
	list-style-type: none;
	list-style: none; 
	height: 25px;
	float: left;
}

#menu_list li a, #menu_list li a:visited { 
	display: block; 
	text-decoration: none; 
	text-indent: -4000px;	
	height: 25px; 
	background-repeat: no-repeat;
}

.home a:link, .home a:visited {
	background: url('../img/menu_sprite.png') no-repeat 0px 0px;
	width: 53px;
}
.home a:hover, .home a:focus, .home_active{
    background: url('../img/menu_sprite.png') no-repeat -120px 0px;
	width: 53px;
}
.onshotel a:link, .onshotel a:visited {
	background: url('../img/menu_sprite.png') no-repeat 0px -25px;
	width: 94px;
}
.onshotel a:hover, .onshotel a:focus, .onshotel_active{
    background: url('../img/menu_sprite.png') no-repeat -120px -25px;
	width: 94px;
}
.dagopvang a:link, .dagopvang a:visited {
	background: url('../img/menu_sprite.png') no-repeat 0px -50px;
	width: 101px;
}
.dagopvang a:hover, .dagopvang a:focus, .dagopvang_active{
    background: url('../img/menu_sprite.png') no-repeat -120px -50px;
	width: 101px;
}
.prijzen a:link, .prijzen a:visited {
	background: url('../img/menu_sprite.png') no-repeat 0px -75px;
	width: 70px;
}
.prijzen a:hover, .prijzen a:focus, .prijzen_active{
    background: url('../img/menu_sprite.png') no-repeat -120px -75px;
	width: 70px;
}
.gastenboek a:link, .gastenboek a:visited {
	background: url('../img/menu_sprite.png') no-repeat 0px -100px;
	width: 108px;
}
.gastenboek a:hover, .gastenboek a:focus, .gastenboek_active{
    background: url('../img/menu_sprite.png') no-repeat -120px -100px;
	width: 108px;
}
.reserveren a:link, .reserveren a:visited {
	background: url('../img/menu_sprite.png') no-repeat 0px -125px;
	width: 95px;
}
.reserveren a:hover, .reserveren a:focus, .reserveren_active{
    background: url('../img/menu_sprite.png') no-repeat -120px -125px;
	width: 95px;
}
.contact a:link, .contact a:visited {
	background: url('../img/menu_sprite.png') no-repeat 0px -150px;
	width: 78px;
}
.contact a:hover, .contact a:focus, .contact_active{
    background: url('../img/menu_sprite.png') no-repeat -120px -150px;
	width: 78px;
}

/* TEXT & LINKS STYLES*/
h1{
	padding: 0;
	top: 0;
	margin: 0;
}
#left p{
	text-align: justify;
	line-height: 20px;
	width: 500px;
}
p.right{
	width: 286px;
	padding: 0;
	margin: 2;
	text-align: right;
}
p.message_succes {
	width: 100%;
	background-color: #d9e254;
	border: 1px solid #30A918;
	padding: 5px;
}
p.message_error {
	width: 100%;
	background-color: #EFAE13;
	border: 1px solid #CC9512;
	padding: 5px;
}

/* FORM STYLES */
fieldset{
	border: 0;
	padding: 0;
	margin: 0;
	width: 500px;
}
fieldset.margintop{
	margin-top: 10px;
}


#login_form{
	width: 286px;
	margin-top: 7px;
}
#login_form label{
	width: 105px;
	color: #000;
	float: left;
	padding: 3px;
	padding-left: 0px;
	margin-top: 5px;
}

#login_form input{
	border: 1px solid #3092d0;
	padding: 3px;
	color: #000;
	width: 170px;
	float: left;
	margin-top: 5px;
	font-family: "Tahoma", Arial, Helvetica;
}

#login_form .submit{
	background-color: #3092d0;
	border: 1px solid #336788;
	width: 112px;
	color: #FFF;
	float: right;
	margin-top: 5px;
}

#login_form .submit_login{
	background-color: #3092d0;
	border: 1px solid #336788;
	width: 112px;
	color: #FFF;
	float: right;
	margin-top: 5px;
}
.guestbook_form .submit{
	background-color: #3092d0;
	border: 1px solid #336788;
	width: 150px;
	color: #FFF;
	float: right;
	margin-top: 5px;
	padding: 3px;
	margin-right: 25px;
}
#form{
	width: 468px;
	margin-top: 7px;
}
#form label{
	width: 105px;
	color: #000;
	float: left;
	padding: 3px;
	padding-left: 0px;
	margin-top: 5px;
}
#form label.long{
	width: 300px !important;
}

#form input, textarea{
	font-family: "Tahoma", Arial, Helvetica;
	font-size: 10pt;
	color: #000;
	border: 1px solid #3092d0;
	padding: 3px;
	color: #000;
	width: 350px;
	float: left;
	margin-top: 5px;
	
}
#form textarea.longtext{
	width: 500px !important;
}
#form input.short{
	width: 100px !important;
}
#form select{
	font-family: "Tahoma", Arial, Helvetica;
	border: 1px solid #3092d0;
	padding: 3px;
	color: #000;
	width: 358px;
	float: left;
	margin-top: 5px;
}

#form .submit{
	background-color: #3092d0;
	border: 1px solid #336788;
	width: 150px;
	color: #FFF;
	float: right;
	margin-top: 5px;
}

#form .checkbox{
	border: 0px;
	width: 15px;
	float: left;
}
#form .lbl_opties_long{
	width: 160px;
}
#form .lbl_opties{
	width: 140px;
	color: #000;
	float: left;
	padding: 0;
	padding-left: 5px;
	height: 16px;
	margin-top: 0px !important;
}
#form .checkbox_label{
	width: 300px;
	color: #000;
	float: left;
	padding: 0;
	padding-left: 5px;
}
#form .checkbox_label_long{
	width: 450px;
	color: #000;
	float: left;
	padding: 0;
	padding-left: 5px;
}
#form .checkbox_label_long_error{
	font-weight: normal;
	color: #F00;	
	width: 450px;
	float: left;
	padding: 0;
	padding-left: 5px;
	margin-left: 22px;
}
#form label.error{
	font-weight: normal;
	color: #F00;	
	width: 300px;
	margin: 5px;	
	margin-left: 108px;
	padding: 2px;
	float: left;
}

#form input.error, #form textarea.error, #form select.error{
	border: 1px solid #F00;
}

/* TABLE GUESTBOOK */
#guestbook{
	margin-top: 20px;
	width: 500px;
	font-size: 12px;
	text-align: left;
}

#guestbook .guestbook_td_top_left{
	background-color: #3092d0;
	color: #fff;
	
	border-top: 1px solid #3092d0;
	border-bottom: 1px solid #3092d0;
	border-left: 1px solid #3092d0;
	
	padding-left: 10px;
	padding-top: 5px;
	
	padding-bottom: 5px;
	width: 250px;
	height: 20px;
}

#guestbook .guestbook_td_top_middle{
	background-color: #3092d0;
	color: #fff;
	
	border-top: 1px solid #3092d0;
	border-bottom: 1px solid #3092d0;
	
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 9px;
	
	text-align: right;
	
	height: 20px;
	width: 110px;
}

#guestbook .guestbook_td_top_right{
	background-color: #3092d0;
	color: #fff;
	
	border-top: 1px solid #3092d0;
	border-bottom: 1px solid #3092d0;
	
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	
	height: 20px;
	width: 90px;
	text-align: right;
}

#guestbook .guestbook_td_text{
	padding-top: 10px;
	border-left: 1px solid #3092d0;
	border-right:1px solid #3092d0;
	border-bottom:1px solid #3092d0;
	padding: 10px;
	width: 500px;
}

#guestbook .guestbook_spacing{
	width: 500px;
	height: 10px;
}

.guestbook_delete_btn, .guestbook_edit_btn, .guestbook_remove_btn, .dieredit, .dierremove, .resremove, .resopen, .show_factuur, .remove_photo{
	cursor: pointer;
}

#page_navigation div{
	height: 25px;
	float: left;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	cursor: pointer;
	padding-top: 5px;
}
#page_navigation .td_highlight{
	background-color: #3092d0;
	color: #FFF;
}

#page_navigation_guestbook div{
	height: 25px;
	float: left;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	cursor: pointer;
	padding-top: 5px;
}
#page_navigation_guestbook .td_highlight{
	background-color: #3092d0;
	color: #FFF;
}


.td_highlight a:link, .td_highlight a:visited {
	color: #fff;
	text-decoration: none;
	outline: none;
	-moz-outline-style: none;
}
.td_highlight a:hover, .td_highlight a:focus {
	color: #fff;
	text-decoration: underline;
}


/* TABLE CONTENT */


#table_prijzen {
	margin-top: 7px;
	font-size: 12px;
	text-align: left;
}

#table_content_noLine {
	margin-top: 20px;
	width: 500px;
	font-size: 12px;
	text-align: left;
}

#table_content {
	margin-top: 20px;
	width: 500px;
	font-size: 12px;
	border-bottom:  1px solid #3092d0;
	text-align: left;
}

#table_content th {
	color: #333;
	font-size: 12px;
	text-align: left;
	border-bottom: 1px solid #3092d0;
	padding-left: 5px;
}

#table_content tr {
	height: 40px;
	color: #333;
}
.no_margin_top{
	margin-top: 0px !important;
}
#table_content tr.no_height{
	height: 0;
}
.table_res_info{
	width: 430px;
}
.content_td_nr {
	width: 15px;
	padding-left: 5px;
	border-right:  1px solid #3092d0;
	font-weight: bold;
}
.omschrijving{
	width: 200px;
}
.content_td_name {
	width: 250px;
	padding-left: 10px;
}
.content_td_name_short {
	width: 100px;
	padding-left: 5px;
}
.content_td_price_info{
	width: 200px;
	padding-left: 5px;
}
.content_td_price_option {
	width: 200px;
	padding-left: 20px;
}

.content_td_date {
	width: 100px;
	padding-left: 5px;
}
.content_td_status{
	width: 100px;
	padding-left: 5px;
}
.content_td_amount{
	width: 80px;
	padding-left: 5px;
}

.content_td_option {
	width: 50px;
	padding-left: 5px;

}


.content_tr {
	background-color: #d9e254;
}

.th_prijzen {
	background-color: #3092d0;
	color: #fff;
	padding: 5px;
	width: 240px;
}

.prijzen_tr_oneven{
	background-color: #fff;
}

#table_prijzen td{
	padding: 5px;
}

.prijzen_tr_even{
	background-color: #e8f3fa;
}
.padding5{
	padding: 5px 0px;
}

/* PHOTOALBUM */
.div_photo_border{
	width: 400px;
	height: 180px;
	position: relative;
	z-index: 5;
	margin-top: 10px;
}
.photoslideshow{
	width: 400px;
	height: 180px;
	position: relative;
	margin-top: -180px;
	z-index: 3;
}

/* RESERVEREN */

.plus{
	width: 16px;
	height: 16px;
	background-image:url(/img/icon_blue_plus.png);
	background-repeat: no-repeat;
	float: left;
	cursor: pointer;
	margin-right: 3px;
	margin-bottom: 2px;
}
.min{
	width: 16px;
	height: 16px;
	background-image:url(/img/icon_blue_min.png);
	background-repeat: no-repeat;
	float: left;
	cursor: pointer;
	margin-bottom: 2px;
}
.count{
	width: 16px;
	height: 15px;
	float: left;
	padding-left: 4px;
	font-size: 13px;
	text-align: center;
	margin-bottom: 2px;
}
