@charset "utf-8";
/* CSS Document bewonersbelangenvereniging */
* {
margin : 0;
padding : 0;
}
/********** CONTAINER *********/
body{
background:#e1f0fa url(../images/bg_foto.jpg) top center repeat-x;
}
#box{
background:#ffffff url(../images/bg_box.gif) 0px 34px repeat-x;
width:950px;
margin:0 auto;
border:1px solid #ccc;
}
/********** HEADER *********/
#header{
width:950px;
height:120px;
margin:12px auto 0 auto;
}
#header .img{
float:left;
margin:0px 10px 0px 2px;
}
#header .logo2{
float:left;
}
#header h1, #header h2{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:24px;
font-weight:normal;
color:#155173;
padding:6px 0 0 0px;
font-style:italic;
}
#header h2{
font-size:22px;
color:#fff;
padding-top:2px;
}
/********** MENU ************/
#menu{
background:#d2703f url(../images/bg_menu.gif);
height:33px;
}
#navigation{
display:inline;
float:left;
margin:6px 0px 6px 8px;
}
#navigation li {
list-style: none;
white-space: nowrap;
display: inline;
float: left;
}
#navigation a {
background:url(../images/menu_divider.gif) right no-repeat;
padding: 3px 11px 3px 10px;
color: #fff;	 
font-size: 12px;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;	
display: block;
float: left;
text-decoration:none; 
white-space: nowrap;
}
#navigation .first{
margin-left:5px
}
#navigation a:hover, #navigation a.active{
text-decoration:underline;
}
/********** TEXT ************/
#text h1{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:18px;
color:#666;
border-bottom:1px dotted #e27c48;
font-weight:normal;
padding:6px 0px 4px 0px;
margin-bottom:5px;
}
#text{
float:left;
width:678px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#444444;
padding:12px 20px 10px 18px;
line-height:20px;
}
#text p{
padding:12px 0px;
}
.foto{
float:left;
padding:2px;
border:1px solid #bbd7ec;
margin:5px 6px 0px 0px;
width:160px;
height:107px;
}
#text ul{
padding-left:14px;
}
/********** sidebar **********/
#sidebar{
float:right;
width:212px;
margin:20px 20px 0 0;
}
.sidebar_part{
border:1px solid #bbd7ec;
padding:12px;
font-size:12px;
line-height:18px;
color:#1E5879;
font-family:Arial, Helvetica, sans-serif;
background-color:#ebf6fe;
margin-bottom:18px;
}
.sidebar_part h2{
font-family:Georgia, "Times New Roman", Times, serif;
font-style:italic;
font-weight:normal;
font-size:18px;
margin-bottom:10px;
border-bottom:1px solid #bbd7ec;
padding-bottom:2px;
}
.small{
font-size:11px;
/*color:#888*/}
.sidebar_part img{
border:1px solid #bbd7ec;
background-color:#FFFFFF;
padding:2px;
margin-bottom:2px}
/********** REGULAR LINKS **********/
a:link, a:active{
color:#E37C49;
}
a:visited, a:hover{
color:#3587BF;
}
/********** FOOTER **********/
#footer{
clear:both;
width:950px;
margin:0 auto;
text-align:right;
height:21px;
}
#footer p{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
line-height:11px;
color:#527492;
padding:10px 0px;
}
#footer a{
color:#527492;
}
/********** CLEARFIX **********/
.clearfix:after {
content : ".";
display : block;
height : 0;
clear : both;
visibility : hidden;
}
.clearfix {
display : inline-block;
}
* html .clearfix {
height : 1%;
}
.clearfix {
display : block;
}
