#divContainer
{
	position: relative;
	margin: auto;
	width: 768px;
	text-align: left;
}

body 
{
	background-color: White;
	background-image: url(../gfx/bck2.jpg);
	background-repeat: repeat-y;
	background-attachment: scroll;
	background-position: center top;
	margin: 0px;
}

html {
	overflow-y: scroll;
}


.basis {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.basis12px {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
p {margin:0px;}
a {
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #C93333;
	text-decoration: underline;
}
a_geklikt:visited {
	color: Gray;
	text-decoration: underline;
}

.basisgray {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}
.header, h1 {
	font-family: Tahoma;
	font-size: 18px;
	color: #890302; /*color: #C93333;*/
	font-weight: bold;
	padding: 0px 0px 5px 26px;
	margin: 0px;
	background: url(../gfx/logo_trans.gif) no-repeat 0px 2px;
	
}
.header_noimg 
{
	font-family: Tahoma;
	font-size: 18px;
	color: #890302; /*color: #C93333;*/
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	}
h2 {
	font-family: Tahoma;
	font-size: 14px;
	color: #890302; /*color: #C93333;*/
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

h3 {
	font-family: Tahoma;
	font-size: 12px;
	color: #890302; /*color: #C93333;*/
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}


.meer {
	font-family: Verdana;
	font-size: 12px;
	color: #C93333;
	font-weight: bold;
}
.rood {
	font-family: Verdana;
	font-size: 11px;
	color: #C93333;
	font-weight: normal;
}
img {
	padding: 0px;
	margin: 0px;
	border: none;
}
table {
	font-size: 11px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.menu_1 {
	font-family: Tahoma;
	font-size: 18px;
	color: #bbbbbb;
	font-weight: bold;
	margin: 0px 10px 0px 10px;
	text-decoration: none;
}
.menu_1:hover {
	color: #ffffff;
	text-decoration: none;
}
.menu_1_selected {
	font-family: Tahoma;
	font-size: 18px;
	color: #ffffff;
	font-weight: bold;
	margin: 0px 10px 0px 10px;
	text-decoration: none;
}
.menu_1_selected:hover {
	color: #ffffff;
	text-decoration: none;
}

#divkey {
	font-size: 9px;
	color: #cccccc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 100%;
	height: 67px;
	left: -256px;
	width: 768px;
	display: block;
}
#divkey a {
	font-size: 9px;
	color: #cccccc;
}


.thumbFoto
{
  width:100px;
  height:100px;
  float:left;
  padding:5px;
  margin:0px 5px 5px 0px;
  background-color:#dcdcdc;
  display:block;
}







/************** DIV ONDER LIJN **************/
.divLijntje
{
  border-bottom: solid 1px #ccc;
  float: none;
  clear: both;
  display: block;
  font-size:0px;
  height:1px;
  width:100%;
}




/******************** LINK EXTERNAL **************/

.external_link {
   padding-right: 11px;
   margin-right: 0px;
   background-image: url(../gfx/external_link.png);
   background-repeat: no-repeat;
   background-position: center right;
}




/************************* PAGE *************************/

.pagenr 
{
	font-weight: bold;
font-size:13px;
		}
.pagenr_selected 
{
font-size:15px;
	font-weight: bold;
	color: #990000;
	}




/******************** SEARCH *****************************/
.div_search_result
{
	padding-left: 10px;
}

.div_search_result a
{
	text-decoration: none;
	padding-left: 5px;
}
.div_search_result a:hover
{
	text-decoration: underline;
}

.div_search_header
{
	background-color: #890302;
	padding: 3px;
	width: 480px;
	font-weight: bold;
	color: white;
}




/************** SHOW MESSAGE **************/
.showMessage_Green
{
	font-family: Arial, Helvetica, clean, sans-serif;
	font-size: large;
	font-weight: bold;
	background-color: #ddd;
	border: solid 1px green;
	color: black;
}



