/**
* File:					style_layout.css
* Last update:	02-06-2009
* Description:	Stylesheet voor DIV structuur
* 
* @author				DNJR
* @package			sCMS
* @subpackage		Stylesheet voor DIV structuur
* @copyright		Regioproviders
* @version			1.0
*
*/
*{
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
border:none;
}

html{
width:100%;
background:url('/images/1005792_63325702.jpg') no-repeat center;

font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#185387;
}

#header{
position:relative;
height:248px;
width:100%;
}

#header a{
position:absolute;
top:58px;
left:20px;
}

#header h1{
display:none;
}

#search{
display:none;
}



#menu{
display:none;
}


#adres{
display:block;
position:relative;
height:240px;
width:208px;
color:#000000;
padding:24px 13px 9px 11px;
line-height:17px;
}

#adres span{
display:block;
font-size:18px;
font-weight:bold;
}

#content{
width:100%;
float:left;
line-height:16px;
}

#right{
display:none;
width:120px;
float:left;
padding:250px 0px 0px 0px;
margin:0px 0px 0px 20px;
}

#right a{
width:100%;
display:block;
color:#63A250;
text-align:center;
border-bottom:1px solid #63A250;
margin:0px 0px 10px 0px;
text-decoration:none;
padding:0px 0px 5px 0px;
font-weight:bold;
}

#right a:hover{
text-decoration:underline;
}

#right a img{
display:block;
}

.clr{
clear:both;
}

#adres a{
color:#F1E539;
text-decoration:none;
}

#adres a:hover{
text-decoration:underline;
}


h2{
font-size:13px;
font-size:bold;
}

a{
color:#63A250;
text-decoration:none;
}

a:hover{
text-decoration:underline;
}