/* ----- CSS-Reset -----
--------------------- */

* {
padding: 0;
margin: 0;
font-size: 100%;
font-weight: normal;
}

ul, ol {
list-style: none;
}

b, strong {
font-weight: bold;
}

img, a img {
border: none;
}

/* ----- Schrift--------
--------------------- */

body {
font-family: Verdana,Arial,Helvetica, sans-serif;
font-size: 0.76em;
color: #8c8c8c;
background: #333333;
line-height: 1.5em;
}

h1, h2, h3 {
color: #8c8c8c;
font-weight: bold;
margin-bottom: 0.7em;
line-height: 1.1em;
}

h1 {
font-size: 2.0em;
}

h2 {
font-size: 1.5em;
}

h3 {
font-size: 1.2em;
}

h4 {
font-size: 1.0em;
font-weight: bold;
}

a:link, a:visited {
color: #8c8c8c;
text-decoration: none;

}

li.mainnavi a:link, li.mainnavi a:visited {
font-weight: bold;
}

ul li.mainnavi {
padding-top: 10px;
}

a:hover, a:focus, a:active {
color: #ad1910;
text-decoration: none;
}

li.mainnavi a:hover, li.mainnavi a:focus, li.mainnavi a:active {
font-weight: bold;
}

li.active a:link, li.active a:visited {
color: #ad1910;
}



/* ----- Layout --------
--------------------- */

#container {
width: 800px;
background-color: #ffffff;
margin: 0 auto;
}

#top {
background-color: #333333;
height: 20px;
}

#header {
background: #222222;
height: 128px;
border-bottom: 1px solid #6f6f6f;
}

#content {
background-color: #282828;
}

#navigation {
background-color: #282828;
float: left;
width: 190px;
padding: 15px 0px 50px 30px;
}

#maincontent {
background-color: #282828;
float: right;
width: 550px;
padding: 25px 30px 30px 0px;
}

#maincontent_fg {
background-color: #282828;
float: right;
width: 550px;
padding: 2px 30px 30px 0px;
}

#footer {
background: #222222 url(img/hgfooter.jpg) no-repeat left bottom;
color: #444444;
font-size: 0.76em;
height: 50px;
text-align: center;
padding-top: 10px;
margin-bottom: 0px;
}

#footer a:link, #footer a:visited {
color: #444444;
font-size: 1.00em;
}

#footer a:hover, #footer a:focus, #footer a:active {
color: #ad1910;
font-size: 1.00em;
}

/* ----- Navigation -----
--------------------- */

li.mainnavi {
background: #282828 url(img/navi2.gif)  0px 17px  no-repeat;
padding-left: 15px;
}

li.subnavi {
padding-left: 15px;
font-size: 0.94em;
}

img.backnavi {
margin-bottom: 1px;
}

a.backnavilink {
color: ff0000;
font-size: 0.90em;
}

p.backnaviabstand {
margin-bottom: 5px;
text-align: right;
}

/* ----- Tabelle Fotogallerie -----
-------------------------------- */

table#fotogallerie {
width: 500px;
text-align: left;
border-collapse: collapse;
}

th#tabfotosp1 {
background-color: #222222;
width: 150px;
font-weight: bold;
}

th#tabfotosp2 {
background-color: #222222;
width: 350px;
font-weight: bold;
}

table#fotogallerie tr {
height: 20px;
}

table#fotogallerie td, table#fotogallerie th {
padding-left: 5px;
text-align: left;
}

table#fotogallerie tr:hover {
background-color: #222222;
}

table#fotogallerie a:link, table#fotogallerie a:visited {
display: block;
}

ul.fotogallerie li {
display: inline;
text-align: center;
vertical-align: middle;
}

ul.fotogallerie img {
border: 4px solid #333333;
margin: 7px 7px 0px 0px;
}

ul#linksclubs li {
padding: 0px 10px 5px 0px;
vertical-align: top;
}

table#tabscbern td {
vertical-align: top;
}

table#tabscbern td.spalte1 {
width: 150px;
}

td.textright {
text-align: right;
}

td.textklein {
font-size: 0.85em;
}

td.stadion {
width: 120px;
}

table#tabvorstand {
width: 540px;
border-collapse: collapse;
}

table#tabvorstand td {
border-bottom: 1px solid #444444;
padding-top: 5px;
}

table#tabsou {
width: 540px;
border-collapse: collapse;
}

td.tabsouspalte1 {
width: 140px;
}

td.tabsouspalte2 {
width: 320px;
padding-right: 30px;
}

td.tabsouspalte3 {
width: 80px;
}

table#tabsou td {
border-bottom: 1px solid #444444;
padding-top: 5px;
}

table#tabsou th {
text-align: left;
padding-top: 8px;
}

table#tabsou img {
border: 1px solid #222222;
}

table#tabver {
width: 540px;
border-collapse: collapse;
}

td.tabverspalte1 {
width: 200px;
}

td.tabverspalte2 {
width: 260px;
padding-right: 30px;
}

td.tabverspalte3 {
width: 80px;
}

table#tabver td {
border-bottom: 1px solid #444444;
padding-top: 5px;
}

/* ----- Formulare -----
--------------------- */

input {
margin-bottom: 5px;
background-color: #666666;
border: 1px solid #8c8c8c;
}

textarea {
background-color: #666666;
border: 1px solid #8c8c8c;
padding: 3px;
}

input.inputohnehg {
background: none;
border: none;
}

input.button {
padding: 3px 5px 3px 5px;
}

span.formbessize {
font-size: 0.90em;
}

span.formbesmiddle {
vertical-align: middle;
}

p.logotext {
font-size: 0.90em;
margin-top: -5px;
}

/* ----- Floating -----
--------------------- */

.fl {
float: left;
}

.fr {
float: right;
}

.clearfloat {
clear: both;
}