/* grid */
body{
	background: url(../images/main_bg.jpg) repeat;
}
#main_container {
	width: 974px;
	margin: 10px auto 0;
	overflow: hidden;
	background: url(../images/middle_main.jpg) repeat-y;
}
#header {
	/* height: 304px; 09.03.2010*/
	height: 266px;
	background: url(../images/top_main.jpg) no-repeat;
	padding: 17px 10px 10px 12px
}
.banner{
	margin: 0 0 0 6px;
}
.logo{
	padding: 12px 0 0 13px;
	float: left;
	width:237px;
}
.logo a{
	display:block;
	width:237px;
	height:73px;
	overflow:hidden;
	position:relative;
}
.logo a img{
	position: absolute;
	top: 0;
	left: 0;
}
.slogan{
	font-size: 1.38em;
	font-weight: bold;
	float: right;
	padding: 40px 53px 0 0;
	color: #204866
}

.line{
	height: 11px;
	background: url(../images/line.jpg) repeat-x ;
}
.sidebar {
	width: 229px;
	float: left;
	background: #204866 url(../images/sidebar.png) no-repeat right bottom;
}
.sidebar .main_menu{
	padding: 6px 0 40px 0;
	background: url(../images/sidebar.png) no-repeat 0 -101px;
}
.main_menu li {
	text-indent: -9999px;
	position: relative;
}
.main_menu li a{
	background: url(../images/menu.jpg) no-repeat 0 0;
	display: block;
	width: 229px;
	height: 28px;
}
.main_menu .home a{
	background-position: 0 0;
}
.main_menu .home a:hover, .main_menu .home a.active{
	background-position: 0 -28px;
}
.main_menu .over a{
	height: 50px;
	background-position: 0 -56px;
}
.main_menu .over a:hover,.main_menu .over a.active{
	background-position: 0 -106px;
}
.main_menu .diensten a{
	background-position: 0 -156px;
}
.main_menu .diensten a:hover, .main_menu .diensten a.active{
	background-position: 0 -184px;
}
.main_menu .certificering a{
	background-position: 0 -212px;
}
.main_menu .certificering a:hover, .main_menu .certificering a.active{
	background-position: 0 -240px;
}
.main_menu .projecten a{
	background-position: 0 -268px;
}
.main_menu .projecten a:hover,.main_menu .projecten a.active{
	background-position: 0 -296px;
}
.main_menu .contact a{
	background-position: 0 -324px;
}
.main_menu .contact a:hover, .main_menu .contact a.active{
	background-position: 0 -352px;
}

/*sub navigation*/

.subNavigation{
	position: absolute;
	left: 229px;
	top: 0px;
	display: none;
	background: #295270 url(../images/submenu_ul_bg.png) no-repeat 0 21px;
	width: 217px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}
.main_menu .subNavigation li {
	padding: 5px 10px 0 16px;
	text-indent: 0;
	background: url(../images/submenu_bg.png) repeat-y 0 0;
}
.main_menu .subNavigation li.first {
	background: url(../images/corners.png) no-repeat right 0px;
}
.main_menu .subNavigation li a, .main_menu .subNavigation li a:hover, .main_menu .subNavigation li a.active{
	color: #fff;
	font: normal 1.08em;	
	padding: 0 0 0 10px;
	background: url(../images/arrow.png) no-repeat 0 8px;
	width: 197px;
	min-height: 28px;
	height: auto!important;
	height: 28px;
}
.main_menu li:hover .subNavigation{
	display: block;
}
.main_menu .subNavigation li a:hover, .main_menu .subNavigation li a.active{
	text-decoration: underline;
}

.sidebar .vcard{
	font-size: 1.08em;
	color: #fff;
	padding: 10px 21px;
}
.sidebar .vcard a{
	color: #fabd1b;
	text-decoration: underline;
}

