/*  Copyright Syntraks Media, 2006
  
    Walinga-wonen.nl - Design*/
    

/* Standard */                


img {border: none}


body, html {
    margin: 0px;
    padding: 0px;
    width: 100%;
    font-family: Arial;
    font-size: 11px;
    color: #000;
    
    background-color: #fff;
    
 
}

#mainbg {
   background-image: url(../SiteArt/bg.jpg); 
    background-repeat: repeat-x; 
    background-position: top center;

}

body a, a:link, a:active, a:visited {text-decoration: none;}  

hr {
        color: #000000;
        height: 1pt;
}        

#wrapper
{      
   margin:  auto; 
   width: 777px;
   background-image: url(../SiteArt/bg_shadow.jpg) ;  
}

#header {
    position: relative;
    background-image: url(../SiteArt/site_header.jpg);
    height: 208px;
}

#navbar {
   position: absolute;   
   margin: 0px;
   padding: 0px;
   top: 175px;
   left: 185px;
   font-size: 11px; 
}


#search {
  margin: 0px;
   padding: 0px;
   position: absolute;
   top: 130px;
   left: 15px;
   
}

.scriptframe {
 border: 0px;
 width: 560px;
 height: 450px;
 


}

.searchfield {
  border: solid 1px;
  color: gray  ;
  font-size: 11px;
  padding: 2px;
 
}

div #column1 {
    float: left;
    width: 155px; 
    padding-left: 20px;          
}

div #column2 {
    float: left;  
    width: 602px; 
}

div #content {
    float: left;
    background-image: url(../SiteArt/content_bg.jpg) ; 
    background-repeat: no-repeat;
    background-position: top;
    width: 558px;
    padding-right: 30px;
    padding-left: 10px;
    padding-bottom: 20px;
    min-height: 200px;
    line-height: 24px;
    position: relative; 
}

p {line-height: 24px; 
    font-family: Arial;
    font-size: 11px;
    color: #000;

}

div #footer {
   margin: auto;
   width: 777px;
}     

 


/* Class */

.headnav a, a:link, a:active, a:visited    { color: #419c2e;  }
.headnav a, a:hover                        { color: #000; }

h1  { color: #419c2e;
        font-size: 16px;
        margin-top: 0px;
}

h2  { color: #419c2e;
        font-size: 12px;
        margin-top: 15px;
        margin-bottom: 2px;
}

table tr, td { font-size: 11px; line-height:24px;}

.inputfield {
    border: 1px solid #419c2e;
}

.submit {
    border: 1px solid #419c2e;
    font-size: 11px;
    background-color: #fff;
}

