body {
	background-image: url(../images/background.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#bodydiv {
	width: 1004px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#container {
	width: 980px;
	padding: 0px;
	border: 0px solid;
	text-align: left;
	background-color: #FFFFFF;
	position: relative;
	margin-top: 0px;
}

#schaduwlinks {
	background-image: url(../images/background_links.jpg);
	background-repeat: repeat-y;
}

#schaduwrechts {
	background-image: url(../images/background_rechts.jpg);
	background-repeat: repeat-y;
}

#navigatie {
	float: 					left;
	width: 					150px;
	padding-left: 			10px;
	text-align: 			left;
  	margin-left: 			0px;
  	font-size: 				12px;
}

#inhoud {
	float: right;
	width: 795px;
	margin-right: 0px;
	padding-left: 10px;
	padding-right: 10px;
}

#copyright {
	clear: both;
	font-size: 12px;
	margin: 1px;
	padding: 5px;
}

#navigatie .categorie
{
  margin-bottom: 10px;
}

#navigatie .titel
{
  padding: 3px 3px 3px 3px;
  font-weight: bold;
  font-size: 14px;
  color: #CC0000;
}

#navigatie .item a
{
  display: block;
  font-weight: bold;
  padding: 2px 3px 2px 3px;
  text-decoration: none;
  color: #000000;
  margin: 0;
}

#navigatie .item a:hover
{
  color: #666666;
  font-weight: bold;
}

.artikel {
  	margin-bottom: 15px;
}

.artikel .titel {
	color: #CC0000;
	font-weight: bold;
	font-size: 22px;
}

.blok .titel {
	color: #CC0000;
	font-weight: bold;
	font-size: 18px;
}

.ondertitel {
	color: #333333;
	font-style: italic;
	font-size: 12px;
}

.box {
	border: 1px solid #999999;
	padding: 10px;
	background-color: #CCCCCC;
	background-image: url(../images/box_bg.jpg);
	background-repeat: repeat-x;
	font-size: 12px;
}

.breadcrumbs {
	font-size: 12px;
	text-align:right;
}

.breadcrumbs a {
	color: #000000;
}

.breadcrumbs a:hover {
	color: #CC0000;
}

a {
	color: #CC0000;
}

a:hover {
	color: #666666;
}

img {
	border-color: #CC0000;
}

h1 {
	color: #CC0000;
	font-size: 32px;
}

.h3 {
	color: #CC0000;
	font-size: 32px;
	font-weight: bold;
}

.h4 {
	color: #CC0000;
	font-size: 22px;
	font-weight: bold;
}

td {
	font-size: 12px;
}

.t_small {
	font-size: 10px;
	color: #666666;
}

.foto_klein {
	border: 1px solid #999999;
	background-color: #CCCCCC;
	background-image: url(../images/box_bg.jpg);
	background-repeat: repeat-x;
}

.lijn {
	background-image: url(../images/lijn.gif);
	background-repeat: repeat-x;
}


h2 {
	font-weight: bold;
}

.forumreactie {
	background-image: url(../images/box_bg.jpg);
	background-repeat: repeat-x;
	padding:5px;
}

.forumreactie_gebruikerinfo {
	border-right: 1px solid #999999;
	padding:5px;
	width: 150px;
}

.forumreactie_geplaatstop {
	padding-bottom:5px;
	border-bottom: 1px solid #999999;
}

.forumreactie_bericht {
	padding-top:5px;
}

.forumtopicTR {
	background-image: url(../images/box_bg.jpg);
	background-repeat: repeat-x;
}

.forumtopicTD {
	border-right: 1px solid #999999;
}

.forumquotetitel {
	margin: 10px;
	margin-bottom: 0px;
	font-weight: bold;
}

.forumquote {
	margin: 10px;
	margin-top: 0px;
	padding: 2px;
	background-color: #FFFFFF;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

.forumbox {
	border: 1px solid #999999;
	padding: 0px;
	background-color: #CCCCCC;
	background-image: url(../images/box_bg.jpg);
	background-repeat: repeat-x;
	font-size: 12px;
}

.forumPaginaString {
	font-size: 10px;
}

.forumLinkToLastReaction a {
	text-decoration:none;
}

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

.icon
{
	border:0px;
}

.eventCalendar h2 {
	font-style:italic;
	font-size:12px;
	margin:0px;
}

.eventCalendar input {
	width:600px;
}

.eventCalendar input[type="submit"] {
	width:84px;
}

.eventCalendar input[type="checkbox"] {
	width:13px;
}

.eventCalendar .txtHour {
	width:50px;
}

.eventCalendar .date {
	width:25px;
}

.eventCalender textarea {
	width:300px;
}

.eventCalendar .tdLeft {
	text-align:right;
	font-weight:bold;
	width:125px;
	padding-right:5px;
}

.eventCalendar .spnAddBtn img {
	position:relative;
	top:4px;
	margin-right:5px;
}

.eventCalendar .notActive {
	color:#666666;
}