#root {
}
#banner {
    height: 158px;
}
#links {
    float: left;
    line-height:16px;
    width: 12%;
    height: 100px;
    margin: 40px 0px 0px 0px;
}
div#oben {
    width: 84%;
    font-family:Arial;
    color:black;
    float:right;
    font-size: 12px;
    position:absolute;
    left:150px; top:150px; width:830px; height:100px;
    margin: 0px 0px 0px 0px;
}
div#mitte {
    width: 84%;
    font-family:Arial;
    color:black;
    float:right;
    font-size: 12px;
    position:absolute;
    left:150px; top:190px; width:850px; height:500px;
    margin: 0px 0px 0px 0px;
}
div#rechts {
    width: 16%;
    font-family:Arial;
    color:black;
    float:right;
    font-size: 12px;
    position:absolute;
    left:780px; top:190px; width:200px; height:500px;
    margin: 0px 0px 0px 0px;
}
div#Unten {
    float:left;
    color:black;
    width: 100%;
    position:relative;
    left:100px; top:555px; width:600px; height:100px;    
    margin: 0px 0px 0px 0px;
}
div#Mitgliederlinks {
    float: left;
    line-height:16px;
    width:15%;
    height: 100px;
    margin: 10px 0px 0px 0px;
}
div#MitgliederMitte {
    width: 84%;
    font-family:Arial;
    color:black;
    float:right;
    font-size: 12px;
    position:absolute;
    left:180px; top:190px; width:850px; height:500px;
    margin: 0px 0px 0px 0px;
}
div#MitgliederUnten {
    float:left;
    color:black;
    width: 100%;
    position:relative;
    left:100px; top:555px; width:600px; height:100px;    
    margin: 0px 0px 0px 0px;
}
h1 {
    font-family:Arial;
    font-size: 16px;
    font-weight: bold;
    margin-top: 2px;
    margin-bottom: 0px;
    background: white;
    color: black;
}
h2 {
    font-family:Arial;
    font-size: 14px;
    font-weight: bold;
    margin-top: 0;    
    margin-bottom: 0;
    background: white;
    color: black;
}
h3 {
    font-family:Arial;
    font-size: 12px;
    font-weight: normal;
    text-decoration:underline;
    font-style:italic;
    margin-top: 0;
    margin-bottom: 0;
    background: white;
    color: black;
}
h4 {
    font-family:Arial;
    font-size: 14px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0;
    background: red;
    color: white;
}
h5 {
    font-family:Arial;
    font-size: 16px;
    font-weight: normal;
    margin-top: 0;    
    margin-bottom: 0;
    background: white;
    color: blue;
}
h5a {
    font-family:Arial;
    font-size: 16px;
    font-weight: bold;
    margin-top: 0;    
    margin-bottom: 0;
    background: white;
    color: blue;
}
h6 {
    font-family:Arial;
    font-size: 12px;
    font-weight: normal;
    margin-top: 0;    
    margin-bottom: 0;
    background: white;
    color: black;
}
u1 {
    font-family:Arial;
    font-size: 10px;
    color:black;
    font-weight: normal;
    background: #FFFFFF;
    color: black;
    margin-bottom: 0;
    margin-top: 0;
}
u2 {
    font-family:Arial;
    font-size: 12px;
    color:black;
    font-weight: bold;
    background: #FFFFFF;
    color: black;
    margin-bottom: 1;
    margin-top: 0;
}
li {
    margin:0; padding:0;
}
ul {
    margin:0; padding:0;
}
li {
    font-family:Arial;
    font-size: 10px;
    color:blue;
    font-weight: normal;
    background: #FFFFFF;
    color: black;
    margin: 0px 0px 0px 10px;
    list-style-type:none;
}
ul {
    font-family:Arial;
    font-size: 10px;
    color:blue;
    font-weight: normal;
    background: #FFFFFF;
    color: black;
    margin: 0px 0px 0px 10px;
    list-style-type:none;
}
a:link { text-decoration:underline; font-size:14px; font-weight:bold; color:black; line-height:1.4em; }
a:visited { text-decoration:underline; font-size:14px; font-weight:bold; color:black; line-height:1.4em; }
a:hover { text-decoration:none; font-size:14px; font-weight:bold; color:white; background-color:red; line-height:1.4em; }
a:active { text-decoration:none; font-size:14px; font-weight:bold; corlor:blue; background-color:red; line-height:1.4em; }
a:focus { text-decoration:none; font-size:14px; font-weight:bold; color:blue; background-color:red; line-height:1.4em; }

