
/*
Cascading Style Sheet (css)
Website          : Dierenpension DEMO
Version          : V1.0
Author(s)        : Armand Laclé (armand /[at]/ webwerkers.nl)
Company          : Webwerkers
Created on       : 1 Oktober 2008
Last modified    : 

ABOUT & NOTES    : General formatting & Global reset.

/* General formatting  
-----------------------------------------------------------------------------*/ 
html { overflow: -moz-scrollbars-vertical !important; }

body {
     margin: 0;
     font-family: Verdana, Arial, Helvetica, sans-serif;
     font-size: 11px;
     color: #000000;
     background: url(../images/website_bg.jpg) repeat-x fixed left top;
     line-height: 16px;
}

h1,h2,h3,h4,h5,h6 { 
    font-weight: bold; 
    color: #444; 
    margin: 0px;   
    padding: 0px;
    font-size: 14px;
}

h1 { font-size: 14px; }

p{
    font-weight: normal;
    font-size: 11px;
}

a:link,
a:visited { color: #000; text-decoration: none; font-weight: bold;}

a:hover,
a:active {
     text-decoration: underline;
     color: #000;
     font-weight: bold;
}

.clear { clear:both; }

#wrapper {
     width: 901px;
     margin-right: auto;
     margin-left: auto;
     margin-top: 0px;
     padding: 0px;
     position: relative;
     overflow: hidden;
     background-color: #fff;
}

#header{
    height:212px;
    margin-top: 0px;
}


#header #top_header{
    height: 176px;
    
}

.header{
    float: left;
}

#logo_top02 img{
    left:50%;
    margin:auto;
    padding-left:432px;
    position:absolute;
    text-align:center;
    top:15px;
    z-index:100;
}


#rechts{
    width: 224px;
    color: #424242;
    float: right;
    border-left:1px solid #0085bd;
    border-right:1px solid #0085bd;
    border-bottom:1px solid #0085bd;
    margin-top: 30px;
    margin-right: 10px !important;
    margin-right: 5px;
    padding: 0px;  

}

#rechts h2{
    background-color: #0076BA;
    color: #fff;
    padding: 7px;
    padding-left:10px;
    margin: 0px;
}

.nieuws-list{
    margin:0;
    padding:0;
    list-style-position:outside;
    list-style-type:none;
    padding-bottom: 10px;
}

.nieuws-list_right li{
    background:transparent url(../images/arrow.gif) no-repeat scroll 10px 14px;
    border-bottom:1px dotted;
    padding-bottom:10px;
    padding-left:24px;
    padding-top:10px;
}

.nieuws-list_right li a{
    color: #000;
}

.nieuws-list_right{
    margin:0;
    padding:0;
    list-style-position:outside;
    list-style-type:none;
    padding-bottom: 10px;
}

.nieuws-list_right h3{
    background-color: #0076BA;
    color: #fff;
    padding: 7px;
    padding-left:10px;
    margin: 0px;
}

.nieuws-list li{
    border-bottom:1px dotted;
    float:left;
    margin-bottom:20px;
    padding-bottom:20px;
    padding-left:10px;
    padding-top:10px;
}

.nieuws-list li a{
    color: #444;
}

.nieuws-list h3{
    background-color: #0076BA;
    color: #fff;
    padding: 7px;
    padding-left:10px;
    margin: 0px;
}



#rechts p{
    margin: 0px;
    padding: 10px 0px 10px 10px;
    color: #424242;
    line-height: 24px;
}

#midden{
    padding-bottom:20px;
    padding-left:20px;
    padding-top: 20px;
    width:630px;
    position: relative;
    float: left;
    overflow: hidden;
}

#footer {
     font-size: 10px;
     color: #000;
     padding-left: 10px;
     width: 880px;
     text-align: center;
     font-weight: bold;
     bottom: 0px;
     z-index: 11;
     float: left;  
     height: 20px;
     clear: both;
     margin-top:20px;
}

