/* CSS Document */

body {
	background-color:#CCCCCC;
	margin:0px;
	padding:px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}


/* LAYERS */

#container {
	width:1000px;
	margin:auto;
}
#top {
	background-image:url(../images/top.jpg);
	background-repeat:no-repeat;
	width:1000px;
	height:171px;
	float:left;
}
#main {
	background-image:url(../images/back.gif);
	background-repeat:repeat-y;
	background-position:center;
	width:1000px;
	min-height:468px;
	_height:468px;
	float:left;
}
#left {
	width:166px;
	min-height:468px;
	_height:468px;
	float:left;
}
#content {
	background-color:#FFF2D6;
	width:529px; /* 589 - 60 */
	min-height:443px; /* 468 - 60 */
	_height:443px;
	padding:30px;
	float:left;
}
#content_breed {
	background-color:#FFF2D6;
	width:773px; /* 589 - 60 */
	min-height:443px;/*408px;*/ /* 468 - 60 */
	_height:443px;
	padding:30px;
	float:left;
}
#content_resevering {
	background-color:#FFF2D6;
	width:773px; /* 589 - 60 */
	min-height:443px; /* 468 - 60 */
	_height:443px;
	padding:30px;
	float:left;
}
#right {
	background-color:#FFF2D6;
	width:234px; /* 244 - 10 */
	min-height:438px; /* 468 - 30 */
	_height:438px;
	padding-top:30px;
	padding-left:10px;
	float:left;
}
#bottom {
	background-image:url(../images/bottom.jpg);
	background-repeat:no-repeat;
	width:1000px;
	height:100px;
	float:left;
}

/* ALGEMENE OPMAAK */

td, p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.header {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#00664C;
}
.bold {
	font-weight:bold;
}
.wit_bold {
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
}
.knop {
	width:100px;
	height:50px;
	background-color:#FF0000;
}
.input {
	padding-bottom:2px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.select {
}
.button {
}
a, a:link {
	color:#00664C;
}
a:hover {
	color:#00664C;
	text-decoration:none;
}
hr {
	border: 0px; 
	color: #00674c; 
	background-color: #00674c; 
	height: 1px; 
	width: 98%;
	padding: 0px;
	margin: 5px;
	margin-left:0px;
	margin-right:0px;
}
#content a {
	text-decoration:none;
}

/* RESEVERINGEN */
.input
{
    width: 180px;
    margin-right: 1px;
    height: 17px;
    color: #666;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    border: 1px solid #00674c;
    vertical-align: middle;
    padding: 1px;
    background-color: #fff;
}

.text_opmerking
{
    width: 350px;
    margin-right: 1px;
    height: 85px;
    color: #666;
    font-size: 12px;
    border: 1px solid #00674c;
    vertical-align: middle;
    padding: 1px;
    background-color: #fff;
   font-family:Arial, Helvetica, sans-serif;
}

select {
	font-family:Arial, Arial, Helvetica, sans-serif;
	padding:0px;
	margin:0px;
	font-size:12px;
	color:#494754;
	width: 300px;
	background-color: #FFF;
	border:1px solid #00674c;
	margin: 5px 0 0 0;
}

.red {
	color:#F00;
}
/* NIEUWE MENU */
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu a{
	display: block;
    color: #00664C;
    cursor: pointer;
    display: block;
    height: 26px;
    padding-top: 10px;
	font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    background: url("../images/knop.gif") no-repeat scroll right top transparent;
    z-index: 10000;
    position: relative;
}

#menu a:hover {
    background: url("../images/knop_over.gif") no-repeat scroll right top transparent;	
}
#menu li {
	z-index: 1000000;
	position: relative;
}

#menu ul ul {
	position: absolute;
	top: 0;
	left: 93%;
	z-index: 9999;
	min-width: 100%;
}

div#menu ul ul,
div#menu ul li:hover ul ul {
	display: none;
}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul {	
	display: block;
	padding-left: 12.5px;
	width: 154px;
}

#content ol, ul {
	padding:0;
	margin:0 0 0 8px;
	list-style:disc;
	z-index: 1;
}
#content li {
	padding:0;
	margin:0 0 0 8px;
}
a.terug, a.terug:link {
	color:#17345C;
	text-decoration:underline;	
}
a.terug:hover {
	text-decoration:none;
}
.highlight a{
    background: url("../images/knop_over.gif") no-repeat scroll right top transparent !important;
}
