/* css rijschool roordink */
body,html {
	padding: 0px;
	margin: 0px;
	background-color: #ffffff;
}

body * {
	font-size:12px;
	font-family: Arial,verdana;
	color: #000000;
	line-height: 18px;
}

a *,a {
	color: #a90532;
}

p {
	margin: 0px;
	padding: 0px;
}

img {
	padding: 5px;
}

h2{
font-size:14px;
}
/* layout */
#containermidden { 
	display: table;
	background-image: url(../image/background.jpg);
	margin-left: auto;
	margin-right: auto;
	width: 772px;  
	height: 615px;
	min-height: 615px;

}

#header {
	width: 772px;
	height: 68px;
	background-image: url(../image/header.jpg);
}


#middle{
	width: 772px;
}

#menu_box {
	width: 174px;
	height: 540px;
	float: left;
}

#menu {
	width: 174px;
	height: 490px;
/*	background-image: url(../image/menu_bg.jpg);     */
	border-bottom: 1px solid #ffffff;
	display:table;
}

#menu_top {
	width: 174px;
	display:table;
	background-image: url(../image/menu_bg_top.jpg);
	background-repeat:no-repeat;
	background-color: #c5ced4;
	padding-bottom:10px;
	min-height:305px;
        height:auto !important;
        height:305px;
}

#menu_bottom {
color:#000000;
display:table;
font-family:Arial,verdana;
font-size:10px;
height:186px;
padding-left:17px;
width:157px;
	/*background-image: url(../image/menu_bg_bottom.jpg);     */
}

#bovag {
	width: 174px;
	height: 120px;
	background-color: #c5ced4;
	background-image: url(../image/bovag.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

#content_box {
	width: 598px;
	float: left;
}

#vulling {
	width: 598px;
	height: 282px;
	min-height: 282px;
		background-color: #e2e6e9;
/*	background-image: url(../image/vulling.jpg);    */
}

#titel {
	width: 400px;
	height: 15px;
/*	background-image: url(../image/titelbg.jpg);
	background-repeat: no-repeat;*/
	font: 14px Arial;
	color: #a90532;
	font-weight: bold;
}

#titelvervolg {
	width: 400px;
	height: 33px;
	font: 14px Arial;
	padding-top:20px;
	color: #a90532;
	font-weight: bold;
}

.titelEDITOR {
	width: 400px;
	height: 15px;
	font: 14px Arial;
	color: #a90532;
	font-weight: bold;
	padding-left: 20px;
	padding-right: 4px;
	padding-top: 20px;
}

#content {
	width: 400px;
	height: 238px;
	min-height: 238px;
	background-image: url(../image/content_top.jpg);
	background-repeat: no-repeat;
	font-size: 12px;
	color: #000000;
	line-height: 18px;
	padding-left: 20px;
	padding-right: 4px;
	padding-top: 20px;
	float: left;
	overflow-x:auto;
}
#contentvervolg {
	width: 400px;
	height: 414px;
	min-height: 414px;
	/*background-image: url(../image/vervolgpagina.jpg);
	background-repeat: no-repeat;*/
	font: 12px Arial;
	color: #000000;
	line-height: 18px;
	padding-left: 20px;
	padding-right: 4px;
	padding-top: 20px;
	float: left;
	overflow-x:auto;
}

.contentEDITOR {
	width: 400px;
	height: 238px;
	font: 12px Arial;
	color: #000000;
	line-height: 18px;
	scrollbar-arrow-color: #8f8e8e;
	scrollbar-shadow-color: #c5ced4;
	scrollbar-face-color: #c5ced4;
	scrollbar-highlight-color: #c5ced4;
	scrollbar-darkshadow-color: #8f8e8e;
	scrollbar-3dlight-color: #8f8e8e;
	padding-left: 20px;
	padding-right: 4px;
	padding-top: 20px;
}

#plaatjerechts {
	padding:0px;
	margin:0px;
	width: 174px;
	height: 342px;
	color: #ffffff;
	background-color: #c5ced4;
	float: left;
	background-image: url(../image/19.citytrip_close-up_bord_op_auto.jpg);
	background-repeat: no-repeat;
	
}
#actueel {
	padding-left:10px;
	width: 164px;
	height: 258px;
	min-height: 258px; 
	background-image : url(../image/actueel.jpg);
	background-repeat: no-repeat;
	font: 12px Arial;
	padding-top:20px;
	color: #a90532;
	float: left;
}
#actueeldate
{
	margin-right:6px;
	margin-top:3px;
	font: 10px Arial;
	color: #a90532;
	font-weight: normal;
	float: right;
	text-align:right;
	font-style: italic;
}


#actueeltitel {
	font: 14px Arial;
	color: #a90532;
	font-weight: bold;

}

#footer {
	width: 772px;
	height: 11px;
	font-size: 1px;
	float: left;
	background-color: #a90532;
}

.menu_item {
	font: 12px Arial;
	color: #a90532;
	font-weight: bold;
	display: block;
	padding-left: 17px;
	padding-top: 4px;
	text-decoration: none;
}

.submenu_item {
	font: 12px Arial;
	color: #000000;
	display: block;
	padding-left: 47px;
	padding-top: 4px;
	text-decoration: none;
}

a:hover .submenu_item {
	text-decoration: underline;
}

.invoerselect
{
	border:1px solid black;
}
.invoer
{
	border:1px solid black;
	width:250px;
	line-height: 12px;
}

.required
{
	font-weight: bold;
}
.knop
{
	border:1px solid black;
}
*>#menu_box,*>#content,*>#vulling,*>#containermidden,*>#actueel,*>#contentvervolg {
	height: auto;
}

.floatleft{
    float:left;
    width:180px;
}

.inputlabel
{
    float:left;
    padding-top:2px;
}

.sep{
	width: 350px;
	height: 2px;
	margin-top:12px;
	margin-bottom:12px;
	background-color: #a90532;
	font-size:1px;
}

#error td, #error b{
color: #a90532;
}

#error{
background-color:#ffffcc;
border: 1px solid #a90532;
margin-bottom: 5px;
padding:10px;
}