// Liga Manager

require(dirname(__FILE__)."/init.php");


/** Außenbereich*/
.lmoMain { 
  background: <?=$lmo_main_background1?> repeat; 
  <?=empty($lmo_main_color1)?'':"color: $lmo_main_color1;";?>
  <?=empty($lmo_main_fontsize1)?'':"font-size: $lmo_main_fontsize1;";?>
  <?=empty($lmo_main_fontfamily1)?'':"font-family: $lmo_main_fontfamily1;";?>
}
.lmoMain p { 
  margin:0;
}

/** Außenbereich Überschrift*/
.lmoMain h1 { 
  background: <?=$lmo_main_background2?> repeat; 
  <?=empty($lmo_main_color2)?'':"color: $lmo_main_color2;";?> 
  <?=empty($lmo_main_fontsize2)?'':"font-size: $lmo_main_fontsize2;";?> 
  <?=empty($lmo_main_fontfamily2)?'':"font-family: $lmo_main_fontfamily2;";?>
}

/** Außenbereich Menü */
.lmoMain .lmoMenu { 
  font-weight: bold; 
  background: <?=$lmo_main_background4?> repeat; 
  <?=empty($lmo_main_color4)?'':"color: $lmo_main_color4;";?> 
}

.lmoMain .lmoMenu a { 
  background: <?=$lmo_main_background5?> repeat; 
  <?=empty($lmo_main_color5)?'':"color: $lmo_main_color5;";?> 
}

/** Außenbereich Untermenü */
.lmoMain .lmoSubmenu { 
  font-weight: bold; 
  background: <?=$lmo_main_background6?> repeat; 
  <?=empty($lmo_main_color6)?'':"color: $lmo_main_color6;";?> 
}

.lmoMain .lmoSubmenu a { 
  line-height:140%;
  font-weight: normal; 
  text-decoration: none; 
  background: <?=$lmo_main_background7?> repeat; 
  <?=empty($lmo_main_color7)?'':"color: $lmo_main_color7;";?> 
}

/** Außenbereich Fusszeilen */
.lmoMain .lmoFooter { 
  <?=empty($lmo_main_fontsize3)?'':"font-size: $lmo_main_fontsize3;";?> 
  font-weight: normal;
}

.lmoMain .lmoFooter a { 
  text-decoration: underline; 
  background: <?=$lmo_main_background1?> repeat; 
  <?=empty($lmo_main_color1)?'':"color: $lmo_main_color1;";?>
}

/** Ende Außenbereich */

/** Mittelbereich */
.lmoMiddle { 
  background: <?=$lmo_middle_background1?> repeat; 
  <?=empty($lmo_middle_color1)?'':"color: $lmo_middle_color1;";?>
  <?=empty($lmo_middle_fontsize1)?'':"font-size: $lmo_middle_fontsize1;";?>
  font-weight: bold;
}

/** Überschrift im Mittelbereich */
.lmoMiddle h1{ 
  background: <?=$lmo_middle_background2?> repeat; 
  <?=empty($lmo_middle_color2)?'':"color: $lmo_middle_color2;";?>
  font-size:<?=$lmo_middle_fontsize2?>;
}

/** Links im Mittelbereich */
.lmoMiddle a {  
  line-height:150%;
  text-decoration: none; 
  background: <?=$lmo_middle_background1?> repeat; 
  <?=empty($lmo_middle_color1)?'':"color: $lmo_middle_color1;";?> 
  font-weight: normal;
}