.container {
	overflow:hidden;
	background: url(../images/bottom_main.jpg) no-repeat 0 bottom ;
	padding: 10px 21px 30px 20px;
}
.content{
	float: left;
	width: 476px;
	padding: 0 5px 25px 35px;
}
.content.big{
	width: 660px;
}
.project_bar{
	float: right;
	width: 177px;
	background: #d8d9da url(../images/project_bar.jpg) no-repeat right bottom ;
	text-align: center;
	padding: 0 0 15px 0;
}
.top_pr_bar{
	background: url(../images/project_bar.jpg) no-repeat 0 0;
	height: 8px;
}
.project_bar h3{
	padding: 0 13px;
	font-family: Georgia;
	color: #204866;
}
.project_bar ul{
	padding: 10px 0 0 13px;
}
.project_bar li{
	padding:0 13px 10px 0;
}
.project_bar a{
	font-family: Tahoma;
	color: #204866;
}
.project_bar img{
	padding: 3px;
	border: 3px solid #fff;
}


.main_title{
	font:normal 1.54em Georgia;
	color: #f59302;
	text-transform: uppercase;
	margin: 0 0 10px 0;
}
.logos li{
	float: left;
	margin: 0 14px 0 0;
}

.inner_title{
	font: normal 1.38em Arial;
	color: #dc4f4f;
	margin: 0 0 19px 0;
}

#footer{
	width: 960px;
	margin: 0 auto;
	color: #fff;
}
#footer a{
	text-decoration: underline;
	color: #204866;
}


/* buttons */
a.button, button {
  display:block;
  float:left;
  margin: 0.7em 0.5em 0.7em 0;
  padding:5px 10px 5px 7px;   /* Links */
  
  border:1px solid #dedede;
  border-top:1px solid #eee;
  border-left:1px solid #eee;

  background-color:#f5f5f5;
  font-family: Tahoma, Arial, Verdana, sans-serif;
  font-size:100%;
  
  color:#565656;
  line-height:130%;
  text-decoration:none;
  cursor:pointer;
}
button {
  width:auto;
  overflow:visible;
  padding:4px 10px 3px 7px;   /* IE6 */
}
button[type] {
  padding: 4px 10px 4px 7px;   /* Firefox */
  line-height:17px;           /* Safari */
}
*:first-child+html button[type] {
  padding:4px 10px 3px 7px;   /* IE7 */
}
button img, a.button img{
  margin:0 3px -3px 0 !important;
  padding:0;
  border:none;
  width:16px;
  height:16px;
  float:none;
}

/* Button colors  */
button:hover, a.button:hover{
  background-color:#dff4ff;
  border:1px solid #c2e1ef;
  color:#336699;
}
a.button:active{
  background-color:#6299c5;
  border:1px solid #6299c5;
  color:#fff;
}
/* end buttons */	

/* text from text editor */
.client_text{
	clear: left;
	padding: 0 0 10px 0;
}
.client_text  p{
	margin-bottom: 10px;
}
.client_text a{
	text-decoration: underline;
	color: #fabd1b;
}
.client_text ul, .client_text ol{
	padding: 10px 0;
	list-style-type: disc;
	list-style-position:inside;
}
.client_text ol{
	list-style-type: decimal;
}
.client_text ul li, .client_text ol li{
	padding: 5px 0 0 10px;
}
.client_text h1 {
	font-size: 1.5em;
}
.client_text h2 {
	font-size: 1.4em;
}
.client_text h3 {
	font-size: 1.3em;
}
.client_text h4 {
	font-size: 1.2em;
}
.client_text h5 {
	font-size: 1.1em;
}
.client_text h6 {
	font-size: 1em;
}
.client_text img{
	border: 1px solid #045497;
	padding: 2px;
	margin: 0 5px 5px 5px;
}

.important {
	color: #ff0000;
	font-weight: bold;
}

.normalText{
    font-size: 1em;
}
.bigText{
    font-size: 1.091em;
}
.bigerText{
    font-size: 1.182em;
}
	
/* tabele from timymce*/
.editor_table{
	width: 100%;
}

.editor_table td{
	padding: 2px 5px;
}

.table_header{
	background: #1571af;
	color: #fff;
}
.odd_row{
	background: #1571af;
	color: #fff;
}
.even_row{
	background: #b5ceec;
	color: #fff;
}
	
/* end style from text editor */
.sitemap li{
	font-size: 0.92em;
}
.sitemap ul{
	padding: 0 0 0 5px;
}
.sitemap ul li{
	font-size: 1em;
	padding: 0 0 0 10px;
	background: url(../images/arrow.png) no-repeat 0 -39px;
}
.sitemap a{
	color: #204866;
}
.sitemap a:hover{
	text-decoration: underline;
	color: #fabd1b;
}

