@charset "utf-8";
/**
 * Stylesheet for rendersbruno.be
 *
 * @media	screen, projection
 * @copyright	In2red <http://www.in2red.be>
 * @author	Tom Vanden Berghe <tom@in2red.be>
 */


/**
 * GENERAL & FIXES
 * _____________________________________________
 */
 
*{margin:0px; padding:0px;}


html, body {
	height: 100%;
}

a {	overflow: hidden; color:#f6f8f4; text-decoration:none; }
a:hover{text-decoration:underline;}
a img {	border: 0; }


body {
	color: #f6f8f4;
	background-color:#1c2d34;
	background:#1c2d34 url(../images/layout/bg.jpg) repeat-x top;
	font: 76%/1.4 Arial, Verdana,Helvetica,sans-serif;
}

div, p, label, ul, li {
	line-height: 18px;
}

.clear{clear:both;}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

span.error{color:#FF3333;}


/**
 * WRAPPERS
 * _____________________________________________
 */
 
#header_wrapper{
	height:270px;
	margin:0 auto;
	width:990px;
	/*margin-top:110px;*/
}

#site_wrapper{
	margin:0 auto;
	width:990px;
	margin-top:15px;
	margin-bottom:50px;
}

#inhoud_wrapper{
	width:505px;
	margin-left:204px;
	float:left;
}

#link_wrapper{
	width:247px;
	margin-left:8px;
	float:left;
	
}

#inhoud_wrapper_large{
	width:752px;
	margin-left:204px;
}

#container {
	width: 968px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -40px; /* the bottom margin is the negative value of the footer's height */
}
#footer_wrapper {
	color: #f6f8f4;
	text-align:right;
	background: url(../images/layout/footer.jpg) repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

#footer_wrapper a{
	color: #f6f8f4;
}
#footer_wrapper p{
	padding-top:5px;
	margin:0 auto;
	width:990px;
}

#footer_wrapper, div.push {
	height: 40px;
}

#space1{height:100px;}



/**
 * SITE BASICS & HEADER
 * _____________________________________________
 */
 
 #header_wrapper h1 a{
 	width: 386px;
	height: 163px;
	background-color:#6600FF;
	position: absolute;
 }
 
 #header_wrapper h1 a{
 	top: 30px;
	margin-left:60px;
   }
 
 #header_wrapper h1 a{
 	background: transparent url(../images/layout/logo.jpg) no-repeat top left;
	text-indent: -9999px;
 }
 
 #header_wrapper dl{
 	float:left;
	width:771px;
	margin-left:30px;
	margin-top:93px;
 }
 
 #header_wrapper dl dd{
 	width:244px;
	height:172px;
	border:#FFFFFF solid 3px;
	float:left;
	margin-right:6px;
	overflow:hidden;
	background-color:white;
 }
 
 #header_wrapper dl dd:hover{
 	/*border:#c79900 solid 3px;*/
 }
 
 #header_wrapper dl dd img{
 
 }
 
 #inhoud_wrapper_large dl{
 	float:left;
	width:771px;
	margin-top:0px;
 }
 
  #inhoud_wrapper_large dl.detail{
  	float:none;
  }
 
 #inhoud_wrapper_large dl.detail dd{
 	width:auto;
	height:auto;
	border:none;
	float:none;
	
 }
 #inhoud_wrapper_large dl.detail dd:hover{
 	border:none;
 }
 
 #inhoud_wrapper_large dl.detail img{
 	border:#FFFFFF solid 3px;
 }
 
 
 #inhoud_wrapper_large dl dd{
 	width:244px;
	height:172px;
	border:#FFFFFF solid 3px;
	float:left;
	margin-right:6px;
	margin-bottom:15px;
	overflow:hidden;
