/* Styles for STUDIOLISTE */
/* by INK */
/* WILDCAT */

body 		{color:#000000; font-family:Verdana, Arial, Helvetica; font-size:9px; color:#000000;}
td 		{font-size:11px;}
a		{color: #666; text-decoration: none;}
a:active {text-decoration: underline;}
a:hover {text-decoration: underline;}
a:visited {color: #000;}

/* Klassen */
.slhead {font-family:Verdana, Arial, Helvetica; font-size:18px; color:#666;}

/* Navigation */
#navcontainer
{
margin-left: auto;
margin-right: auto;
margin-bottom: -5px;
margin-top: 10px;
border-top: 1px solid #999;
z-index: 1;
}

#navcontainer ul
{
list-style-type: none;
text-align: 0px;
margin-top: -8px;
margin-left: -5px;
padding: 0;
position: relative;
z-index: 2;
}

#navcontainer li
{
display: inline;
text-align: center;
margin: 0 5px;
}

#navcontainer li a
{
padding: 1px 7px;
color: #666;
background-color: #fff;
border: 1px solid #ccc;
text-decoration: none;
}

#navcontainer li a:hover
{
color: #000;
background-color: #eee;
border: 1px solid #666;
border-top: 2px solid #666;
border-bottom: 2px solid #666;
}

#navcontainer li a#current
{
color: #000;
background-color: #eee;
border: 1px solid #666;
border-top: 2px solid #666;
border-bottom: 2px solid #666;
}