/*******************************************************************************
 *
 * - $Id: doorstart.css 6229 2009-11-19 10:49:49Z mrozema $
 *
 * Copyright Rovecom ICT BV
 *
 ******************************************************************************/
 
body{
    margin: 0;
    padding: 0;
	background-image: url(../images/body_back.gif);
	background-repeat: repeat-x;
	background-position: left 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 24px;
}

p {
  margin-top: 0;
}
a img {
  border:none;
}
#global{
	width: 792px;
	margin: 0 auto;
	position: relative;
}
#header {
  height: 59px;
  padding-top: 25px;
} 
#global_content{
	background-image: url(../images/inhoud_back.gif);
	background-repeat: repeat-y;
	width: 780px;
	padding: 6px;
	padding-bottom: 0px;
	padding-top: 35px;
	float: left;
}

#top_menu a:link, #top_menu a:active, #top_menu a:visited{
	font-size :10px;
	font-weight: bold;
	color: black;
	border-right: 1px solid black;
	padding-right: 5px;
	padding-left: 5px;
	text-decoration: none;
	line-height: 25px;
}
#top{
	width: 745px;
	height: 106px;
	margin: 0 auto;
}
#top #logo{
	margin-top: 13px;
	width: 200px;
	float: left;
}
#top #logo h1{
  display:none;
}
#top #zoeken{
	text-align: right;	
	margin-top: 18px;
	float: right;

}
#top .zoeken_input{
	border: 1px solid silver;
}
#top .zoeken_input{
	float: left;
	height: 14px;
	margin-right: 10px;
}
#top_menu {
  position: absolute;
  right: 0;
	text-align: right;
  top: 0;
  width: 300px;
  z-index: 120;
}
#tab_menu {
	clear: both;
	text-align: right;
}
#tab_menu {	
	float: right;
	height: 22px;
	text-align: right;
}
#tab_menu ul {
	margin: 0;
	padding: 0;
}
#tab_menu li {
	background: url(/images/tab_back.gif) repeat-x right top;
	float: left;
	list-style: none;
  position: relative;
  z-index: 100;
}
#tab_menu li a {
  background-image:url(../images/tab_left.gif);
  background-repeat:no-repeat;
  color:white;
  display:block;
  font-size:10px;
  font-weight:bold;
  line-height:22px;
  padding-left:10px;
  padding-right:10px;
  text-decoration:none;
}

#tab_menu li li a{
  background-image: none;
  color: white;
}
/*-----active menu ------*/

#tab_menu li:hover {
  background-image: url(/images/tab_back_active.gif);
}
#tab_menu li:hover a {
  background-image:url(../images/tab_left_active.gif);
  color: #df1d36;
}
#tab_menu li:hover li a {
  background-image: none;
  color: #fff;
}
#tab_menu li:hover li {
  background-image: none;
  color: #fff;
}
#tab_menu ul ul {
  background-color: #000;
  display: none;
  padding: 10px;
  position: absolute;
  width: 300px;
}
#tab_menu ul li.active0 a{
  color: #df1d36;

}
#tab_menu li:hover ul {
  display: block;
}
#tab_menu ul ul li {
  background-image: none;
  border-bottom: 1px solid #999;
  float: none;
  text-align: left;
}
#tab_menu ul ul li:hover {
  background-image: none;
}
#tab_menu ul ul li:hover a {
  color: #df1d36;
  background-image: none;
  
}
#top_image{
	background-image: url(../images/top_image.jpg);
	background-repeat: no-repeat;
	width :780px;
	height: 166px;
	padding-top: 55px;
}
#top_image h2{
	color: white;
	font-family: "Trebuchet MS";
	font-weight: normal;
	font-size: 22px;
	display: block;
	width :400px;
	margin: 0;
	padding:0 10px 0 0;
	float: right;
}
#global_content_wrapper{
	background-image: url(../images/right_back.gif);
	background-repeat: repeat-y;
	width: 780px;
	float: left;
}
#submenu{
	width: 236px;
	float: left;
	background-color: #d1d2d2;
	margin-left: 20px;
	margin-top: 30px;

}
#submenu h2 {
	color: #009ee0;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	border-bottom :1px solid #f5f5f5;
	width: 216px;
	line-height: 25px;
}
#submenu a{
  color: black;
}
#submenu ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

