* { /* Mit Universalselektor die Polsterungseigenschaften aller (Block-)Elemente auf null setzen */
margin: 0;
padding: 0;
font-family : Arial, Helvetica, sans-serif;
font-size : 12px;
color : #333333;
}

html {
overflow-y: scroll;
}

body {
text-align: left; /* Für IE 5.01 & 5.5, um die Box #wrapper horizontal zu zentrieren */
}

div {
text-align: left; /* text-align:center wieder aufheben, damit DIV-Inhalte linksbündig ausgerichtet sind */
}

html, body {
height: 100%; /* Anzeigebereich in der Vertikalen auf 100% strecken */
background: #efefef;
}

/* DIV-Boxen */
div#wrapper {
position: relative;
margin-left: auto;
margin-right: auto;
width: 976px;
min-height: 100%;
height: auto !important; /* !important-Regel für moderne Browser */
height: 100%; /* Mindesthöhe in IE (<7) */
background: url(/images/hintergrund.jpg) repeat-y;
overflow: hidden;
}

div#header {
margin-left: 13px;
margin-right: 13px;
height: 90px;
background: #EEEEEE;
width: 940px;
padding: 5px;
}

div#headerleft {
position: absolute;
float: left;
}

div#headerright {
position: absolute;
float: right;
}

div#headeraddress {
position: absolute;
color: #666666;
font-size: 11px;
margin-left: 190px;
float:left;
}

div#headerimages {
position: abolute;
float: right;
}

div#left {
margin-left: 13px;
margin-top:46px;
padding-bottom: 30px;
width: 175px;
float: left;
background: #EEEEEE;
}

div#zynex .zynex {
position: absolute;
font-size: 11px;
color: #999999;
padding: 5px;
bottom: 0;
left: 0;
margin-left: 55px;
}

div#right {
margin-right: 13px;
width: 775px;
min-height: 100%; /* Mindesthöhe in modernen Browsern */
height: auto !important; /* !important-Regel für moderne Browser */
height: 100%; /* Mindesthöhe in IE (<7) */
float: right;
background: #ffffff;
}

div#adresse {
padding-right: 15px;
padding-top:15px;
line-height: 18px;
text-align: right;
float: right;
}

div#topnavigation {
border-bottom: #cccccc 1px solid;
border-left: #cccccc 1px solid;
border-top: #cccccc 1px solid;
background: url(/images/topnav-hintergrund.jpg) repeat-x;
height: 26px;
line-height: 26px;
}

#topnavigation ul#topnav {
margin-left: 10px;
height: 26px;
list-style: none;
}

#topnavigation ul#topnav li {
float: left;
line-height: 26px;
}

#topnavigation ul#topnav li.active {
float: left;
background: url(/images/nav-hintergrund.jpg) repeat-x;
color: #666666;
line-height: 26px;
}

#topnavigation ul#topnav li a {
color: #ffffff;
font-size: 13px;
line-height: 26px;
padding-left: 10px;
padding-right: 10px;
}

#topnavigation ul#topnav li a.active {
background: #EEEEEE;
color: #666666;
font-size: 13px;
line-height: 26px;
padding-left: 10px;
padding-right: 10px;
}

div#content {
border-left: #cccccc 1px solid;
padding: 20px;
clear: both;
width: 734px;
min-height: 100%; /* Mindesthöhe in modernen Browsern */
height: auto !important; /* !important-Regel für moderne Browser */
height: 100%; /* Mindesthöhe in IE (<7) */
overflow: hidden;
}

#content ul {
margin-bottom: 15px;
}

#content li {
margin-left: 15px;
line-height: 18px;
}

div#navigation {
width: 175px;
}

#navigation ul
{
list-style-type: none;
margin: 0;
padding: 0;
border-bottom: #cccccc 1px solid;
}

#navigation ul li
{
padding-top: 2px;
padding-bottom: 2px;
padding-left: 10px;
border-top: #cccccc 1px solid;
line-height: 20px;
background: url(/images/nav-hintergrund.jpg) repeat-x;
}

#navigation ul li.active
{
background: #D70000;
padding-top: 2px;
padding-bottom: 2px;
padding-left: 10px;
border-top: #cccccc 1px solid;
line-height: 20px;
}

#navigation ul li a {
font-family : Arial, Helvetica, sans-serif;
font-size: 13px;
font-weight: normal;
color: #666666;
line-height: 20px;
}

#navigation ul li a.active {
font-family : Arial, Helvetica, sans-serif;
font-size: 13px;
font-weight: normal;
color: #ffffff;
line-height: 20px;
}

#navigation ul li.active ul {
list-style-type: none;
background: #D70000;
color: #ffffff;
margin: 0;
padding:0;
border: 0;
}

#navigation ul li.active ul li {
color: #ffffff;
background: #D70000;
padding-top: 2px;
padding-bottom: 2px;
margin: 0;
border: 0;
line-height: 14px;
}

