﻿/*---------- Allgemeine Definitionen ----------*/
* {
	font-family: Helvetica,Arial,sans-serif;
}
body {
	background-color: #EEEEEE;
	font-size: 100.01%;
	margin-left: auto;
	margin-right: auto;
	padding: 1em 0;
	text-align: center;
	max-width: 1200px;
	min-width: 800px;
}
/*---------- Definitionen für Logobereich -----------*/
#logo {
	width: 150px;
	height: 150px;
	float: left;
}
/*--------- DIV-Definitionen für Kopfzeile ------------*/
div#kopf {
	background-color: #808080;
	height: 120px;
	overflow: hidden;
	color: #FFFFFF;
	max-width: 100%;
	min-width: 600px;
	position:relative;
}
#kopf .oben {
	margin: 10px;
	padding: 0px;
	border: 0px;
	clear: none;
	font-size: x-large;
	color: #FFFFFF;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-align: center;
}

#kopf .unten {
	text-align:center;
}
/*--------- DIV-Definitionen für Inhaltsspalte ------------*/
div#inhalt {
	padding: 10px 0 0 5px;
	background-position: left;
	float: none; /* position: relative; */;
	background-image: url('images/allgemein/logo_hintergrund.gif');
	background-repeat: repeat;
	text-align: left;
	z-index: 0;
	margin-left: 150px;
	margin-top: 30px;
	clear: right;
	min-height:400px;
}
/*--------- Definitionen für Fusszeile ------------*/
#fusszeile {
	background-color: #EEEEEE;
	width: 100%;
	height: 15px;
	clear: both;
	z-index: 3;
	font-size: xx-small;
	text-align: left;
	color: #000000;
}

/*---------- horizontale Navigation ----------*/
div#main-nav_h {
	float: left;
	clear: right;
	height: 30px;
	position: relative;
	z-index: 30;
}
ul#main-nav_h {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
}
ul#main-nav_h li {
	margin: 0em;
	padding: 0em;
	list-style: none;
	float: left;
	width: 5.5em;
	vertical-align: middle;
}
ul#main-nav_h li a {
	text-decoration: none;
	display: block;
	padding: 0.3em 0.6em;
	color: white;
	border-left: 2px solid #000;
	background-color: #FF0000;
	font-size: 0.85em;
	height: 20px;
}
ul#main-nav_h li a:hover, ul#main-nav li a:focus {
	background: #8B0000;
	border-left: 2px solid black;
}
ul#main-nav_h li ul {
	padding: 0;
	margin: 0;
	display: none;
}
ul#main-nav_h li:hover ul {
	display: block;
	z-index: 30;
}
ul#main-nav_h li ul li {
	float: none;
}
ul#main-nav_h li ul li a {
	font-size: 0.7em;
	background-color: #FF8080;
	text-align: left;
}
/*---------- vertikale Navigation ----------*/
div#main-nav_v {
	/*-- Definitionen für Navigationsbereich --*/
	background-color: #C0C0C0;
	width: 150px;
	text-align: left;
	float: left;
	clear: left;
	min-height: 400px;
}

/* Listenbreite */
ul#main-nav_v {
	margin: 0;
	padding: 0;
	width: 140px;
}

/* Aussehen Listenpunkt erster Ebene */
ul#main-nav_v li {
	padding: 0;
	list-style: none;
	margin: 0 0 3px 0;
}

ul#main-nav_v li a {
	text-decoration: none;
	display: block;
	padding: 0.3em 0.5em;
	border-left: 0.4em #FF8080 solid;
	color: #fff;
	background: #FF8080;
}
ul#main-nav_v li a:hover {
	border-left: 0.4em #FF0000 solid;
	color: #000000;
	background: #FF8080;
}

/* Listendefinitionen zweite Ebene */
ul#main-nav_v ul {
	padding: 10px 0 10px 0;
	list-style: none;
	margin: 0 0 3px 15px;
}
ul#main-nav_v ul li a {
	text-decoration: none;
	display: block;
	padding: 0.3em 0.3em;
	border-left: 0.2em #FF8080 solid;
	color: #fff;
	background-color: #FF8080;
	font-size: 12px;
}
ul#main-nav_v ul li a:hover {
	border-left: 0.4em #FF0000 solid;
	color: #000000;
	background-color: #FF8080;
}

* li.aktuelle_seite {
	background-color: red;
	color: white;
	font-weight: bold;
	display: list-item;
	border-left: 0.4em #8B0000 solid;
	text-align: center;
	padding: 0.3em 0.5em;
}
/*---------- Ueberschriften-Definitionen ----------*/
* h1 {
	color: #FF0000;
	font-size: 14pt;
	margin: 10px 5px 10px 5px;
	padding: 0px;
}

* h2 {
	color: #8B0000;
	font-size: 12pt;
	margin: 20px 5px 10px 5px;
	padding: 0px;
}

* h3 {
	color: #000000;
	font-size: 11pt;
	margin: 5px;
	padding:0px;
}
/*---------- Lauftext-Definitionen ----------*/
#inhalt p {
	color: #000000;
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 2px;
	text-indent: 1em;
}

