@charset "UTF-8";

html, body {
	background-color:#edeae4;
	text-align:center;
	height: 100%;
	margin:0px;
	padding:0px;
	margin-top:10px;
	

}

#content a {
    text-decoration: none;
    color: #8A93AB;
    font-weight: bold;
}

#content a:hover {
    color: #333;
}

#container {
	font-family: arial;
	font-size: 11px;
	font-style: normal;
	line-height: 18px;
	color: #513629;
	margin:0 auto;
	width:960px;
	text-align:left;

}

#header {
clear:both;
height:328px;
width: 959px;
z-index:0;
position:relative;

}

u, li {
margin:0px;
padding:0px;
}

#menu_left { 
margin-top: -90px;
width:140px;
float:left;
z-index:1;
position:relative;
}

#menu {
float: left;
background-color:#acb5cd;
border-left: solid #7f858f 2px;
width: 137px;
margin-top: 30px;
}

#menu ul {
margin-top:0px;
}

#menu li {
border-bottom: 1px solid #edeae4;
list-style:none;
margin-left:-40px;
padding-left:10px;
padding-top:5px;
height:20px;
}

#menu a {
font-size:11px;
color:#23262a;
text-decoration: none;
height:20px;
width:125x;
display:block;
}

#menu a:hover {
    color: #edeae4;
}


#content {
float:left;
padding-left: 10px;
padding-top: 30px;
width:809px;
position:relative;
}

#mid {
border-right: 1px dashed #c4bb91;
border-left: 1px dashed #c4bb91;
width:400px;
height:100%;
margin-top:-110px;
float: left;
}

#mid_breed {
border-right: 1px dashed #c4bb91;
border-left: 1px dashed #c4bb91;
width:800px;
height:100%;
margin-top:-110px;
padding-bottom:77px;
}


hr {
border:none;
border-top: 1px dashed #c4bb91;
margin-top:10px;
margin-bottom:0px;
padding:0px;
}

.huurprijzen td {
border: 1px solid #ffffff;
padding:5px;
}

table, tr {
padding:0;
margin;0;
}

#txt {
    background-color:#ebe5d4;
    border: 1px solid #d0cab8;
    width: 320px;
    padding: 20px;
    margin-top: 20px;
    margin-bottom:20px;
    margin-left:17px;
}

blockquote {
    background-color:#ebe5d4;
    border: 1px solid #d0cab8;
    width: 320px;
    padding: 20px;
    margin: -10px 0 20px -15px;
}

#borderless_txt {
width: 320px;
padding: 20px;
margin-top: 10px;
margin-bottom:10px;
margin-left:5px;

}

#txt_breed {
background-color:#ebe5d4;
border: 1px solid #d0cab8;
width: 720px;
padding: 20px;
margin-top: 20px;
margin-bottom:20px;
margin-left:17px;

}

h1 {
margin:0px;
padding:0px;
padding-bottom:10px;
color:#d1550a;
font-size:26px;
font-weight:bold;

}

h2 {
margin:0px;
padding:0px;
padding-bottom:10px;
color:#4b3e26;
font-size:22px;
font-weight:bold;

}



#menu a:hover {
background-image:url(images/menu_active.jpg);
display:block;
margin-left:-9px;
padding-left:9px;
color:#FFFFFF;
width:116px;
}

#sfeerbeeld {
margin-top: -96px;
float:right;
widht:360px;
}

#intro {
    margin-top: -50px;
    margin-left: 15px;
    position:relative;
    z-index:5;
    background-image:url(images/intro_blok.png);
    background-repeat:no-repeat;
    background-position: left top;
    width:434px;
    /*height:115px;*/
    padding-top: 45px;
}

#intro p {
    background-color: #F5F5F5;
    padding-left:15px;
    padding-right:10px;
    padding-bottom: 10px;
    border-left: 1px solid #C7C4C4;
    border-right: 1px solid #C7C4C4;
    border-bottom: 1px solid #C7C4C4;
}


 #footer {
 clear: both;
 float:right;
 width: 959px;
 border-top: 1px dashed #ffffff;
 margin-top:20px;

 
}

#footer p {
 font-size:10px; 
}

-----

label {
    cursor: pointer;
}

input { 
    background-color: #f1e2c6; 
    color: #513629; 
    border: 1px solid #cdc1ae;
}

textarea { 
    background-color: #f1e2c6; 
    color: #513629; 
    border: 1px solid #cdc1ae;
}

.edit {
    display: block;
    float: left;
    height: 16px;
    width: 16px;
    background-image: url('images/edit.png');
    font-size: 0;
    margin: 1px 3px 1px 1px;
}

.delete {
    display: block;
    float: left;
    height: 16px;
    width: 16px;
    background-image: url('images/delete.png');
    font-size: 0;
    margin: 1px 3px 1px 1px;
}

.pickerImg {
    cursor: pointer;
    margin-left: -13px;
    margin-top: 4px;
    position: absolute;
}

#kalender {
    text-align: center;
}

#kalender th {
    font-weight: bold;
    background-color: #ccc;
    color: #333;
    border: 1px solid #888;
    padding: 3px;
    width: 35px;
    height: 35px;
}

#kalender td {
    border: 1px solid #555;
    padding: 3px;
    background-color: #E8E1CC;
    width: 35px;
    height: 35px;
}

#kalender .today {
    border: 1px solid #000;
    padding: 3px;
    font-weight: bold;
    cursor: help;
    background-color: #E08550;
    color: #FFF;
}

#kalender .none {
    border: 0;
    margin: 1px;
    background-color: #EBE5D4;
}

#kalender .event {
    padding: 3px;
    font-weight: bold;
    cursor: help;
    background-color: #EFDB9D;
}

.tip-title {
    padding: 4px;
    font-weight: bold;
    cursor: help;
    background-color: #EFDB9D;
    border: 1px solid #777;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    font-family: arial;
    font-size: 11px;
}

.special {
    display: none;
}