/*Styles fuer Layout-Zwecke

verwendet fuer das die Internerseite des
TSV 1894 Heustreu von Reiner Stäblein
Heustreu
30.01.2009
*/
/* Browser-Reset für alle Browser*/
*
{
margin: 0;
padding: 0;
border: 0;
font-size: 100.01%;
}

/* Mozilla */
/* fix fuer Darstellungs-problem im firefox */
		hr {
			border: 0;
			height: 1px;
			color: #AAAAAA;
			background-color: #AAAAAA;
      }
html {height:100%;}

/* IE */

body {
height:100%;
}
body{font-size:0.7em;}
			/* Browserweiche für tabellen-Schriftgroessen in IE
			* Zeile wird nur in IE interpretiert, alle anderen Browser ignorieren sie 
			
			td{	//font-size:0.7em;}*/
      
/* Ein div-Container */
body {
font-family: 'Lucida Grande', Helvetica, Arial, Verdana, Geneva, Lucida, sans-serif;
font-size:14px;
background-color: #efefef;
/*  text-align:center;
width:760px; margin:0px auto; text-align:left;*/
}
/* Formate für Überschriften */
h1 {font-size:20px;color:#000000;margin:0px;}
h2 {font-size:14px;color:#000000;}
h3 {font-size:12px;color:#000000;}
p{
line-height: 1.5;
font-size:14px;
margin-top:2px;
}


/* Bild im Kopfbereich */
#bild-top {
 position:relative;
 left:0px; top:0px; width:760px; height:110px;
 padding:0px;
 overflow:hidden;
}
/* Bildergalerie*/
#box1{
 height:250px;
 width:200px;
 overflow:auto;
 border:1px solid #000;
}
#box2{
 width:800px;
}

/* Die Titelzeile */
#title {
height:30px;
padding:5px;
text-align:center;
}

/* Die Menüs und Links*/

a:link, a:visited, a:active, a:hover
{
  text-decoration:underline;
  font-weight:normal;
  color:#ff0000;
  font-size:12px;
}
a:active, a:hover
{
  color:#009999;
}
a.menu {
 display:block;
 padding:3px;
 border-top:1px solid #000;
 background-color:#737994;
 text-align:left;
 color:#eeeeee;
 text-decoration:none;
 }
a.menu:link, a.menu:visited
{
 color:#eeeeee;
 background-color:#737994;
 text-decoration:none; font-weight:bold;
}
a.menu:active, a.menu:hover
{
 color:#737994; font-weight:bold;
 background-color:#eeeeee;
}


#left, #right {
background-color:#bdbec6;
width:130px;
}
#left {
float:left;
}
#right {
float:right;
}
.menutitle{
font-weight:bold;
text-align:center;
margin:2px;
background-color:red;
}
.menucontainer {
border:1px solid #000;
background-color:#7b7d8e;
width:118px;
margin:5px;
}

/* Die Tabelle */
table {
width:754px;
border: solid 1px #ffffff;
position:relative;
left:2px; top:0px;
}

/* Der Inhalt 
********* alte Formatierung ******** 
#meineLiga {
border:1px solid #efeff7;
background-color:#efeff7;
width:486px;
padding:0px 5px;
float:left;
width:66%;
margin-left:3%;
}*/
#inhalt {
	height: auto;
	padding: 5px;
	text-align: justify;
	overflow: hidden;
}
#ligaErgebnisse {
	height: auto;
  width: 486px;
	padding: 5px;
	text-align: justify;
	overflow: auto;
}

/* footer */

#footer
{
	float: left;
	padding: 9px 0 9px 0;
	width: 100%;
	text-align: center;
	font-size: .74em;
	border-top: 2px solid #000000;
}
/* Spezial Effekte */
/* Hilfetexte, Informationen usw. */
.abbr, .acronym, .help {
  border-bottom: 1px dotted red;
  cursor: help;
  }


