/********  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  ******/
html, body{ 
 font-family:Verdana, Arial, Helvetica, sans-serif;
 margin:0; 
 padding:0; 
 background-color:transparent;
} 
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;
 min-height: 15px;
 padding:4px;
 background: -webkit-gradient(linear, left top, left bottombottom, from(#ddd), to(#aaa));  
 background: -moz-linear-gradient(top,  #ddd,  #aaa);  
   -webkit-border-radius: 3px;  
   -moz-border-radius: 3px;  
   border-radius: 3px;
}

.inhalt{
 color:#000;
 background-color:#fff;
 font-size:11px;
 padding:5px;
}
.even{
 padding:3px;
 margin:1px;
 background-color:#eee; 
   -webkit-border-radius: 3px;  
   -moz-border-radius: 3px;  
   border-radius: 3px;
}
.odd{
 padding:3px;
 margin:1px;
 background-color:#ddd;
   -webkit-border-radius: 3px;  
   -moz-border-radius: 3px;  
   border-radius: 3px;
}

.nav, a:link.nav, a:visited.nav, a:hover.nav {
 color:#990000;
 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;
}
.stadion, .stadion a:link, .stadion a:visited, .stadion a:hover {
color:#00ff00;
font-variant:small-caps;
text-decoration:none;
 font: 14px/19px 'DigitaldreamFatRegular', Arial, sans-serif;
}
.small, .small a:link, .small a:visited, .small a:hover, .small a:active{
 color:#fff;
 font-size:11px;
 font-weight:bold;
}
.big{
 color:#ff0000;
 line-height: 0.85;
 font: 60px/68px 'DigitaldreamFatRegular', Arial, sans-serif;
 }
.date { color:#fff; font: 10px/16px 'DigitaldreamFatRegular', Arial, sans-serif;}
.clock { color:#fff; font: 18px/27px 'DigitaldreamRegular', Arial, sans-serif;}

/*********************************  Hauptstyles für Smartphone  *************************************************/
/* smartphone ansicht */
#content {
 width:97%;
 height: 100%;
 margin-left: auto; margin-right: auto;
 padding: 3px;
 background-color: rgba(0, 0, 0, 0.7);
   -webkit-border-radius: 3px;  
   -moz-border-radius: 3px;  
   border-radius: 3px; 
}
div.goals{
 color:#fff;
 font: 0.7em/0.8em 'DigitaldreamFatNarrowRegular', Arial, sans-serif;
 text-align: center;
 margin: 2px 10px;
 padding: 2px;
 background-color: rgba(0, 0, 0, 0.7);
   -webkit-border-radius: 3px;  
   -moz-border-radius: 3px;  
   border-radius: 3px;  
    
 }
span.goals{
 color:#ff0000;
 font: bold 1.2em/1.3em 'DigitaldreamFatNarrowRegular', Arial, sans-serif;
 }
img.goals{
 vertical-align: middle;
 }
div.menubar{
 text-align: center;
 line-height: 1.8em;
 margin: 2px 10px;
 padding: 5px;
 background-color: rgba(0, 0, 0, 0.7);
   -webkit-border-radius: 3px;  
   -moz-border-radius: 3px;  
   border-radius: 3px;  
    
 }
 div.smartinhalt{
 margin: 10px;
 padding: 5px;
 min-height: 500px;
 background-color: rgba(0, 0, 0, 0.7);
   -webkit-border-radius: 3px;  
   -moz-border-radius: 3px;  
   border-radius: 3px;  
    
 }
 
 /* Styles für Buttons */
/* button 
---------------------------------------------- */
.button {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 1em/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}

.bigrounded {
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
}
.mediumrounded {
	font-size: .9em;
	padding: .4em 1.5em .42em;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	border-radius: 0.5em;
}
.smallrounded {
	font-size: .7em;
	padding: .2em 1em .275em;
	-webkit-border-radius: 0.2em;
	-moz-border-radius: 0.2em;
	border-radius: 0.2em;
}
.medium {
	font-size: .9em;
	padding: .4em 1.5em .42em;
}
.small {
	font-size: .7em;
	padding: .2em 1em .275em;
}

/* color styles 
---------------------------------------------- */

/* black */
.black {
	color: #d7d7d7;
	border: solid 1px #333;
	background: #333;
	background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#000));
	background: -moz-linear-gradient(top,  #666,  #000);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#000000');
}
.black:hover {
	background: #000;
	background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#000));
	background: -moz-linear-gradient(top,  #444,  #000);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#000000');
}
.black:active {
	color: #666;
	background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#444));
	background: -moz-linear-gradient(top,  #000,  #444);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#666666');
}

/* gray */
.gray {
	color: #e9e9e9;
	border: solid 1px #555;
	background: #6e6e6e;
	background: -webkit-gradient(linear, left top, left bottom, from(#888), to(#575757));
	background: -moz-linear-gradient(top,  #888,  #575757);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#575757');
}
.gray:hover {
	background: #616161;
	background: -webkit-gradient(linear, left top, left bottom, from(#757575), to(#4b4b4b));
	background: -moz-linear-gradient(top,  #757575,  #4b4b4b);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#757575', endColorstr='#4b4b4b');
}
.gray:active {
	color: #afafaf;
	background: -webkit-gradient(linear, left top, left bottom, from(#575757), to(#888));
	background: -moz-linear-gradient(top,  #575757,  #888);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#575757', endColorstr='#888888');
}

/* white */
.white {
	color: #606060;
	border: solid 1px #b7b7b7;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top,  #fff,  #ededed);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}
.white:hover {
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
	background: -moz-linear-gradient(top,  #fff,  #dcdcdc);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
}
.white:active {
	color: #999;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
	background: -moz-linear-gradient(top,  #ededed,  #fff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff');
}

/* orange */
.orange {
	color: #fef4e9;
	border: solid 1px #da7c0c;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
	background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}
.orange:hover {
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
	background: -moz-linear-gradient(top,  #f88e11,  #f06015);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}
.orange:active {
	color: #fcd3a5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
	background: -moz-linear-gradient(top,  #f47a20,  #faa51a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
}
/* red */
.red {
	color: #faddde;
	border: solid 1px #980c10;
	background: #d81b21;
	background: -webkit-gradient(linear, left top, left bottom, from(#ed1c24), to(#aa1317));
	background: -moz-linear-gradient(top,  #ed1c24,  #aa1317);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed1c24', endColorstr='#aa1317');
}
.red:hover {
	background: #b61318;
	background: -webkit-gradient(linear, left top, left bottom, from(#c9151b), to(#a11115));
	background: -moz-linear-gradient(top,  #c9151b,  #a11115);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9151b', endColorstr='#a11115');
}
.red:active {
	color: #de898c;
	background: -webkit-gradient(linear, left top, left bottom, from(#aa1317), to(#ed1c24));
	background: -moz-linear-gradient(top,  #aa1317,  #ed1c24);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#aa1317', endColorstr='#ed1c24');
}



