body{
	margin:					0;
	padding:				0;	
	font-family: 			Verdana;
	font-size: 				13px;
	background-image:		url(../images/bg2.jpg);
	background-repeat:		repeat;
	background-attachment:	fixed;
	overflow:				auto;
	text-align:				justify;
	color:					#fff;
}

/* Email prevent */
.email:after { content: "info\40sala-motordrome.nl";}

h2{
	margin:			0 0 10px 0;
	font-size:		16px;
}


h1{
	margin:			0 0 10px 0;
	font-size:		20px;
}
img{
	border:			0;
}

#wrapper{
	width:			874px;
	height:			inherit;
	margin:			0px auto;
	border:			1px solid #000;
	background:		#a75525;
	margin-top:		10px;
}

#header{
	height:			150px;
	border:			1px solid #000000;
	background:		url(../images/header.jpg);
}

#content{
	min-height:		600px;
	border:			1px solid #000;			
	background:		#79401f url(../images/24.png) left bottom no-repeat;
}

.menu{
	width:			185px;
	float:			left;
	border-right:	0px solid #000;
	background:		#79401f;
	margin-top:		10px;
	margin-left:	15px;
}

.menu_blok{
	background:		url(../images/button.jpg) no-repeat;
	width:			171px;
	height:			35px;
	padding:		6px 0 0 20px;
	font-weight:	bold;
}
/*
.menu_blok:hover{
	background:			#95a5e0;
}
*/

ul.menu_opmaak{
	list-style-type: none;
	color:			 #fff;
	padding:		0px;
	margin:			0px;
}

.midden{
	float:			left;
	border-left:	1px solid #000;
	width:			651px;
	min-height:		inherit;
	background:		#a75525 url(../images/23.png) bottom no-repeat;
	padding:		10px 10px 5px 10px;;
}

#footer{
	width:			874px;
	margin:			0px auto;
	font-weight:	bold;
	text-align:		right;
}

#footer a:link {color: #fff; text-decoration: none; }
#footer a:visited {color: #fff; text-decoration: none;  }
#footer a:hover {text-decoration: underline;}

.omschrijving{
	line-height:	10px;
	font-size:		11px;
}

.rub_title{
	color: 			#05075E;
	text-decoration:none;
	font-weight:	bold;
}

div#container {
	width: 400px;
	padding: 15px;
}

div#errors {
	width: 400px;
}
label {
	float: left;
	width: 140px;
	text-align: left;
	padding-top: 5px;
}

input, textarea {
	padding: 3px;
	margin: 3px;
	border: 1px solid #bac5d6;
	background: #fff;
}
input.fout, textarea.fout {
	border: 1px solid #FF0000;
}

label.fout {
	color: #FF0000;
}


.artikel{
	font-size:			13px;
	font-weight:		bold;
	font-style:			oblique;
}

.artikel a{
	color:				#000;
	text-decoration:	none;
}

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

a.menus:link {color: #fff; text-decoration: none;}
a.menus:visited {color: #fff; text-decoration: none;}
a.menus:hover {text-decoration: underline;}

a.rub_title:link {color: #05075E; text-decoration: none; }
a.rub_title:visited {color: #05075E; text-decoration: none;  }
a.rub_title:hover {text-decoration: underline;}

/* Link pagina */
.link_box{
	width:				175px;
	height:				175px;
	margin-right:		15px;
	margin-bottom:		30px;
	float:				left;
	border:				0px solid #00FF00;
	text-align:			center;
}

.link_style{
	text-decoration:	none;
	color:				#FF0000;
	font-style:			oblique;
}

/* Video Pagina */
.video_box{
	width:				500px;
	margin-right:		10px;
	margin-bottom:		20px;
	float:				left;
	border:				0px solid #00FF00;
}


/* Reacties */

.reactie_wrap{
	margin-left:		0px;
}

.submit{
	border:				1px solid #333;
	color:				#000;
	background:			#fff;
}

.fout, fout.ul, fout.li{
	height:				auto;
	padding:			2px 0px 2px 2px;
	background:			#FF0000;
	color:				#fff;
	list-style-image:	url(../images/error.png);
	margin-bottom:		10px;
}

.correct, correct.ul{
	height:				auto;
	padding:			2px 0px 2px 2px;
	background:			#009900;
	color:				#fff;
	list-style-image:	url(../images/accept.png);
	margin-bottom:		10px;	
}

.info_bericht{
	font-size:			12px;
	border-top:			0px dashed #000;
	width:				100%;
	padding:			5px;
}

.info_bericht2{
	font-size:			11px;
	padding:			5px 5px 5px 5px;
	margin-bottom:		10px;
}

