body {
    color: black; 
	background-color: #E6F3FF;
	background-image: URL('../bilder/back.gif');
	background-repeat: repeat-x;
    font-size: 100.01%;
    font-family: Verdana;
    margin: 10px 0 10px 0;
    min-width: 41em;
  }
 
#header {
	margin: 0 auto;
	width: 978px;
	height: 196px;
	background: URL('../bilder/header_hsg.jpg');
}

ul#Navigation {
    margin: 0; padding: 0;
	position: relative;
	left: 200px;
	top: 140px;
	width: 775px;
  }

  ul#Navigation li {
    list-style: none;
    float: left;  /* ohne width - nach CSS 2.1 erlaubt */
    position: relative;
    margin: 0; padding: 0;
	font-size: 0.8em;
  }
  * html ul#Navigation li {  /* Korrektur fuer den IE 5 und 6 */
    margin-bottom: -0.4em;
  }
  *:first-child+html ul#Navigation li {  /* Korrektur fuer den IE 7 */
    margin-bottom: -0.1em;
  }

  ul#Navigation li ul {
    margin: 0; padding: 0;
    position: absolute;
    top: 1.75em; left: -0.4em;
	 border: #4E6C9C solid 1px;
	 font-size: 1.2em;
    display: none;  /* Unternavigation ausblenden */
	 background-color:#6C92D3;
	 width: 165px;
  }
  * html ul#Navigation li ul {  /* Korrektur fuer IE 5.x */
    left: -1.5em;
    lef\t: -0.4em;
  }
  *:first-child+html ul#Navigation ul {  /* Workaround fuer den IE 7 */
    padding-bottom:0.4em;
  }
  ul#Navigation li:hover ul {
    display: block;  /* Unternavigation in modernen Browsern einblenden */
  }
  ul#Navigation li ul li {
    float: none;
    display: block;
  }

  ul#Navigation a {
    padding: 0.45em 1em;
    text-decoration: none; font-weight: bold;
	color: #FFFFFF;
	display: block;
  }
  ul#Navigation li ul li a {
    padding: 0.2em 0.8em;
    text-decoration: none; font-weight: bold;
	color: #FFFFFF;
	display: block;
  }
  * html ul#Navigation li ul li {
	  border: red solid 1px;
  }
  
  ul#Navigation a:hover {
 	 color: #CCCCCC;
  }

/*
#header #Navigation {
	position: relative;
	left: 183px;
	top: 144px;
	width: 793px;
	color: white;
	text-align: center;
}

#Navigation a {
	color: white;
	text-decoration: none;
	font-weight: bold;
	font-size: 0.8em;
	padding: 0 0.75em;
}

#Navigation a:hover {
	color: #CCCCCC;
}

*/
ul#Navlist {
	float: left;
	border: black dashed 0px;
	width: 216px;
	min-height: 40px;
	margin: 0;
	padding: 15px;
	margin-right: 10px;
}

ul#Navlist li#head {
	list-style: none;
	background-color: #2279D1;
	font-size: 1.1em;
	font-weight: bold;
	padding: 0.3em;
	background-image: URL('../bilder/bt.gif');
	background-position: top;
	background-repeat: no-repeat;
	text-align: center;
	border-bottom: black solid 1px;
	margin: 0;
	color: #D4EAFF;
}

ul#Navlist li#firstmenu {
	list-style: none;
	background-color: #66B5FF;
	font-size: 0.98em;
	font-weight: bold;
	padding: 0.3em 0.9em;
	border-top: white solid 1px;
	margin: 0;
	color: white;
}

ul#Navlist li#menu {
	list-style: none;
	background-color: #66B5FF;
	font-size: 0.98em;
	font-weight: bold;
	padding: 0.3em 0.9em;
	margin: 0;
	color: white;
}
ul#Navlist li#lastmenu {
	list-style: none;
	background-color: #66B5FF;
	font-size: 0.98em;
	font-weight: bold;
	padding: 0.3em 0.3em 0.5em 0.9em;
	margin: 0 0 1em 0;
	color: white;
	background-image: URL('../bilder/bb.gif');
	background-position: bottom;
	background-repeat: no-repeat;
}

