/* index.css*/
/* erstellt 04.05.2008 schakal.ch */


body 
{
margin: 0; 	padding: 0;
font-family: normal 60%/1.0em 'arial';
color: #555;
background: #FFF url(../image/bg.jpg) repeat-x;
		
}

/* headers */
h1, h2, h3 { font-family: bold 1em 'arial'; }
h1 { font-size: 1.75em; color: #666666; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.2em; }

/* font */
p { font-family: 12px 'arial'; }
li { font-family: 12px 'verdana'; }

/* menue */
#navlist
{
margin: 0;
padding: 2px 0 2px 2px;
border-bottom: 0px;
}

#navlist ul, #navlist li
{
margin: 0;
padding: 0;
display: inline;
list-style-type: none;
}

#navlist a:link, 
#navlist a:visited
{
float: center;
line-height: 14px;
font-weight: normal;
margin: 0 0px 4px 10px;
text-decoration: none;
color:#aaaaaa;
}

#navlist a:link#current, 
#navlist a:visited#current, 
#navlist a:hover
{
border-bottom: 2px solid #000000;
padding-bottom: 0px;
background: transparent;
color:#00000;
}

#navlist a:hover { color:#000000; } 