.lmoMiddle .lmoMenu {
  font-weight: bold; 
  background: <?=$lmo_middle_background4?> repeat; 
  <?=empty($lmo_middle_color4)?'':"color: $lmo_middle_color4;";?>
}

.lmoMiddle .lmoMenu a {
  line-height:140%;
  font-weight: normal; 
  text-decoration: none; 
  background: <?=$lmo_middle_background5?> repeat; 
  <?=empty($lmo_middle_color5)?'':"color: $lmo_middle_color5;";?>
}

.lmoMiddle .lmoSubmenu {
  background: <?=$lmo_middle_background6?> repeat; 
  <?=empty($lmo_middle_color6)?'':"color: $lmo_middle_color6;";?>
}

.lmoMiddle .lmoSubmenu a {
  background: <?=$lmo_middle_background7?> repeat; 
  <?=empty($lmo_middle_color7)?'':"color: $lmo_middle_color7;";?>
}

/** Innerer Bereich */
.lmoInner {
  background: <?=$lmo_inner_background1?> repeat; 
  <?=empty($lmo_inner_color1)?'':"color: $lmo_inner_color1;";?>
  <?=empty($lmo_inner_fontsize1)?'':"font-size: $lmo_inner_fontsize1;";?>
  font-weight: normal;
}

.lmoInner a {  
  line-height:100%;
  text-decoration: none; 
  background: <?=$lmo_inner_background1?> repeat; 
  <?=empty($lmo_inner_color1)?'':"color: $lmo_inner_color1;";?> 
  font-weight: normal;
}

.lmoInner caption {
  background: <?=$lmo_middle_background1?> repeat; 
  <?=empty($lmo_middle_color1)?'':"color: $lmo_middle_color1;";?> 
  font-weight: bold;
}

.lmoInner caption a{
  background: <?=$lmo_middle_background1?> repeat; 
  <?=empty($lmo_middle_color1)?'':"color: $lmo_middle_color1;";?> 
  font-weight: normal;  
}

.lmoInner .lmoFooter {
  background: <?=$lmo_inner_background2?> repeat; 
  <?=empty($lmo_inner_color2)?'':"color: $lmo_inner_color2;";?> 
}

.lmoInner .lmoFooter a { 
  line-height:150%;
  text-decoration: underline; 
  background: <?=$lmo_inner_background2?> repeat; 
  <?=empty($lmo_inner_color2)?'':"color: $lmo_inner_color2;";?>
}

.lmoKreuz table {
  <?=empty($lmo_kreuz_fontsize1)?'':"font-size: $lmo_kreuz_fontsize1;";?>
}

.lmoBackMarkierung {
  background: <?=$lmo_kreuzkal_background1?> repeat; 
}

.lmoBackMarkierung a { 
  line-height:190%;
  background: <?=$lmo_kreuzkal_background1?> repeat; 
  font-weight: bold; 
}

.lmoFrontMarkierung { 
  <?=empty($lmo_kreuzkal_color1)?'':"color: $lmo_kreuzkal_color1;";?> 
  font-weight: bold; 
}

.lmoLeer {
  background: <?=$lmo_kreuzkal_background2?> repeat;
}

.lmoTabelleMeister { 
  background: <?=$lmo_tabelle_background1?> repeat; 
  <?=empty($lmo_tabelle_color1)?'':"color: $lmo_tabelle_color1;";?> 
}

.lmoTabelleMeister a {
  background: <?=$lmo_tabelle_background1?> repeat;
  <?=empty($lmo_tabelle_color1)?'':"color: $lmo_tabelle_color1;";?> 
  text-decoration: none;
}

.lmoTabelleCleague { 
  background: <?=$lmo_tabelle_background2?> repeat; 
  <?=empty($lmo_tabelle_color2)?'':"color: $lmo_tabelle_color2;";?> 
}

.lmoTabelleCleague a {
  background: <?=$lmo_tabelle_background2?> repeat; 
  <?=empty($lmo_tabelle_color2)?'':"color: $lmo_tabelle_color2;";?> 
  text-decoration: none;
}