ul#Navlist li#firstlastmenu {
	list-style: none;
	background-color: #66B5FF;
	font-size: 0.98em;
	font-weight: bold;
	padding: 0.3em 0.3em 0.5em 0.9em;
	border-top: white solid 1px;
	margin: 0 0 1em 0;
	color: white;
	background-image: URL('../bilder/bb.gif');
	background-position: bottom;
	background-repeat: no-repeat;
}

ul#Navlist li#firstlastmenu p {
	padding: 0;
	margin: 0.5em 0;
}

ul#Navlist a {
	color: white;
	text-decoration: none;
}

ul#Navlist a:hover {
	text-decoration: underline;
}

#content {
	margin: 0 auto;
	width: 978px;
	min-height: 40px;
	font-size: 0.8em;
}

#main {
	float: left; 
	width: 706px;
	border: black solid 0px;
	padding: 0.9em 0 0 0;
}

#main a {
	color: #2279D1;
	text-decoration: none;
}

#main a:hover {
	text-decoration: underline;
}

#guestbooktable {
	border: #2279D1 solid 1px;
	width: 95%;
	padding: 0;
	margin: 0.8em 0;
}

#guestbookheader {
	background-color:#66B5FF;
	padding: 0.3em 0.5em 0 0.5em;
}

#guestbookleft {
	padding: 0.3em 0 0 0.5em;
}

#error {
	color: #CC0000;
	font-weight: bold;
}

#success {
	color: #00BB00;
	font-weight: bold;
}

#content h1,h2 {
	font-size: 1.8em;
	margin: 0;
	padding: 0;
}

#content h3,h4,h5,h6 {
	padding: 0;
	margin: 0;
}

#content h3 {
	margin: 0 0 0.4em;
	font-size: 1.1em;
}

span#u {
	border-bottom: #2279D1 solid 2px;
	padding: 0 0.5em;
}

#textfield {
	font-family: Verdana;
	font-size: 0.85em;
	width: 300px;
	margin: 2px 0 1px 0;
}

#smallinfotxt {
  	font-size: 9px;
}

p#Fusszeile {
    clear: both;
    font-size: 10px;
    margin: 0 auto; padding: 0.1em;
	width: 980px;
    text-align: center;
  }
 
#con_left {
	 float: left;
	 line-height: 24px;
}

#con_right {
	 float: right;
	 line-height: 24px;
	 width: 550px;
}

#send {
 clear: both;
 padding-left: 170px;
}

#tdcolor1 {
	background-color: #E6F3FF;
}

#tdcolor2 {
	background-color: #DAE6F2;
}

#counterurl {
	border: 1px none;
	float: left;
	clear: left;
	text-align: left;
}
#counterhits {
	width: 30px;
	border: 1px none;
	float: right;
	clear: right;
	text-align: right;
}
#counterliste {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	border: 1px solid #CCCCCC;
	width: 125px;
	padding: 3px;
	margin-bottom: 2px;
	margin-top: 2px;
	height: 48px;
}
#counterall {
	width: 130px;
	border: 1px none #FF9900;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 9px;
	text-align: right;
	margin-top: 15px;
	margin-bottom: 5px;
}
#counterlbeschreibung {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 125px;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px none #ccc;
	border-left: 1px solid #ccc;
	text-align: left;
	padding-right: 3px;
	padding-left: 3px;
}
form {
	margin: 0;
	padding: 0;
}

#spam_code_txt {
	clear: both;
}
#spam_code_txt input {
	margin: 0;
}

.spielplan td {
	text-align: center;
}

.spielplan2 {
	border: black solid 1px;
	border-color: black;
	border-collapse: collapse;
}
.spielplan2 tr td {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 2px;
	border-color: black;
}

.saison {
	border: black solid 1px;
	border-color: black;
	border-collapse: collapse;
}
.saison tr td {
	font-size: 1em;
	font-family: Verdana;
	padding: 4px;
	border-color: black;
}

ul#mannschaften-liste {
	padding: 0;
	margin: 0;
	list-style: none;
}
ul#mannschaften-liste li {
	padding: 0.2em 0;
}
