/* CSS Bromfietsrijscholen.nl */
body {
	margin: 0;
	padding: 0;
	background-image:url(../Images/backgroundIII.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-color:#333333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:center;
	color:#000000;
}

/*Container------*/
#container {
	position: relative;
	background-color:#000000;
	width: 728px;
	height: 605px;
	margin-top:5px;
	margin-left: auto;
	margin-right: auto;
	border: 2px solid #666666;
}

/* END Container <------*/

h1{
	font-size:13px;
	font-weight:bold;
	color:#ba1818;
}

h2 {
	font-weight:bold;
	font-size:12px;
	color:#ba1818;
}

.dik {
	font-weight: bold;
	text-decoration:none;
}

.rood_dik {
	font-weight:bold;
	color:#ba1818;
}

.rood{
	color:#ba1818;
}

.grijs_klein {
	color:#999999;  
	font-size: 9px; 
}

a {
	color:#ba1818;
	text-decoration:underline;
}
a:visited {
	color:#ba1818;
}

/* navigatie Links */
.nav {
	 color: #FFFFFF;
	 text-decoration: none;
	 cursor:pointer;
}

.nav:visited {
	color:#FFFFFF;
}

.nav:hover {
	color:#000000;
	text-decoration:none;
}

img {
border: none;
}

/* logo*/
#imglogo {
	position:absolute;
	background-image:url(../Images/logo.gif);
	background-repeat: no-repeat;
	top: 5px;
	left: 5px;
	height: 81px;
	width: 220px;
}

#Aktie{
	position:absolute;
	top: 85px;
	left: 6px;
	height: 149px;
	width: 217px;
	padding-top:7px;
	padding-bottom:7px;
	background-image:url(../Images/background_akties.jpg);
	color:#FFFFFF;
}

#Advertentie{
	position:absolute;
	background-image:url(../Images/advertentie.gif);
	background-repeat:no-repeat;
	top: 267px;
	left: 6px;
	height: 333px;
	width: 217px;
	background-color:#ffffff;
}

/* Navigatie 1*/
#balk{
	position:absolute;
	background-color:#ba1818;
	top: 5px;
	left: 235px;
	height: 20px;
	width: 487px;
}

.navigatie {
	float:left;
	position:relative;
	top:4px;
	width:14%;
}


/* Content DIV */
#content{
	text-align:left;
	background-color:#FFFFFF;
	top: 30px;
	left: 233px;
	width: 470px;
	height: 534px;
	position: absolute;
	border:0px;
	padding:8px;
	overflow:auto;
	}

/* Contact webmaster */

#webmaster{
	text-decoration:none;
	text-align:right;
	position:absolute;
	top: 587px;
	left: 449px;
	height: 16px;
	width: 272px;
}


.cms {
	position: relative;
	background-color:#ba1818;
	top:610px;
	padding:5px;
	border:2px #000000 solid;
	text-decoration:none;
}

.sub_cms {
	margin-top:5px;
	padding:5px;
	padding-bottom:0px;
	border-top:2px #000000 solid;
}

#cms_content {
	text-align:left;
	background-color:#FFFFFF;
	top: 34px;
	left: 235px;
	width: 472px;
	height: 534px;
	position: absolute;
	border:0px;
	padding:8px;
	overflow:auto;
	}

/** ongebruikte css **/
ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #ba1818;
}

li{
	background-image:url(../Images/bullet.gif);
	background-position:0 70%;
	background-repeat:no-repeat;
	padding:0 0 0 15px;
}

