﻿body
{
  
    text-align:center;
    margin:0px;
    background-color: #FFCC99;
    
}




.menu
{
    
    position: relative;
   
}

.logo
{ 
    visibility: visible;
    position: relative;
   
 }

.bg
{ 
    background-image: url('images/main-bg.jpg');
    margin:0px auto auto auto;
    background-repeat:repeat-y ;
    height: 100%;
    width: 950px;
    text-align: left;

    
 }



.slogan
{
    position: relative;
    float:right;
    margin:1px 20px 1px 1px;
    
    
}
.bio_titel
{
    position: relative;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #FFFFFF;
    font-size: 10px;
    padding:12px 0px 1px 5px;
}
.content
{
    height: 100%;
    width: 510px;
    overflow: auto;
    padding: 0px 20px 0px 20px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    min-height:700px;
  /*  scrollbar-base-color: #993300;
    scrollbar-arrow-color: #FFFFFF;
    scrollbar-3dlight-color: #FF9900;
    scrollbar-darkshadow-color: #993300;
    scrollbar-face-color: #FF9933;
    position: relative;*/
   text-align:justify;
   float:left;
   
}

.rightcontent
{
    height: 100%;
    width: 350px;
    overflow: auto;
    padding: 0px 20px 0px 20px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    min-height:700px;
  /*  scrollbar-base-color: #993300;
    scrollbar-arrow-color: #FFFFFF;
    scrollbar-3dlight-color: #FF9900;
    scrollbar-darkshadow-color: #993300;
    scrollbar-face-color: #FF9933;
    position: relative;*/
   text-align:justify;
   float:left;
   
}
.photo
{
    position: relative;
    padding:12px 2px 0px 13px;
    text-align:center;
    clear:right;
    float:right;
 
}
.live_titel
{
    position: relative;
    text-align:center;
    clear:right;
   
}
/*- Menu Tabs --------------------------- */

    #tabs
{
    float: left;
    width: 100%; /*background: #efefef;*/
    font-size: 100%;
    line-height: normal;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #FFFFFF;
    border-bottom-style: solid;
    border-bottom-color: #666666;
    border-bottom-width: 1px;
}
    #tabs ul
{
    margin: 0;
    padding: 10px 10px 0 30px;
    list-style: none;
   
}
    #tabs li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs a {
      float:left;
      background:url("images/tab_left.png") no-repeat left top;
      margin:0;
      padding:0 0 0 13px;
      text-decoration:none;
      }
    #tabs a span
{
    float: left;
    display: block;
    background: url("images/tab_right.png") no-repeat right top;
    padding: 13px 25px 14px 10px;
    color: #FFFFFF;
}
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs a span {float:none;}
    /* End IE5-Mac hack */
    #tabs a:hover span {
      color:#FFF;
      }
    #tabs a:hover {
      background-position:0% -45px;
      }
    #tabs a:hover span {
      background-position:100% -45px;
      }

.footer
{ 
 
    width:100%;
    height: 35px;
    margin:20px auto auto auto;
    text-align:center;
    display:inline-block;
   
 }




a.footer1:link
{
   
    float: left;
    padding: 10px;
    color: #FFCCCC;
    font-family: Verdana, Arial,Helvetica;
    font-weight: bold;
    font-size: 8pt;
    vertical-align: middle;
    text-decoration: none;
}

a.footer1:visited
{
   
    float: left;
    padding: 10px;
    color: #FFCCCC;
    font-family: Verdana, Arial,Helvetica;
    font-weight: bold;
    font-size: 8pt;
    vertical-align: middle;
    text-decoration: none;
}

a.footer1:hover
{
    
    color: #666666;
    font-family: Verdana, Arial,Helvetica;
    font-weight: bold;
    font-size: 8pt;
    vertical-align: middle;
    text-decoration: none;
}


a.content1:link
{
    background-position: left bottom;
    padding: 3px;
    background-color: #FF9900;
    color: #800000;
    font-family: Verdana, Arial,Helvetica;
    font-weight: bold;
    font-size: 10pt;
    text-decoration: none;
}



a.content1:visited
{ 
   
    background-position: left bottom; 
    padding: 3px; 
    background-color: #FF9900;
    color: #800000;
    font-family: Verdana, Arial,Helvetica;
    font-weight: bold;
    font-size: 10pt;
    
    text-decoration: none;
 }


a.content1:hover
{ 
    background-position: left bottom; 
    padding: 3px; 
    background-color: #FFCC99;
    color: #666666;
    font-family: Verdana, Arial,Helvetica;
    font-weight: bold;
    font-size: 10pt;
    text-decoration: none;
 }

 #xyz_main {
    width: 140px;
    border: 1px solid #666666;
    text-align: left;
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -70px;
}


