.new {
	text-decoration: none;
	color: #A81E22;
}

.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:justify;
	color: #333333;
}
.body_extra {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:justify;
	color: #333333;
	margin-left:15px;
	display:block;
}
.red {
	font-family: arial;
	font-size: 11px;
	color: #D32027;
	text-decoration: none;
	font-weight: bold;
}
.redlink {
	font-family: arial;
	font-size: 11px;
	color: #D32027;
	text-decoration: underline;
} 

.redlink:link {
	color: #D32027;
}
.redlink:visited {
	color: #D32027;
}
.redlink:hover {
	color: #333333;
}
.red_title{
	font-family: arial;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	background-color:#D32027;
	display:inline;
}
.red_title:link {
	color: #ffffff;
}
.red_title:visited {
	color: #ffffff;
}
.red_title:hover {
	color: #000000;
}
.idk_grey {
	font-family: arial;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
.idk_white {
	font-family: arial;
	font-size: 12px;
	color: fff;
	text-decoration: none;
	font-weight: bold;
}
.idk_title {
	font-family: arial;
	font-size: 14px;
	color: fff;
	text-decoration: none;
		font-weight: bold;
}
.video_bg {
	background-attachment: fixed;
	background-image: url(images/video-bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.bg_idk {
	background-attachment: fixed;
	background-image: url(images/bg_idk.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.bg_idk_rechts {
	background-attachment: fixed;
	background-image: url(images/bg_idk_rechts.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

/* aanpassingen Thomas */
.backoffice{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
}
#login{
	background-color: #DDDDDD;
}
#mainContainerbo{
	width: 800px;
	margin: 0 auto 0;
}
#menubo{
	background-color: #DDDDDD;
	text-align: center;
	margin: 20px 0 0 0;
	padding: 15px 5px 15px 5px;
}

#contentbo{
	width: 800px;
	margin: 10px 0 0 0;
	padding: 15px 5px 15px 5px;
}
.contentbo_spacer{
	width: 100%;
	height: 20px;
	margin: 20px 0 20px 0;
	background-color: #DDDDDD;
}
.backoffice a{
	color: #003333;
	text-decoration:none;
	border-bottom: 1px dotted #999999;
}
.backoffice .rood{
	color: #D32027
}
.msg_good{
	display: block;
	width: 400px;
	margin: 50px 0 50px 0;
	padding: 10px 10px 10px 10px;
	border: 1px solid #006600;
	background-color: #99ff99;
	text-align: center;
}
.msg_bad{
	display: block;
	width: 400px;
	margin: 50px 0 50px 0;
	padding: 10px 10px 10px 10px;
	border: 1px solid #660000;
	background-color: #FF9999;
	text-align: center;
}