/********  Aufbau der Seite  ******/
#Tabelle_01 {
	position:absolute;
	left:0px;
	top:0px;
	width:760px;
	height:600px;
	background: url(Bilder/bg.png);
}

#Liveticker-1_ {
	position:absolute;
	left:100px;
	top:40px;
	width:200px;
	height:40px;
}

#Liveticker-2_ {
	position:absolute;
	left:520px;
	top:0px;
	width:280px;
	height:70px;
}

#Liveticker-3_ {
	position:absolute;
	left:0px;
	top:78px;
	width:760px;
	height:522px;
}
/****** Formatierung IFrames ******/
/* online */
#iframe01 {
 position:absolute;
 margin:0;
 top:2px;
 left:5px;
 }
/* kommentare */
#iframe02 {
 position:absolute;
 top:260px;
 left:25px;
}
/* info */
#iframe03 {
 position:absolute;
 top:20px;
 left:520px;
}
/* anzeige */
#iframe04 {
 position:absolute;
 top:127px;
 width: 470px;
 left: 0px;
}
/* container anzeige */
#iframe05 {
 position: absolute;
 top: 25px;
 left: 15px;
 width: 470px;
 text-align: center;
}

/*******  Hauptstyles der Seite  ******/
body{ 
 font-family:Verdana, Arial, Helvetica, sans-serif;
 margin:0; 
 padding:0; 
 scrollbar-face-color: #fff;
 scrollbar-highlight-color: #fff;
 scrollbar-3dlight-color: #eee;
 scrollbar-darkshadow-color: #eee;
 scrollbar-shadow-color: #fff;
 scrollbar-arrow-color: #000;
 scrollbar-track-color: #fff;
 background-color:#990000;
} 
a:link, a:visited, a:hover, a:active{
color:#000;
text-decoration:underline;
}
input {
font-size:9px;
font-weight:bold;
border:red solid 1px;
background-color:#ccc; 
} 
img {
border: 0px;
}
.online, .online a:link, .online a:visited, .online a:hover, .online a:active{
 color:#fff;
 font-size:12px;
 font-weight:bold;
 padding:0px;
}
.heading{
 color:#fff;
 background-color: #990000;
 font-size:12px;
 font-weight:bold;
 text-align:left;
 padding:2px; 
}
.title{
 color:#000;
 background-color: #ddd;
 font-size:11px;
 font-weight:bold;
 text-align:left;
 padding:2px; 
}
.inhalt{
 color:#000;
 background-color:#fff;
 font-size:11px;
 padding:5px;
}
.even{
 background-color:#fff;
}
.odd{
 background-color:#eee;
}

.nav, a:link.nav, a:visited.nav, a:hover.nav {
 color:#32487a;
 font-size:12px;
 font-weight:bold;
 text-decoration:none;
 margin:3px;
}

.active, a:link.active, a:visited.active, a:hover.active {
 color:#fff;
 font-size:12px;
 font-weight:bold;
 text-decoration:none;
 background-color:#990000;
 margin:3px;
 padding:2px;
}
.sub{
 color:#000;
 background-color:#fff;
 font-size:10px;
 font-weight:bold;
 text-align:right;
}
.stadion, .stadion a:link, .stadion a:visited, .stadion a:hover {
color:#fff;
font-size:15px;
font-weight:bold;
font-variant:small-caps;
text-decoration:none;
}
.small, .small a:link, .small a:visited, .small a:hover, .small a:active{
 color:#fff;
 font-size:11px;
 font-weight:bold;
}
.big{
 color:#ff0000;
 font-size:78px;
 font-weight: bolder;
 line-height: 0.85;
 }

