@charset "utf-8";
/* CSS Document */

body, html {height: 99%;}

body,td,th {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 color: #CCC;
 text-align:left;
}
body {
 background-color: #FFF;
 margin-left: 0px;
 margin-top: 10px;
 margin-right: 0px;
 margin-bottom: 0px;

}
a:link {
 color:#FC6;
 text-decoration:underline;
}
a:visited {
 text-decoration: none;
 color: #FC6;
}
a:hover {
 text-decoration: none;
 color: #333;
}
a:active {
 text-decoration: none;
 color: #FC6;
}


#wrapper
{
 width:625px;
 overflow:hidden;
 padding:0;
 margin:0px auto;
}
	#balk_top
    {
     width:100%;
     height:46px;
     overflow:hidden;
     background-image:url(/amau_img/bars/bar_top.gif);
     background-repeat:repeat-x;
    }
    #balk_logo
    {
     width:100%;
     height:120px;
     overflow:hidden;
     background-image:url(/amau_img/backgrounds/motiefje2.gif);
     margin-bottom:10px;
    }
    	#balk_logo a, #balk_logo a:link 
        {
         color:#222;
        }
        #balk_logo a:hover
        {
         color:#900;
        }
	#balk_fotos
    {
     width:625px;
     height:250px;
     margin-bottom:10px;
     overflow:hidden;
    }
    	#balk_fotos img
        {
         border:none;
        }
	#balk_text
    {
     background-color:#900;
     background-image:url(/amau_img/backgrounds/rood.gif);
     background-repeat:repeat;
     width:100%;
     padding-left:15px;
     padding-top:15px;
     padding-bottom:10px;
    }
    	#balk_text p
        {
         color:#FFF;
         padding-left:0px;
         padding-top:0px;
         padding-right:35px;
         text-align:justify;
         letter-spacing:0.1em;
         line-height:1.2em;
        }
    #balk_bot
    {
     width:100%;
     height:20px;
     overflow:hidden;
     background-image:url(/amau_img/bars/bar_bottom.gif);
     background-repeat:repeat-x;
    }
    
    #footer
    {
     width:625px;
     margin:0px auto;
     color:#000;
     font-size:10px;
     text-align:center;
     padding:10px;
    }
