body {
	margin:0;
	font-family: Verdana, Tahoma, Sans serif;
        
       }


#container{
     margin: 0px auto;
     padding: 0px;
     width: 1900px;
     height: 800px;
     border: 0px dashed #eee;
     
     }

#front{
     margin: 0px;
     padding: 0px;
     float:left;
     min-width: 900px;
     max-width: 1900px;
     height: 540px;
     background-image:url(../kinderportret/Stella-detail.jpg);
     background-repeat: no-repeat;
}

#header {
        margin: 0px;
        padding: 0px;
        width:100%;
        height:120px;
        background-image:url(../bgr/naam2.jpg);
        background-repeat: no-repeat;
        background-position: 174px 70px;
        border-bottom: 0px dotted #fff;
        background-color: #fff;
              } 
 

               
#header-grijs {
        margin: 0px;
        padding: 0px;
        width:100%;
        height:120px;
        background-image:url(../bgr/naam1.jpg);
        background-repeat: no-repeat;
        background-position: 174px 70px;
        background-color: #ccc;
        border-bottom: 0px dotted #fff;
              } 

#left {
        margin: 0px;
        padding: 0px;
        float:left;
        width: 165px;
        height: 450px;
        border: 0px solid blue;     
        } 


#main {
        margin: 0px;
        padding: 0px;
        float:left;
        min-width: 900px;
        max-width: 1900px;
        height: 540px;
        border: 0px solid orange;
                           
        } 



#footer {
        margin:0px;
        padding: 0px;
        background-color: #000;
        float: left;
        clear: both;    
        width: 100%;
        height: 140px;
        border-top: 0px solid gray;
        font-size: 8pt; 
        color: gray;
        text-align: center;
        background-image:url(../bgr/grijs.jpg);
        } 



a { 
   font-family: Verdana, Tahoma, Sans serif; 
   color: #000; 
   text-decoration: none;
   display: inline;  
   } 


a:link { 
   text-decoration: none; 
   color : #000;
   display: inline; 
   } 

a:hover { 
   text-decoration: none; 
   } 


a:visited { 
   color: black; 
} 

a:active { 
   color: gray; 
} 


p {
   color: #000; 
   font-family: Verdana, Tahoma, Sans serif; 
   font-size: 8pt;
   line-height: 150%;
      }



h1 {
   font-size: 14pt;
   color: #000;
   padding-left: 10px;
   font-weight: normal;
   text-align:left;
         }


h2 {
   font-size: 8pt;
   color: #000;
   font-weight: regular;
   font-variant: small-caps;
   line-height: 150%;
   border-top: 1px solid #ccc;
   margin-top: 10px;
   }



.block {
   margin-top: 105px;
   margin-left: 50px;
   padding: 24px;
   color: #fff;
   line-height: 250%;
   font-size: 10pt; 
   text-align: center;
   display: block; 
   border: 3px dashed #fff;
   background-color: #ff055d;
   height: 160px;
   width: 400px;
      }

table.groot{
   margin-left: 143px;
   border: 0;
   cellpadding: 20px;
   }

.grijs {
   font-size: 8pt; 
   color: gray;
   display: block;
   margin-top: 10px;
   margin-left: 0px;
   padding: 10px;
   text-align: justify;
   width: 300px;
   border: 0px solid #ffc0c0;
   border-width: 0px;
   border-radius: 0px 0px; 
   }  


span.rood {
   font-size: 8pt; 
   color: #ff9900; 
}

span.klein{
   font-size: 7pt; 
   color: #000; 
}

img {
   border: 0;
  }

embed{
background-color: pink;
}


input{
   height:18px; 
   width: 220px; 
   border: 1px solid gray; 
   background-color:#eee
}

textarea{
   width:220px; 
   height:100px; 
   border:1px solid gray; 
   background-color:#eee;
}

.test{
width: 100px;
height: 100px;
border: 12px solid blue;
background-color: orange;
border-top-left-radius: 60px 90px;
border-bottom-right-radius: 60px 90px;
box-shadow: 64px 64px 12px 40px rgba(0,0,0,0.4), 12px 12px 0px 8px rgba(0,0,0,0.4)inset;
}