.lmoTabelleCleaguequali { 
  background: <?=$lmo_tabelle_background3?> repeat; 
  <?=empty($lmo_tabelle_color3)?'':"color: $lmo_tabelle_color3;";?> 
}

.lmoTabelleCleaguequali a { 
  background: <?=$lmo_tabelle_background3?> repeat; 
  <?=empty($lmo_tabelle_color3)?'':"color: $lmo_tabelle_color3;";?>
  text-decoration: none;
}

.lmoTabelleUefa { 
  background: <?=$lmo_tabelle_background4?> repeat; 
  <?=empty($lmo_tabelle_color4)?'':"color: $lmo_tabelle_color4;";?>
}

.lmoTabelleUefa a { 
  background: <?=$lmo_tabelle_background4?> repeat; 
  <?=empty($lmo_tabelle_color4)?'':"color: $lmo_tabelle_color4;";?>
  text-decoration: none; 
}

.lmoTabelleRelegation { 
  background: <?=$lmo_tabelle_background5?> repeat; 
  <?=empty($lmo_tabelle_color5)?'':"color: $lmo_tabelle_color5;";?>
}

.lmoTabelleRelegation a { 
  background: <?=$lmo_tabelle_background5?> repeat; 
  <?=empty($lmo_tabelle_color5)?'':"color: $lmo_tabelle_color5;";?>
  text-decoration: none; 
}

.lmoTabelleAbsteiger { 
  background: <?=$lmo_tabelle_background6?> repeat; 
  <?=empty($lmo_tabelle_color6)?'':"color: $lmo_tabelle_color6;";?>
}

.lmoTabelleAbsteiger a { 
  background: <?=$lmo_tabelle_background6?> repeat; 
  <?=empty($lmo_tabelle_color6)?'':"color: $lmo_tabelle_color6;";?>
  text-decoration: none; 
}

.lmoTabelleHeimbilanz { 
  background: <?=$lmo_tabelle_background7?> repeat; 
  <?=empty($lmo_tabelle_color7)?'':"color: $lmo_tabelle_color7;";?>
}

.lmoTabelleGastbilanz { 
  background: <?=$lmo_tabelle_background8?> repeat; 
  <?=empty($lmo_tabelle_color8)?'':"color: $lmo_tabelle_color8;";?> 
}

.lmoTurnierSieger { 
  background: <?=$lmo_turnier_background1?> repeat; 
  <?=empty($lmo_turnier_color1)?'':"color: $lmo_turnier_color1;";?>
}

.lmoTurnierSieger a { 
  background: <?=$lmo_turnier_background1?> repeat; 
  <?=empty($lmo_turnier_color1)?'':"color: $lmo_turnier_color1;";?>
  text-decoration: none;
}

.lmoTurnierSieger a:hover{ 
  background: <?=$lmo_turnier_color1?> repeat; 
  <?=empty($lmo_turnier_background1)?'':"color: $lmo_turnier_background1;";?> 
}

.lmoTurnierVerlierer { 
  background: <?=$lmo_turnier_background2?> repeat; 
  <?=empty($lmo_turnier_color2)?'':"color: $lmo_turnier_color2;";?>
}

.lmoTurnierVerlierer a { 
  background: <?=$lmo_turnier_background2?> repeat; 
  <?=empty($lmo_turnier_color2)?'':"color: $lmo_turnier_color2;";?>
  text-decoration: none;
}

.lmoTurnierVerlierer a:hover{ 
  background: <?=$lmo_turnier_color2?> repeat; 
  <?=empty($lmo_turnier_background2)?'':"color: $lmo_turnier_background2;";?> 
}

.lmotext { 
  text-align: justify; 
}

.colorpicker {
  display:none;
}

.sort-arrow {
	display:none;
}

.sort-arrow.descending {
	display:none;
}

.sort-arrow.ascending {
	display:none;
}
a span.popup, a:link span.popup{
	display: none;
}

<?
@include(PATH_TO_TEMPLATEDIR."/style.css");?>