/* CSS yogadanza.nl */
/* Devolpment JoeyBuys.nl (c) */

/*Browser reset */
* { margin: 0; padding: 0; }

body { background:#f9c4bc url(../img/body_bg.jpg) no-repeat; margin: 0 auto; font-family:Verdana, Arial, Helvetica, sans-serif; color: #FFFFFF; text-align: center; height: 100%; }

#container { width: 520px; margin: 0 auto; } 
#copyright { margin-top: 5px; font-size: 12px; color:#b26572; } 
#copyright a { text-decoration: none; color:#b26572; }
#copyright a:hover { text-decoration: underline; } 

#contactgegevens {  height: 58px; text-align: right; color:#b26572; } 
#contactgegevens h2 { font-size: 12px; margin: 5px 0 5px 0; font-weight: bold; } 
#contactgegevens p { font-size: 11px; } 

#header { height: 190px; margin-top: 5px; }
#header img { border: none; }

#menu { height: 25px; margin: 0; text-align: center; padding-left: 80px;} 
#nav, #nav ul { padding: 0; margin: 0; list-style: none; }
#nav a { display: block; }
#nav li { float: left; font-size: 12px; margin: 0 4px 0 4px; }
#nav .streep { border-top: 1px solid #a03c3a; width: 140px; margin: 5px 0 0 5px; }
#nav .streep a { margin-top: 5px; }
#nav li a { text-decoration: none; }
#nav li ul { position: absolute; width: 13em; padding: 10px 2px 5px 2px; background:url(../img/nav_bg.gif); display: none; line-height: 17px; text-align: left; }
#nav li .cursussen { width: 13em; }
#nav li .producten { width: 21em; }
#nav li .algemeen { width: 10em; }
#nav li .contact { width: 11em; }
#nav li ul li { width: 10em; }
#nav li ul li a:hover { text-decoration: underline; }
#nav li:hover ul, #nav li.sfhover ul { left: auto; display: inline; margin-left: -30px; }


/*#content { background: url(../img/content_bg.gif); margin-top: -3px; } */
#content { background-color: #f99283; margin-top: -3px; border-left: 3px solid #b45470; border-right: 3px solid #b45470; border-bottom: 3px solid #b45470; }

#content #tekst { text-align: left; font-size: 12px; line-height: 16px; padding: 0 75px 20px 75px; }

#content h1 { font-family: Trebuchet MS; font-size: 30px; padding: 20px 0 30px 0; }

#footer { background: url(../img/footer_bg.gif) no-repeat; height: 6px; }


/* LINKS */
a:link { text-decoration: underline; color: #FFFFFF; }
a:active { text-decoration: underline; color: #FFFFFF; }
a:visited { text-decoration: underline; color: #FFFFFF; }
a:hover { text-decoration: none; color: #FFFFFF; }



