@import "jquery-ui-1.7.2.custom.css";

html
{
	overflow: -moz-scrollbars-vertical;
	overflow:scroll;
}

body
{
	margin:auto;
	background-color:#000000;
	font-size:12px;
	font-family:Arial, Helvetica, "Times New Roman";
}

h1{
	font-size:18px;
}

.alignright{
	text-align:right;
}

.cleardiv{
	clear:both;
}

#outer{
	margin:auto;
	background-color:#000000;
	width:1000px;
	height:450px;;
}

#toptekst{
	width:1000px;
	text-align:center;
}

#header{
	height:140px;
	width:1000px;
}

#left, #middle, #right{
	float:left;
	/*overflow:hidden;*/
	min-height:450px;
	_height:450px;
}

#left{
	width:186px;
	background-color:#1a1a1a;
	color:#FFFFFF;
	font-size:11px;
}

#middle{
	width:600px;
	background-color:#cccccc;
	color:#4d4d4d;
	margin-left:4px;
}

#right{
	width:210px;
	background-color:#4d4d4d;
	color:#b3b3b3;
	overflow:hidden;
}

#footer{
	width:1000px;
	height:40px;
	color:#606060;
	text-align:center;
	margin-top:10px;
	font-size:11px;
}

#footer a{
	color:#606060;
}

#kmteller{
	float:left;
	cursor:pointer;
}

#logo{
	margin-top:12px;
	float:left;
	cursor:pointer;
}

.lijn{
	height:1px;
	float:left;
	font-size:0px;
	padding-top:3px;
	margin-bottom:5px;
}

.menuitem{
	height:31px;
	padding-left:25px;
	line-height:30px;
	cursor:pointer;
}

.menuitem a{
	text-decoration:none;
	color:#FFFFFF;
}


.menuitem:hover{
	height:31px;
	padding-left:25px;
	line-height:30px;
	background-color:#e51a31;
	background-image:url('/images/sel.jpg');
	background-repeat: no-repeat;
	background-position:100% 50%;
}

.menuitemsel{
	height:31px;
	padding-left:25px;
	line-height:30px;
	background-color:#e51a31;
	background-image:url('/images/sel.jpg');
	background-repeat: no-repeat;
	background-position:100% 50%;
	cursor:pointer;
}

.menuitemsel a{
	text-decoration:none;
	color:#FFFFFF;
}

.scheidingmenu{
	height:1px;
	font-size:0px;
	background-color:#484848;
}

.title{
	color:#FF0000;
	margin-left:32px;
	margin-top:30px;
}

.text{
	margin-left:32px;
	margin-right:35px;
}

.text a, .text a:visited, .text a:active
{
	color:#FF0000;
	border-bottom:1px dotted #FF0000;
	text-decoration:none;
}

#tekstrechts{
	margin-left:33px;
	margin-right:20px;
	margin-top:30px;
}

.send{
	background-color:#e51a31;
	padding:5px;
	margin-bottom:20px;
	color:#FFFFFF;
	text-decoration:none;
}

a.send{
	color:#FFFFFF;
}

.imgtop div p
{
	display:inline;
	float:left;
	margin-left:0px;
	width:560px;
}

.imgtop ul
{
	margin-top:0px;
	margin-left:0px;
	-moz-padding-start:0px;
	-webkit-padding-start:0px;
}

#rechtsboven
{
	float:right;
	width:560px;
}

.carousel-control
{
	display:none;
}

thead{
	font-size:13px;
	color:#FF0000;
	font-weight:bold;
	line-height:25px;
}

.tekstgroot
{
	font-size:14px;
}
.tekstklein
{
	font-size:10px;
}
.titelgroot
{
	font-size:16px;
	color:red;
	font-weight:bold;
}
.titelnormaal
{
	color:red;
	font-weight:bold;
}

a.send:visited
{
	color:#FFFFFF;
}