* {
margin:0;
padding:0;
border:0;
}

html {
height:100%;
}

body {
height:100%;
height:auto !important;
min-height:100%;
background-image:url(../images/background.jpg);
background-repeat:repeat-x;
background-position: top left;
font-family:Arial, Verdana;
font-size:12px;
color:#1a171b;
overflow-x:hidden;
}

img {
border:0px;
}

div.clear {
clear:both;
}

div#slideshow {
margin-top:4px;
}

div#slideshow img {
border:1px #000 solid;
padding:2px;
}

/*
* Standard-Hyperlinks der gesamten Website
*/
a:link, a:visited, a:active {
text-decoration:none;
color:#1e6289;
}

a:hover {
text-decoration:none;
color:#000;
}



/*
*************************************************************************************
Layout / Boxen
*************************************************************************************
*/

div#container {
width:1024px;
height:100%;
min-height:100%;
position:relative;
background:#fff;
}



div#header {
width:1024px;
height:322px;
position:absolute;
top:0px;
left:0px;
z-index:1;
}

div#date {
position:absolute;
top:35px;
left:200px;
color:#fff;
font-size:10px;
}

div#date form {
float:left;
}


div#date .datum {
margin-right:10px;
}

div#content {
position:absolute;
top:322px;
left:0px;
width:780px;
background:#fff;
padding-left:40px;
padding-top:30px;
z-index:5;
padding-bottom: 0px;
}

div#footer {
position:absolute;
margin-top: 50px;
top:50px;
left:40px;
height:30px;
width:97%;
padding-top:15px;
border-top:1px #1a171b solid;
color:#1a171b;
z-index:7;
font-size:10px;
}

div#right {
position:absolute;
right:-3px;
top:259px;
width:187px;
height:300px;
padding-right:3px;
z-index:6;
}

div#ergebnis {
width:100%;
min-width:100%;
height:103px;
min-height:103px;
background:url(../images/ergebnis.jpg);
background-repeat:repeat-x;
}

div#ball {
position:absolute;
top:0px;
left:0px;
/*width:206px;*/
width:199px;
height:315px;
z-index:2;
}

div#fontsize {
position:absolute;
top:280px;
right:220px;
background:#fff;
text-align:right;
z-index:4;
}



/*
* ToolTips (JQuery)
*/
#tooltip {
	position: absolute;
	z-index: 3000;
	border:1px solid #b51c10;
	background-color: #fff;
	color:#b51c10;
	padding: 5px;
	/* background-image:url(../images/buttons/nav_05.jpg); */
	opacity: 0.85;
	z-index:15000;
}
#tooltip h3 {
font-size:14px;
font-weight:bold;
}
#tooltip h3, #tooltip div { margin: 0;}



div#last_erg {
padding-top:13px;
}




#slideshow {
    position:relative;
    height:350px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow IMG.active {
    z-index:10;
}

#slideshow IMG.last-active {
    z-index:9;
}


div#blaetternavi img {
margin-bottom:-2px;
}





/*
* Tabelle und Begegnungen
*/

table.edKerntabelle {
width:80%;
margin-bottom:25px;
/*background:#961913;*/
}

div.tx_tabelle2 {
width:80%;
}

div.edDKmark {
width:80%;
}

th.edMannschaft {
text-align:left;
}

th.edPlatz {
text-align:left;
}

th.edSpiele {
text-align:center;
}

td.edSpiele {
text-align:center;
}

th.edDifferenz {
text-align:center;
}

td.edDifferenz {
text-align:center;
}

td.edPunkte {
text-align:center;
}

th.edPunkte {
text-align:center;
}

td.edTorverh {
text-align:center;
}

th.edTorverh {
text-align:center;
}

td.edGewonnen {
text-align:center;
}

th.edGewonnen {
text-align:center;
}

td.edUnentschieden {
text-align:center;
}

th.edUnentschieden {
text-align:center;
}

td.edVerloren {
text-align:center;
}

th.edVerloren {
text-align:center;
}




table.edKerntabelle td {
font-size:11px;
padding:3px;
/*background:#fff;*/
}

table.edKerntabelle th {
color:#fff;
background:#961913;
font-size:11px;
padding:3px;
}

table.edKerntabelle ul {
display:none;
}


table.edKerntabelle img {
display:none;
}


div.links_to_back {
display:block;
position:absolute;
left:-3000em;
height:0px;
width:0px;
}