#submenu li a{
	color: #009ee0;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	border-bottom :1px solid #f5f5f5;
	width: 216px;
	line-height: 25px;
	padding-left: 12px;
}
#submenu ul li a.active{
  text-decoration: underline;
}
#submenu ul li ul li a.active{
  font-weight: bold;
  text-decoration: none;
}
#submenu li a:hover{
	color: #e12a3f;
	text-decoration: underline;
}
#submenu li a{
	background-image: url(../images/menu_arrowe.gif);
	background-repeat: no-repeat;
	background-position: left center;
	color: black;
}
#submenu li li a{
	background-image: none;
	border: none;
	padding-left: 18px;
	font-weight: normal;
}
#inhoud{
	width: 440px;
	margin-left: 300px;
	padding-top: 40px;
}

h1, h2, h3, h4, h5, h6{
  color: #c5007b;
	font-weight: bold;
	margin: 0;
	padding: 0;
	line-height: 24px;
}
h1{
	font-size: 18px;
	color: black;
  margin-bottom: 20px;
}
h2{
	font-size: 15px;
}
h3{
	font-size: 12px;
}
h4{
	font-size: 11px;
}
h5{
	font-size: 10px;
}
#footer{
	background-image: url(../images/footer.gif);
	height: 26px;	
	clear: both;
}
div#copyright{
  float: right;
  color: #646567;
}
#submenu img{
	margin: 10px;
	margin-left: 0px;
}
#submenu #bellen img{
	margin: 0;
	margin-top: 20px;
	margin-bottom: 20px;
}
#inhoud a:link, #inhoud a:active, #inhoud a:visited{
	font-style: italic;
	color: black;

}
#inhoud a:hover{
	color: #c5007b;
	text-decoration:none;
}
/*---------nieuws---------*/
#news .item{

	float :left;
	width: 430px;
}
#news .item img{
	float :left;
	margin-right: 10px;
	margin-bottom: 10px;
}
#news .lees_verder{
	clear: both;
	display : block;
	border-bottom :1px solid #e5e5e5;
	width: 430px;
}

#news .show .teaser {
  font-weight: bold;
}

/*--------zoeken------------*/
#google_mini .search_bar strong, #google_mini .search_nav a{
  color: #c5007b;
}
#google_mini .search_bar, #google_mini .search_nav{
  text-align: center;
}
/*-------contact formulier---------*/
div#inhoud table{
  background-color:#E5E5E5;
  border-top:1px solid #BBBBBB;
  clear:both;
  margin-bottom:10px;
  width: 100%;
}
div#inhoud table tr td.mod_contactforms_col1{
  width: 140px;
  font-weight: bold;
}
div#inhoud table tr td{
  padding-top: 5px;
  border-bottom:1px solid #BBBBBB;
  margin: 0;
  padding: 0 0 0 15px;
}
div#inhoud .mod_contactforms_textfield, div#inhoud table textarea{
  width: 235px;
  margin-bottom: 10px;
  margin-top: 10px;
}
div#inhoud table input.mod_contactforms_radio{
  width: 13px;
  vertical-align: middle;
}
div#inhoud table tr td input.submit_button{
  background-color:#666666;
  border-color:#FFFFFF #000000 #000000 #FFFFFF;
  border-style:solid;
  border-width:1px;
  color:#FFFFFF;
  cursor:pointer;
  font-family:arial;
  font-weight:bold;
  height:22px;
  margin: 0 56px 30px 0;
  width:84px;
  float: right;
}
div#inhoud table small.error{
  color: red;
  clear: both;
  display: block;
}
/*------sitemap---------------*/
ul#wtk_sitemap_ul img{
  border: none;
}
#wtk_sitemap ul ul {
  margin-left:10px;
}
#wtk_sitemap li {
  list-style:none;
}