#inhalt ul,ol {
	color: #000000;
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 2px;
	text-indent: 1em;
}

.fett {
	font-weight: bold;
	margin: 6px 0 0 10px;
	text-indent: 0;
}

.liste {
	margin: 6px 0 0 15px;
}
/*---------- Link-Definitionen im Lauftext ----------*/

	/* Definition zu den Icons der Links */
	/* Links auf Bilder */
#inhalt a[href$=".gif"], a[href$=".jpg"], a[href$=".png"], a[href$=".bmp"] {
	font-size: 10pt;
	padding-left: 12px;
    background-image: url('images/icons/figure.gif');
	background-position: left center;
    background-repeat: no-repeat;
}

	/* Links zu externer Quelle */
#inhalt a[href^="http"] {
	font-size: 10pt;
	padding-left: 12px;
	background-image: url('images/icons/external.gif');
	background-position: left center;
	background-repeat: no-repeat;
}

	/* Links auf Dokumente */
#inhalt a[href$=".pdf"], a[href$=".xls"], a[href$=".doc"] {
	font-size: 10pt;
	padding-left: 12px;
    background-image: url('images/icons/document.gif');
	background-position: left center;
    background-repeat: no-repeat;
}

	/* Links zu Mail-Adresse */
a[href^="mailto:"] {
	font-size: 10pt;
	padding-left: 12px;
    background-image: url('images/icons/envelope.gif');
	background-position: left center;
    background-repeat: no-repeat;
}

	/* Definition des Aussehens der Links im Inhalt-Div */
#inhalt * a:link {
	font-size: 10pt;
	color: #8B0000;
	font-weight: bold;
}
#inhalt * a:visited {
	font-size: 10pt;
	color: #FF5050;
	text-decoration: none;
	font-weight: normal;
	font-style: italic;
}
#inhalt * a:hover {
	font-size: 10pt;
	color: #FF0000;
	text-decoration: underline;
	font-weight: bold;
}

/*---------- Definitionen für Bereich "HotNews" ---------*/
#HotNews {
	margin: 20px 40px 20px 40px;
	padding: 20px;
	border: medium #FF0000 groove;
	color: #FF0000;
}

#HotNews h1,h2,p {
	margin:0px;
	padding:0px;
}

#HotNews h1 {
	text-align:center;
	font-size:x-large;
	margin-bottom:15px;
	padding-bottom:5px;
	border-bottom-style:solid;
	border-bottom-width: thin;
	border-bottom-color:black;
}

#HotNews p {
	text-align: left;
	font-size: medium;
	font-weight: bold;
}

#HotNews p a:link {
	text-decoration: none;
	font-size: medium;
	font-weight: bold;
}

#HotNews p a:visited {
	text-decoration: none;
	font-size: medium;
	font-weight: normal;
	font-style: italic;
}

/*---------- Definitionen für News-Absätze ------------*/
div#News {
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: thin,gray,solid;
	margin-left: 20px;
	margin-right: 20px;
}

#News h1 {
	text-align: center;
	font-size: large;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #808080;
}

#News table {
	border-collapse: collapse;
	width: 80%;
	margin-left:40px;
}

#News td.ErsteSpalte {
	padding: 5px 15px 5px 15px;
	width: 40%;
	color: red;
	font-weight: normal;
	font-size: medium;
	border-right:thin black solid;
}

#News td.ZweiteSpalte {
	padding: 5px 15px 5px 15px;
	color: black;
	font-weight: normal;
	font-size: small;
}

#News * td {
	border-bottom-color: #808080;
	border-bottom-style: dotted;
	border-bottom-width: thin;
}

/*---------- Definitionen für Heimspiele-Box ------------*/
div#heimspiele {
	width: 145px;
	max-height: 200px;
	border: thin #FF0000 solid;
	overflow:auto;
	position:relative;
	top:10px;
}

#heimspiele table {
	border-collapse: collapse;
	width:100%;
}

#heimspiele td, th {
	font-size:x-small;
}


#team_uebersicht {
	width: 200px;
	height: 150px;
	text-align: center;
	float: left;
	border-bottom: medium #C0C0C0 solid;
	margin-bottom: 30px;
}

div#bild_team {
	float: right;
}

div#namen_team{
	width: 450px;
	border-bottom: thin gray solid;
	margin-bottom:0px;
}

#rangliste {
	margin: 20px 0 20px 0;
	width: 250px;
	position: relative;
	top: 0px;
	left: 0px;
	border-bottom: medium #C0C0C0 solid;
	text-align: center;
}

#berichte_team {
	width: 600px;
	position: relative;
	top: 0px;
	right: 0px;
}

#berichte_team ul {
	list-style: none;
}

#berichte_team span {
	padding-left: 20px;
	font-style: italic;
	font-size: smaller;
}
img {
	border: 0;
}

#matchbericht_text  p {
	text-align: justify;
	font-size: 14px;
	padding-bottom: 5px;
}

.bilderreihe {
	width: 200px;
	height: 120px;
	text-align: center;
	float: left;
}