﻿/*********** basic elements ***********/
body 
{
    background-color:#ffffff;
    color:#091773;
    font-family:Verdana, Arial;
    font-size:10pt;
    margin:0;
    padding:0;
}
/*********** heading ***********/
h2,h3 span {display:none;}
h1 {
	background:#222;
	color:#ffffff;
	width:592px;
	height:29px;
	padding-left:7px;
	border-bottom:1px solid #333;
	font-size:18px;
	line-height:29px;
	font-weight:normal;
}

h3 {
height:38px;
margin: 0px;
padding:10px 0px 10px 0px;
color:#091773;
font-size:14pt;
}

h4 {
height:26px;
margin: 0px;
padding:10px 0px 10px 0px;
color:#091773;
font-size:13pt;
}
/*********** paragraphs ***********/
p {margin:0;padding:0px 0px 10px 0px;}
p.text_fett {font-weight:bold;}
.text_fett {font-weight:bold;}
/*********** general links ***********/
a:link, a:visited, a:active, a:focus {color:#091773;}
 a:hover 
{
    color:#f74805;
}
/*********** unordered lists ***********/
ul{margin:0px 0px 10px 40px;}

ul li 
{
    list-style-type:none;
}
/*********** tables ***********/
TABLE 
{
    background:#fc7636;
    border-width:5px;
    border-style:ridge;
    border-color:#fa3e00; /* grün des Logos */
    border-collapse:separate;
    border-spacing:0px;
    padding:2px 5px 2px 5px;
    margin-bottom: 15px;   
}
#bayern
{
    background:#dd2537;
    color:#ffffff;
    border-width:5px;
    border-style:ridge;
    border-color:#fa3e00;
    border-collapse:separate;
    border-spacing:0px;
    padding:2px 5px 2px 5px;
    margin-bottom: 15px;   
}
#tsv1860
{
    background:#7c9ef3;
    color:#ffffff;
    border-width:5px;
    border-style:ridge;
    border-color:#3e5286;
    border-collapse:separate;
    border-spacing:0px;
    padding:2px 5px 2px 5px;
    margin-bottom: 15px;   
}
TH 
{  
    font-weight:bold;
    border-style:none;
    text-align:left;
    padding:5px 5px 10px 5px; 
}
TD 
{
    border-style:none;
    text-align:left;
    padding:5px; 
}
TR.heimspiel
{
    background:#979797;
    font-weight:bold; 
}
TR.heading
{
    font-weight:bold; 
}
/* ENDE */
/*********** elements of index.htm ***********/    
/* Title der Seite links*/
#title_div 
{
    position:absolute;
    left:600px;
    top:25px;
    width:788px;
    z-index:10;
}
/* ENDE */
/* Hinweistext auf letzte Aktualisierung der Seite */
#update 
{   
    position:absolute;
    left:600px;
    top:70px;
    font-size:8pt;
    color:#cccccc;
}
/* ENDE */
/* Hinweistext für aktuelle Meldungen */
#news 
{   
    position:absolute;
    left:310px;
    top:25px;
    font-size:10pt;
    color:#091773;
    z-index:100;
}
/* ENDE */
/* Hinweistext für Quicklinks (z.B. neue Bilder) */
#quicklink 
{   
    position:absolute;
    left:0px;
    top:220px;
    font-size:10pt;
    color:#091773;
    z-index:100;
}
/* ENDE */
/* Bilder Startseite*/
#logo 
{
    position:absolute;
    left:50px;
    top:25px;
    z-index:50;
    width:300px;
    height:100px;
}
#sky 
{
    position:absolute;
    left:430px;
    top:25px;
    z-index:100;
    width:130px;
    height:80px;
}
#live 
{   
    position:absolute;
    left:460px;
    top:70px;
    font-size:14pt;
    color:#091773;
    font-weight:bolder;
    z-index:130;
}
#kindl 
{
    position:absolute;
    left:755px;
    top:25px;
    /*left:65px;
    top:350px;*/
    z-index:50;
    width:100px;
    height:121px;
}
#augustiner 
{
    position:absolute;
    left:50px;
    top:360px;
    z-index:50;
    width:70px;
    height:126px;
}
#erdinger 
{
    
    position:absolute;
    left:130px;
    top:390px;
    z-index:50;
    width:70px;
    height:68px;
}

/* ENDE */
/* Inhaltsbereich für Text der Seite*/
#content 
{
    position:absolute;
    left:250px;
    top:130px;
    background-color:#ffffff;
    color:#091773;
    width:605px;
    margin:0 auto;
    padding:5px;
    z-index:30;
}
#container 
{
    position:absolute;
    left:250px;
    top:160px;
    background-color:#ffffff;
    color:#091773;
    width:605px;
    margin:0 auto;
    padding:5px;
    z-index:30;
}
/* ENDE */
/*********** link bar ***********/
/* Bereich der Links zu den Seiten (links) */
#links 
{
    position:absolute;
    left:50px;
    top:150px;
    background-color:#ffffff;
    z-index:60;
}
/* ENDE */
/*********** links navi ***********/
/* Linkliste in der Navigationsleiste */
#links li 
{
    list-style:none;
    padding:5px 10px 5px 0px;
    background:url(bilder/x-blue.gif) bottom repeat-x; 
}
#links li a, #links li a:visited, #links li a:active, #links li a:focus  {
    padding:5px 0px 5px 15px;
    background:url(bilder/listicon_blue.png) left no-repeat;
    text-decoration:none;
}
#links li a:hover 
{
    color:#f74805;
    background:url(bilder/listicon_orange.png) left no-repeat;
}
/* ENDE */
/*********** links content ***********/
/* Linklisten im Text */
#links_content li 
{
    list-style:none;
    padding:5px 10px 5px 0px;
    background:url(bilder/x-blue.gif) bottom repeat-x; 
}
#links_content li a, #links_content li a:visited, #links_content li a:active, #links_content li a:focus {
    padding:5px 0px 5px 15px;
    background:url(bilder/listicon_blue.png) left no-repeat;
    text-decoration:none;
}
#links_content li a:hover 
{
    color:#f74805;
    background:url(bilder/listicon_orange.png) left no-repeat;
}
/* ENDE */
/*********** elements of startseite.htm ***********/
/* Zwerg gespiegelt auf der Startseite */
#zwerg 
{
    position:absolute;
    left:500px;
    top:105px;
    z-index:100;
}