
/********************************************************/
/* Diverse 		 										*/
/********************************************************/
body {
	behavior:url("./css/csshover.htc");
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	}
a {
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
	color:  black;
	outline: none;
	}
a:hover {
	background-color: white;
	color: black;
	}
.ahem {
	display: none;
	}
strong, b {
	font-weight: bold;
	}
p {
	font-size: 12px;
	line-height: 12px;
	margin-top: 20px;
	margin-bottom: 10px; 
	color: red;
	}

/* weird ie5win bug: all line-height to font-size ratios must agree or box gets pushed around. UPDATE: this has turned out to be very rare. my current recommendation is IGNORE this warning. at the moment i'm leaving it in only in case the issue turns up again. possibly the original bug in march 2001 was caused by an unusual combination of factors, although this solved it at the time.*/

h1 {
	font-size: 24px;
	line-height: 44px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h2 {
	font-size: 18px;
	line-height: 40px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
img {
	border: 0;
	}
pre {
	font-size: 10px;
	line-height: 12px;
	margin-top: 20px;
	margin-bottom: 10px; 
	}
.nowrap {
	white-space: nowrap;
	font-size: 10px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
/* must be combined with nobr in html for ie5win */
	}
.tiny {
	font-size: 9px;
	line-height: 16px;
	margin-top: 15px;
	margin-bottom: 5px; 
	}	

#left {
	position: absolute;
	top: 115px;
	left: 0px;
	bottom: 0px;
	padding: 10px;
	border-right: 3px solid black;
	border-top: 0px solid red;
	border-bottom: 3px solid black;
	background: #FFFFFF;
	background-color: red;
	width: 155px;
	height: 440px;
	font-size: 9px;
	}

html>body #left {
	width: 155px; /* ie5win fudge ends */
	}


/********************************************************/
/* Middle Frame 										*/
/********************************************************/
#middle {
	margin: 0px 0px 0px 0px;
	padding: 5px;
	padding-left: 200px;
	background: #FFFFFF;
	font-weight: bold;
 	border: 0px solid black;
	height: auto;
	width: auto;
	overflow: auto;
	caption-side: right;
	caption-side: bottom;
	text-align: center;
	}

#middle li {
	font-size: 12px;		
	line-height: 22px;
	margin-top: 4px;
	margin-bottom: 2px; 
	}
#middle table {
	font-size: 20px;
	text-align: center;	
	height: 420px;
	border: 0px solid black;
	}
#middle li a {
	color:black
	}
#middle table tr {
	font-size: 12px;
	color: #000000;
	line-height: 12px;
	}
#middle table a {
	font-size: 11px;
	color: black;
	line-height: 22px;
	margin-top: 20px;
	margin-bottom: 10px;
	}
#middle h1 {
	font-size: 20px;
	color: black;
	}
#middle table a:hover {
	color: red;
	}
#middle table img{
	border: 1px solid black;
}

/********************************************************/
/* Middle Guestbook 										*/
/********************************************************/
#middle_gb {
	margin: 0px 0px 0px 0px;
	padding: 5px;
	padding-left: 200px;
	background: #FFFFFF;
	font-weight: bold;
 	border: 0px solid black;
	height: auto;
	width: auto;
	overflow: auto;
	caption-side: right;
	caption-side: bottom;
	text-align: center;
	}

#middle li {
	font-size: 12px;		
	line-height: 22px;
	margin-top: 4px;
	margin-bottom: 2px; 
	}
#middle table {
	font-size: 20px;
	text-align: center;	
	}
#middle li a {
	color:black
	}
#middle table tr {
	font-size: 12px;
	color: #000000;
	line-height: 12px;
	}
#middle table a {
	font-size: 11px;
	color: black;
	line-height: 22px;
	margin-top: 20px;
	margin-bottom: 10px;
	}
#middle h1 {
	font-size: 20px;
	color: black;
	}
#middle table a:hover {
	color: red;
	}


/********************************************************/
/* Middle Alternativ									*/
/********************************************************/
#middle_alternativ {
	padding: 0px;
	padding-left: 200px;
	background: #FFFFFF;
	width: auto;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	}
#middle_alternativ table a {
	font-size: 14px;
	color: red;
	line-height: 22px;
	margin-top: 20px;
	margin-bottom: 10px;
	}

#middle_alternativ h1 {
	font-size: 20px;
	color: black;
	}
#middle_alternativ table img {
	border: 1px solid black;
}


/********************************************************/
/* Navigation TOP 										*/
/********************************************************/
#middle2 {
	margin: 0px 0px 0px 0px;
	padding: 5px;
	background: #FFFFFF;
	border-top: 2px solid red;
	border-bottom: 3px solid red;
	text-align: center;
	background-color: black;
	caption-side:right;
	table-layout: separate;
}
#middle2 p {
	text-align: center;
	}
#middle2 a {
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
	color:  white;
	outline: none;
	}
#middle2 a:hover {
	color: white;
	background-color: red;
	}


/********************************************************/
/* Navigation Links										*/
/********************************************************/
#Navigation {
    font-size: 8px;
    margin: 0 0 0.0em; 
	padding: 0;
	caption-side:bottom;
}
ul#Navigation li {
    list-style: none;
    margin: 0; 
	padding: 0.0em;
	height: 25px;
}
ul#Navigation a {
    display: block;
    padding: 0.0em;
    font-weight: bold;
	font-size: 11px;
}
ul#Navigation a:link {
    color: black; background-color: red;
}
ul#Navigation a:visited {
    color: black; background-color: red;
}
ul#Navigation a:hover {
    color: white; background-color: black;
}
ul#Navigation a:active {
    color: white; background-color: gray;
}
  

/********************************************************/
/* Middle Tabelle Kampfmannschaft						*/
/********************************************************/
#middle_tabelle { 
	padding-left: 180px;
	background: #FFFFFF;
 	border: 0px solid black;
	height: auto;
	width: auto;
	overflow: auto;
	caption-side: right;
	text-align: center;
	}
}
#middle_tabelle table {
	text-align: center;	
	padding: 0px;
	margin: 0px;
	width: 98%;
}

/********************************************************/
/* Middle Aktuell									*/
/********************************************************/
#middle_aktuell {
	padding-left: 200px;
	height: auto;
	width: auto;
	overflow: auto;
	caption-side: right;
	caption-side: bottom;
	font-size: 12px;	
}
	
#middle_aktuell table {
	background: white;
	padding: 0px;
	margin: 0px;
	width: 95%;
}

#middle_aktuell table tr:hover {
	background-color: white;
}
	
#middle_aktuell p {
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 13px;
	line-height: 17px;
	color: black;
	text-color: black;
	}
		
#middle_aktuell h1 {
	font-size: 16px;
	line-height: 20px;	
	color: black;
	}
#middle_aktuell table img {
	hspace: 15px;
	border: 1px solid black;
}



html {
	overflow: hidden;
}
