

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.basictab{
margin-bottom: 0px;
margin-left: 0;
background-image:url(/_imageso/pfad.gif);
background-repeat:repeat-x;
}

.basictab ul, .kurse, .fahrten, .beratung, .besonderes{
padding: 4px 9px 4px 9px;
margin-left: 0;
font: bold 15px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.basictab li{
display: inline;
margin: 0 2px 0 0;
}

.basictab li a, .kurse, .fahrten, .beratung, .besonderes{
text-decoration: none;
padding: 4px 9px 4px 9px;
margin-right: 7px;
}

.basictab li a:link{
text-decoration:none;
color:#000000;
}

.basictab li a:visited{
text-decoration:none;
color:#000000;
}

.basictab li a:active{
text-decoration:none;
color:black;
}

.kurse{
background:#e75757;
}
.fahrten{
background:#ff6633;
}
.beratung{
background:#fef263;
}
.besonderes{
background:#f08300;
}