#footer a {
     color: #000;
     text-decoration:underline;
}

#content_bg img{
    position: absolute;
    bottom: 10px;
    right: 15px;
    z-index: 0;
}

/* MENU */

#menu{
    background: url(../images/menu_bg.jpg) repeat-x top left;
    padding-left:10px;
    padding-top: 0px;
    height: 36px;
}

#nav, #nav ul{
    margin:0;
    padding:0;
    list-style-type:none;
    list-style-position:outside;
    position:relative;
    line-height:1.5em;
    height:36px;
    z-index: 20;
}

#nav a{
    background-image:url(../images/menu_bg_right.jpg);
    background-position:right top;
    background-repeat:no-repeat;
    color:#FFFFFF;
    float:left;
    font-size:11px;
    padding:10px 15px 5px 15px;
    text-decoration:none;
    height: 21px;
    font-weight: normal;
}

#nav a:hover{
    color:#ffed00;
    font-weight: normal;

}

#nav li{
    float:left;
    position:relative;
    padding-left: 0px;
    
}

#nav li a:hover{
    
    
}

#nav ul {
position:absolute;
display:none;
width:11em;
top:3.25em;
left: 0px;
background-color:#fff;
z-index: 20;
}

#nav li ul a{
height:auto;
color:#fff;
background-image:none;
width: 180px;

}

#nav li ul li{
background-color:#009ee0;
width: 210px;

}

#nav li ul a:hover{
background-color:#3bacdb;

}

#nav ul ul{
top:auto;
}    

#nav li ul ul {
left:11em;
margin:0px 0 0 10px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{
display:none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{
display:block;
}


/* CONTENT BLOKKEN */
#midden_home .contentblok{
    float: left;
    width: 190px;
    padding-right: 15px !important;
    padding-right: 10px;
    font-size: 11px;
    margin-top: 20px;
}

#midden_home .contentblok h2{
    color: #ff1b18;
    font-size: 11px;
    padding-bottom: 5px;
    text-decoration: none;
}

#midden_home .contentblok h2 a{
    text-decoration: none;
}

#midden_home .contentblok .tekst_rechts{
    padding: 5px 0px 0px 0px;
    float: left;
    line-height: 18px;
}

#midden_home .image_links img{
    width: 185px;
    float: left;
    padding-right: 10px;
    border: 0px solid;
}

/* PROJECTEN */

.projecten ul{
    line-height:1.5em;
    list-style-position:outside;
    list-style-type:none;
    margin: 0px;
    padding: 0px;
    padding-left: 15px;
}

.projecten li{
    color: #000;
    padding-left: 0px;
    float: left;
    border-bottom: 1px dotted;
    padding: 10px;
    
}

.projecten li a , .projecten li a:visited{
    color: #000;
    text-decoration: none;
    font-size: 12px;
    
    
}

.projecten li a:hover{
    color: #FF1B18;
    
}

.contentblok .image_links{
    width: 185px;
    float: left;
}

#rechts .contentblok{
   width: 224px; 
   padding: 0px;
}

#rechts .contentblok .tekst_rechts{
    padding: 5px;
    float: left;
    width: 214px;
}

.contentblok{
    float: left;
    width: 600px;
    border-bottom: 1px solid #444;
    padding-bottom: 10px;
    padding-top: 10px;
}

#home_midden .contentblok .tekst_rechts{
}

.contentblok .tekst_rechts{
    padding-left: 0px;
}

.contentblok .image_links img{
    width: 170px;
    padding: 0px;
    border: 0px solid;
    padding-top: 15px;
}

.image_links_project img{
    width: 100px;
    float: left;
    margin-right: 10px;
}

/* NIEUWS */

.foto{
    float: left;
    margin:0 20px 0 0;
}

.foto img{
    width: 100px;
}

.foto_detail{
    float: left;
    margin:0 20px 0 0;
}

.foto_detail img{
    width: 160px;
}

.tekst{
    
}

.button_back{
    font-weight: bold;
}


