/* Datei: formate.css */
/*Stylesheet für die Homepage der Abteilung Tennis des TSV Eiselfing*/
/* Erstellt von Florian Hasieber September 2005*/


h1,h2,h3,p,th,td,a {font-family: Verdana, Arial, Sans-Serif; color: #58595b; font-weight:normal;}

h1 {font-size: 16pt;}
h2 {font-size: 14pt;}
h3 {font-size: 12pt;}

p{font-size: 10pt;}
a{font-size: 10pt; text-decoration:underline;}

th {font-weight:bold; font-size:10pt;} 
td {font-weight:normal; font-size:10pt;} 


body {
margin: 10px auto;
width: 900px;
border-color: black;
border: 1px solid;
padding:0;
background: grey;
}

#top
{
height: 136px;
margin: 0px;
background-color: gold;
background-image: url("bilder/header.jpg");
background-repeat: no-repeat;
clear:both;
}

#navbar
{
margin:0;
background-color: #C0DCC0;
clear:both;
padding:1px;
}


#main
{
margin:0px;
padding:10px;
background-color: #C0DCC0;
clear:both;
}


ul
{
list-style: none;
margin: 1px;
padding: 0;
}

li
{
float: left;
margin: 1px;
padding: 0px;
text-align: center;
}

li a
{
background: url(bilder/navbar_bg.gif) #fff bottom left repeat-x;
font-size: 9pt;
height: 1.5em;
line-height: 1.5em;
float:left;
width: 9em;
display: block;
border: 1px solid black;
color: #58595b;
text-decoration: none;
text-align:center;
font-family: Verdana, Arial, Sans-Serif;
font-weight: bold;
}

li a:hover
{
background: url(bilder/navbar_bg_hover.gif) #fff bottom left repeat-x;
font-size:9pt;
height: 1.5em;
line-height: 1.5em;
float: left;
width: 9em;
display: block;
border: 1px solid black;
color: #58595b;
text-decoration:none;
text-align: center;
font-family: Verdana, Arial, Sans-Serif;
font-weight: bold;

}

/* Commented backslash hack hides rule from IE5-Mac \*/
#nav-menu li a
{
float: none
}
/* End IE5-Mac hack */