#navigation ul li.active ul li.active {
list-style-type: square;
list-style-position: inside;
background: #D70000;
margin: 0;
color: #ffffff;
border: 0;
line-height: 14px;
}

#navigation ul li.active ul li a {
font-size: 12px;
color: #ffffff;
border: 0;
line-height: 14px;
}

.label {
width: 100px;
vertical-align: top;
display: block;
float: left;
}

td.invalid label {
color: #d70000;
}

#content .form {
	list-style-type: none;
}

#dsc_form_mitteilung {
vertical-align: top;
}

.formElement {
margin-bottom: 2px;
}

#content .form textarea,
#content .form select,
#content .form input,
#content .form div.htmlForm {
	margin: 0;
	width: 350px;
}
#content .form textarea {
	width: 450px;
	height: 150px;
}
#content .form input[type="submit"],
#content .form .submit {
	width: auto;
	margin-top: 15px;
	margin-left: 100px;
}

#content .form .invalid input.invalid,
#content .form .invalid textarea.invalid {
	border: 1px solid #d70000;
}

input.submit {
border: 1px solid #cccccc;
}

#topSpiele
{
float: left;
width: 494px;
margin-bottom: 15px;
margin-right: 15px;
}

#spielVorschau
{
float: left;
width: 494px;
margin-right: 15px;
margin-bottom: 15px;
}

#topEvents
{
float: right;
width: 225px;
margin-bottom: 15px;
}

#fbLink
{
float: right;
width: 225px;
margin-bottom: 15px;
}

#topNews
{
float: left;
width: 494px;
margin-right: 15px;
}

#geburtstage
{
float: right;
width: 225px;
margin-bottom: 15px;
}

.halfContent
{
float: left;
width: 325px;
padding-right: 25px;
padding-bottom: 25px;
}

.newsdatum
{
font-weight: bold;
padding-right: 10px;
float: left;
margin-bottom: 10px;
}

.newstitel
{
font-weight: bold;
float: left;
margin-bottom: 10px;
}

.clearFloat
{
clear: both;
margin: 0px;
padding: 0px;
height: 0px;
}

.newsblock
{
padding-top: 10px;
margin: 0px;
overflow: hidden;
}

.newsbilder
{
float: left;
margin: 0px;
padding-right: 10px;
width: 200px;
}

.newsbild
{
margin: 0px;
padding: 0px;
overflow: hidden;
}

.aktionen
{
float: right;
width: 225px;
text-align: center;
margin-bottom:15px;
}

.pager { margin: 0px; padding-top: 5px; padding-bottom: 20px; width: 200px; }
.pager a { float: left; margin-bottom:5px; font-size: 10px; color: #d70000; border: 1px solid #D70000; background: #eeeeee; text-decoration: none; margin-right: 5px; padding-left: 5px; padding-right: 5px; padding-top: 0px; padding-bottom: 0px; }
.pager a.activeSlide { background: #D70000; color: #eeeeee; }
.pager a:focus { outline: none; }

.newstextBild
{
float: left;
margin: 0px;
padding: 0px;
width: 276px;
}

.newstext
{
float: left;
margin: 0px;
padding: 0px;
width: 486px;
}

.galerie
{
float: left;
text-align: center;
margin-right: 10px;
margin-bottom: 10px;
}

.overviewthumbs
{
padding: 10px;
border: #cccccc 1px solid;
}

.galeriebilder
{
margin: 0px;
padding: 0px;
}

.thumbnail
{
padding: 10px;
float: left;
text-align: center;
margin-right: 10px;
margin-bottom: 10px;
border: #cccccc 1px solid;
}

.alterskategorie
{
float: left;
background: #f0f0f0;
width: 115px;
padding: 5px;
margin-right: 20px;
margin-bottom: 20px;
}

.links {
float: left;
background: #f0f0f0;
width: 210px;
padding: 5px;
margin-right: 20px;
margin-bottom: 20px;
}

.listsponsor {
float: left;
margin-right: 25px;
margin-bottom: 25px;
width: 215px;
}

.staff {
float: left;
margin-right: 25px;
margin-bottom: 25px;
}

/* sonstige styles */
A
{
color : #D70000;
text-decoration : none;
}

A:HOVER
{
text-decoration: underline;
}

H1
{
font-size : 15px;
color : #333333;
margin-bottom: 15px;
}

H2
{
font-size : 13px;
color : #333333;
margin-bottom: 15px;
}

H3
{
font-size : 12px;
color : #333333;
margin-bottom: 15px;
}

P
{
color : #333333;
margin-bottom: 15px;
line-height: 18px;
}

/* clearfix zum Aufheben der Floatumgebung */

.clearfix:after {
content: ".";
display: block;
height: 0;
font-size: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
