/* Diese StyleSheetDatei worde von und für Mafio.net erstellt. */

/* Text */
font.fuss
  {
    font-family:            "Calibri","Arial","Century Gothic","Browallia New";
    color:                  #FFFFFF;
    font-size:              10px;
  }
  
font.ueberschrift2
  {
    font-family:            "Century Gothic","Arial","Calibri","Browallia New";
    color:                  #0055bb;
    font-size:              10pt;
    font-weight:            bolder;
    margin-top:             5px; 
    margin-bottom:          5px;
    margin-right:           20px; 
    margin-left:            20px;
  }
  
font.ueberschrift
  {
    font-family:            "Century Gothic","Arial","Calibri","Browallia New";
    color:                  #0055bb;
    font-size:              24pt;
    font-weight:            bolder;
    text-align:             justify;
  }
  
font.unterueberschrift1
  {
    font-family:            "Century Gothic","Arial","Calibri","Browallia New";
    color:                  #0055bb;
    font-size:              18pt;
    font-weight:            bolder;
    text-align:             justify;
  }
  
font.unterueberschrift2
  {
    font-family:            "Century Gothic","Arial","Calibri","Browallia New";
    color:                  #0055bb;
    font-size:              12pt;
    font-weight:            bolder;
    text-align:             justify;
  }
  
  
font.text
  {
    font-family:            "Century Gothic","Arial","Calibri","Browallia New";
    color:                  #999999;
    text-align:             justify;
  }
  
a.panel
  {
    color:                  #999999;
    font-family:            "Century Gothic","Arial","Calibri","Browallia New";
    font-size:              9pt;
    text-decoration:        none;
    font-weight:            bolder;
    margin-top:             5px; 
    margin-bottom:          5px;
    margin-right:           40px; 
    margin-left:            40px;
  }
  
a.start
  {
    color:                  #000000;
    text-decoration:        none;
  }
  
a:hover.start
  {
    text-decoration:        underline;
  }
  
a
  {
    color:                  #EAC117;
    text-decoration:        none;
  }
  
a:hover
  {
    text-decoration:        underline;
  }
  
a:hover.panel
  {
    text-decoration:        underline;
  }

/* Seite */
body
  {
    background-image:       url('http://mafio.net/images/bg.gif');
    margin-top:             20px;
    margin-bottom:          20px;
    background-attachment:  fixed;  
  }
  
/* Layout Standard */
table.banner
  {
    border-style:           none;
    border-width:           0px;
    width:                  90%;
    height:                 200px;
    background-image:       url('http://mafio.net/images/banner.jpg');
    background-repeat:      no-repeat;
    background-position:    center;
    background-color:       #010012;
  }
  
table.main
  {
    border-style:           solid;
    border-width:           1px;
    width:                  90%;
    border-collapse:        collapse;
    border-color:           #3C454F;
    background-color:       #202832;
  }
  
table.second
  {
    border-style:           none;
    border-width:           0px;
    width:                  100%;
    height:                 100%;
    border-collapse:        collapse;
  }
  
table.fuss
  {
    border-style:           none;
    border-width:           0px;
    height:                 100%;
    width:                  100%;
    margin-top:             0px;
    margin-left:            0px;
    margin-right:           0px;
  }

div.fussLinks
  {
    position:               fixed; 
    left:                   0px; 
    bottom:                 0px; 
    height:                 18px; 
    width:                  50%; 
    background-color:       #002560;
  }
  
div.fussRechts
  {
    position:               fixed; 
    left:                   50%; 
    bottom:                 0px; 
    height:                 18px; 
    width:                  50%; 
    background-color:       #001360;
  }
  
/* Layout Navigationspanel */
table.panel
  {
    border-style:           solid;
    border-width:           1px;
    border-color:           #3C454F;
    border-collapse:        collapse;
    width:                  100%;
  }
  
td.topRight
  {
    border-color:           #3C454F;
    background-color:       #141821;
    width:                  15%;
    height:                 30px;
    text-align:             right;
    border-bottom-style:    solid;
    border-width:           1px;
  }
  
td.bottomRight
  {
    border-color:           #3C454F;
    width:                  90%;
    height:                 30px;
    text-align:             right;
    border-width:           0px;
    border-top-style:       none;
    border-top-width:       medium;
    border-bottom-style:    none;
    border-bottom-width:    medium;
  }
  
  
td.topLeft
  {
    border-color:           #3C454F;
    background-color:       #141821;
    width:                  15%;
    height:                 30px;
    text-align:             left;
    border-bottom-style:    solid;
    border-width:           1px;
  }
  
td.bottomLeft
  {
    border-color:           #3C454F;
    width:                  90%;
    height:                 30px;
    text-align:             left;
    border-top-style:       none;
    border-top-width:       medium;
    border-bottom-style:    none;
    border-bottom-width:    medium;
  }  