/*	margin: 0px 3px;*/
 }
 #inhoud_wrapper_large dl dd:hover{
 	border:#c79900 solid 3px;
 }
 
 #inhoud_wrapper_large h5 .link{float:right;}
 
 #inhoud_wrapper_large h5 .link a{
 	font-size:11px; 
 	color:#93aab3;
 	font-family:Arial, Verdana,Helvetica,sans-serif;
 }
 
 
 #inhoud_wrapper ul{list-style:inside; list-style-type:square; margin:0px 20px;}
 
 
 
 h2{
	 font-family:Georgia, "Times New Roman", Times, serif;
	 color:#c79900;
	 font-weight:normal;
	 padding:5px 0;
	 margin-bottom:15px;
	 font-size:24px;
 }
 
 h3{
	 font-family:Georgia, "Times New Roman", Times, serif;
	 color:#c79900;
	 font-weight:normal;
	 padding:5px 0;
	 margin-bottom:15px;
	 font-size:20px;
 }
 
 h5, h5 a{
	 font-family:Georgia, "Times New Roman", Times, serif;
	 color:#93aab3;
	 font-weight:normal;
	 padding:5px 0;
	 margin-bottom:15px;
	 margin-top:25px;
	 font-size:16px;
	 text-decoration:none;
 }
 h5 a:hover{
  text-decoration:underline;
 }
 
 h4{
	 font-family:Georgia, "Times New Roman", Times, serif;
	 color:#93aab3;
	 font-weight:normal;
	 padding:5px 0;
	 margin-bottom:15px;
	 text-transform: uppercase;
	 font-size:16px;
 }
 
 
 
 #inhoud_wrapper p{
	 padding-right:20px;
 }
   
 /**
 * NAVIGATIE
 * _____________________________________________
 */
 
 ul#nav{
 	width:170px;
	list-style:none;
	float:left;
	margin-top:135px;
}

 #nav li{
 	text-align:right; 
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	padding-bottom:8px;
	padding-top:2px;
 }
 #nav li a{
	 color:#f6f8f4;
	 text-decoration:none;
 }
 #nav li.actief a{
	 color:#5e4b0e;
 }
 
 #nav li.l1{background:url(../images/layout/nav_lijnbottom_1.jpg) no-repeat bottom;}
 #nav li.l2{background:url(../images/layout/nav_lijnbottom_2.jpg) no-repeat bottom;}
 #nav li.l3{background:url(../images/layout/nav_lijnbottom_3.jpg) no-repeat bottom;}
 
 
 /**
 * NAVIGATIE
 * _____________________________________________
 */
 
 ul#specialisaties{
	 list-style-image:url(../images/layout/specialisaties_anker.jpg);
	 list-style-position:outside;
	 margin-left:30px;
 }
 
 ul#specialisaties li{
 	background:url(../images/layout/specialisaties_lijnbottom.jpg) no-repeat bottom left;
	padding:6px 0;
 }
 
 ul#specialisaties li a{
 	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#f6f8f4;
	text-decoration:none;
 }
 ul#specialisaties li a:hover{
 	text-decoration:underline;
 }
 
 
 
 
 /**
 * SITE CONTENT
 * _____________________________________________
 */
 
 #adres{
 width:429px;
 height:139px;
 background:url(../images/layout/adres_background.jpg) no-repeat;
 padding:20px;
 color:#f6f8f4;
 }
 
 #adres2{
 width:247px;
 height:139px;
 background:url(../images/layout/adres2_background.jpg) no-repeat;
 padding:12px 20px;
 color:#f6f8f4;
 margin-top:10px;
 }
 
 #adres strong, #adres2 strong{
	 font-family:Georgia, "Times New Roman", Times, serif;
	 font-weight:normal;
	 font-size:18px;
	 font-style:italic;
 }
 
 #adres dl, #adres2 dl{
 	 margin-top:15px;
 }
 
 
 #adres dl dd, #adres2 dl dd{
 	width:195px;
	float:left;
 }
 
 #frm dl{width:306px;}
 #frm dl dd{margin-bottom:10px;}
 #frm input, #frm textarea {
 	padding:3px;
 	width:300px;
 	border:#0D2026 solid 1px;
 }
 #frm textarea{
 	height:100px;
 }
 
 #frm .submit{
 	width:auto;
 	background-color:#CCA41E;
 	color:#fff;
 	float:right;
 }
 


