/* Copyright © 2010, Devaria Webtechnology  - www.devaria.nl -   info:wijnand.schenning@gmail.com */

*{
	margin:0px;
	padding:0px;
	}
html{
	overflow:scroll;
	}
body{
  background-color:#D3C4B6;
  background-image: url(../img/repeatright_bg.png);
	}
div.main{
  width:1134px;
  height:1899px;
  background-image: url(../img/main_bg.gif);
	}
div.main2{
  width:1134px;
  height:1899px;
  background-image: url(../img/main2_bg.gif);
  background-repeat:no-repeat;
	}
div.left{
	width:185px;
	height:1899px;
	background-image: url(../img/left_bg.gif);
  background-repeat:no-repeat;
  float:left;
  }
div.left2{
	width:185px;
	height:1899px;
	background-image: url(../img/left2_bg.png);
  background-repeat:no-repeat;
  }
div.center{
	width:495px;
	min-height:100px;
	float:left;
	}
div.center_logo{
	margin-top:59px;
	margin-left:14px;
	margin-bottom:70px;
	width:169px;
	height:52px;
	background-image: url(../img/logo_tt.gif);
  background-repeat:no-repeat;
  float:left;
	}
div.center_menu{
	margin-top:87px;
	margin-left:90px;
	float:left;
	}
div.center_menu a{
	margin-left:15px;
	text-decoration:none;
	font-family: arial, verdana, sans-serif;
	font-weight: bold;
	font-size:14px;
	outline: 0px;
	}
div.center_menu a:link{
	color:#630;
	}
div.center_menu a:visited{
	color:#630;
	}
div.center_menu a:hover{
	color:#f69;
	}
div.center_content{
	width:470px;
	min-height:20px;
	margin-top:60px;
	margin-left:26px;
	clear:both;
	}
div.right{
	width:454px;
	height:1899px;
	background-image: url(../img/right_bg.png);
  background-repeat:no-repeat;
	float:left;
	}
ul.navigatie{
	list-style-type: none;
	position:absolute;
	margin-left:52px;
	margin-top:140px;
	width:130px;
	}
ul.navigatie li a{
	height:21px;
	display:block;
	text-decoration:none;
	padding-top:5px;
	margin-bottom:5px;
	font-family: arial, verdana, sans-serif;
	font-weight: bold;
	font-size:14px;
	color:#fff;
	cursor:hand;
	}
ul.navigatie li a span.small{
	font-weight: normal;
	font-size:11px;
	font-weight: bold;
	}
ul.navigatie li a:link{
	color:#fff;
	}
ul.navigatie li a:visited{
	color:#fff;
	}
ul.navigatie li a:hover{
	color:#630;
	}
ul.navigatie li a:active{
	color:#630;
	}
ul.navigatie li a:focus{
	outline: 0px;
	color:#630;
	}
ul.submenu{
	list-style-type: none;
	position:absolute;
	margin-top:-1899px;
	margin-left:168px;
	padding-top:20px;
	width:188px;
	height:100%;
	background-image: url(../img/submenu_bg.png);
	opacity:0.9;
	filter:alpha(opacity=93);
	z-index:20000;
	}
ul.submenu li{

	}
ul.submenu li a{
	margin-left:30px;
	margin-right:3px;
	padding-left:12px;
	margin-bottom:15px;
	display:block;
	text-decoration:none;
	color:#FF517F;
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size:14px;
	}
ul.submenu li a:focus{
	outline: 0px;
	}
ul.submenu li a:visited{
	display:block;
	text-decoration:none;
	}
ul.submenu li a:hover,ul.submenu li a:active{
	text-decoration:none;
	font-size:14px;
	color:#630;
	}
ul#submenu_workshops{
	margin-top:-1743px;
	}
ul#submenu_projecten{
	margin-top:-1712px;
	}
ul#submenu_verliezen{
	margin-top:-1680px;
	}
ul#submenu_nieuwsbrief{
	margin-top:-1588px;
	}

.cms_teksten
{
	
}
.cms_teksten p
{
	font-family:Arial;
	font-size:10pt;
	color:#503000;
	padding-top:0px;
	line-height:14pt;
}
.cms_teksten h1
{
	font-family:Arial;
	color:#503000;
	font-size:16px;
	line-height:26px;
	margin-bottom:20px;
}
.cms_teksten h2
{
	font-family: arial, verdana;
	color:#503000;
	font-size:14px;
	line-height:26px;
	margin-bottom:20px;
}
.cms_teksten a, .cms_teksten a:visited
{
	display:inline;
	color:#503000;
	text-decoration:none;
}
.cms_teksten a:hover
{
	color:#FF517F;
}

table.contactform, table.nieuwsbriefform
{
	color:#392d20;
}
table.contactform td, table.nieuwsbriefform td
{
	padding-right:2px;
	padding-bottom:5px;
	font-family:Arial;
	font-size:10pt;
	color:#503000;
	padding-top:0px;
	line-height:14pt;
}
table.contactform input[type="text"], table.contactform textarea, table.nieuwsbriefform input[type="text"], table.nieuwsbriefform textarea
{
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 12px;
	line-height: 16px;
	border:1px solid #999;
	background-color:#e8e8e8;
	margin-top:0px;
	padding-top:1px;
	padding-bottom:1px;
	padding-left:4px;
}
span.error{
	display:block;
	margin-top:2px;
	margin-left:5px;
	margin-bottom:4px;
	color: #ff0000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-left: 23px;
	background-image: url(/img/warning.gif);
	background-repeat: no-repeat;
	}


