@media screen, projection
{


  body { overflow-y: scroll; }

  /*-------------------------------------------------------------------------*/

  /* (en) Marginal areas & page background */
  /* (de) Randbereiche & Seitenhintergrund */
  body { background: #fff url("../../css/images/header_1px.png") repeat-x 0px 0px; padding: 0; }

  /* Layout Alignment | Layout-Ausrichtung */
  .page_margins { margin: 0 auto; position: relative; }

  .tophead {background: none;  height: 60px; }  

  /* Layout Properties | Layout-Eigenschaften */
  .page_margins { width: 960px; }
  .page { padding: 0px; }
  #header { padding: 10px 0em 10px 0px; color: #444;   }
  #header_left { float:left; width: 313px; margin-right: 5px }
  #header_mid { float:left; width: 313px; margin-right: 5px }
  #header_right { float:right; width: 313px; }
  #topnav { position:absolute; top:10px; right:10px; text-align:right; color: #aaa; background: transparent; }
  #nav {/*  background: url("../../css/images/nav_shaddow.png") no-repeat 0px 30px;
  padding-bottom: 20px;*/ }
  
  #teaser {}
  
 
  #teaser ul {padding-left: 10px !important; padding-top:15px; height: 31px; background: url("/css/images/teaser_bg.png") repeat-x 0px 0px; }
  
  #main { margin: 10px 0; background: #fff;  }
  #footer { padding: 10px 20px 30px 20px; color:#666; background: #f9f9f9; border-top: 5px #efefef solid; }
  #teaser_col1 {border-bottom: 1px solid #777; margin-bottom:10px  }
  

  /* footer */
  
  .zahnfoot { font-size: 11px; list-style-type: none; margin: 0 0 25px; padding: 8px 0 0; text-align: left; }
  
  .zahnfoot ul { display: inline-block; list-style: none outside none; margin: 0 0 0; padding: 8px 0 0; }

  .zahnfoot li { display: block; float: left; margin-left: 0; padding-left: 0; width: 25%; }
  
  .zahnfoot dl { width: 210px; }
  
  .zahnfoot dt { border-bottom: 1px solid #CCCCCC; font-size: 1em; font-weight: bold; margin-bottom: 3px; margin-left: 0; margin-right: 15px; padding-bottom: 3px; }
  
  .zahnfoot dd { margin-bottom: 0.2em; margin-left: 0; margin-right: 15px; }
  
  .imprint { font-size: 10px; margin-left: 0; }


  /* (en) navigation: horizontal adjustment | (de) horizontale Ausrichtung  */
  #nav ul { margin-left: 0px; }

  /*-------------------------------------------------------------------------*/

.similia_quest { }

a.bluebutton {background: none repeat scroll 0 0 #0262A2;
    display: inline;
    font-size: 125%;
    line-height: 1em;
    list-style-type: none;

    color:white;
    display: block;

    font-weight: bold;
    margin: 0 0 10px 0px;
    padding: 0.5em 0.8em;
    text-decoration: none;
    width: 200px;
}

a.bluebutton:hover {background:#eee; color:#333; text-decoration:none; outline: none;} 

  /* Navigation */
  
  .hlist {

    width:100%;
    overflow:hidden;
    float:left;
    display:inline;
    position:relative;
    background:none;
    line-height:0;
    font-family: Trebuchet MS;
    height:35px;

  }

  .hlist ul.left {
    margin:0;
    padding:0;
    display:inline;
    float:left; 
  }

  .hlist ul.right {
    margin:0;
    padding:0;
    display:inline;
    float:right; 
    
  }


  .hlist ul.left li, .hlist ul.right li  {
    display:inline;
    float:left; 
    font-size:125%;
    line-height:1em;
    list-style-type:none;
    padding:0;
    background: none !important;
  }
  
  .hlist ul.left li {
  margin:0px 5px 0px 0px;
  
  }
  
  .hlist ul.right li {
    
  margin:0px;
  }
  
  
  .first_left a {
    color:white;
    font-weight:bold;
  margin:0px;
    width: 100px;
    padding-top:13px;
    padding-left:12px;
    padding-bottom:7px;
  background: url("/css/images/nav_left_first_bg.png") no-repeat -5px 0px !important;
  display:inline-block;
  }
  
  .first_left a:hover {
    text-decoration:  none;
    color:#777777;
  background: url("/css/images/nav_left_first_bg_hover.png") no-repeat -4px 0px !important;
  display:inline-block;
  }
  
  .nav_mid a {
    color:white;
    font-weight:bold;
  margin:0px;
    width: 160px;
    padding-top:13px;
    padding-left:13px;
    padding-bottom:7px;
  background: url("/css/images/nav_bg_mid.png") no-repeat 0px 0px !important;
  display:inline-block;
  }
  
  .nav_mid a:hover {
    text-decoration:  none;
    color:#777777;
  background: url("/css/images/nav_bg_mid_hover.png") no-repeat 0px 0px !important;
  display:inline-block;
  }
  
  .hlist ul.right li a {
    color:white;
    font-weight:bold;
  margin:0px;
    width: 345px;
    padding-top:13px;
    padding-left:36px;
    padding-bottom:7px;
  background: url("/css/images/nav_bg_left.png") no-repeat -8px 0px !important;
  display:inline-block;
  }
  
  .hlist ul.right li a:hover {
    text-decoration:  none;
    color:#777777;
  background: url("/css/images/nav_bg_left_hover.png") no-repeat -8px 0px !important;
  display:inline-block;
  }



  
/*
  .hlist ul li a,
  .hlist ul li strong {
    background:transparent;
    color:white;
    display:block;
    font-size:1em;
    font-weight:bold;
    margin:0;
    padding:0.5em 0.8em 0.5em 0.8em;
    text-decoration:none;
    width:auto;
  }

  .hlist ul li a:focus,
  .hlist ul li a:hover,
  .hlist ul li a:active  { background:#eee; color:#333; text-decoration:none; outline: none; }

  .hlist ul li.active {
    background:#777777;

  }*/
  .hlist ul li.active strong,
  .hlist ul li.active a:focus,
  .hlist ul li.active a:hover,
  .hlist ul li.active a:active { background:transparent; color:#fff; text-decoration:none; }
  
  
  /* TOPhead NAV */
  
  
   .tophead_nav ul {
    margin:0px;
    padding:0;
    display:inline;
    float:right; 
  }



  .tophead_nav ul li  {
    display:inline;
    float:left; 
    font-size:125%;
    line-height:1em;
    list-style-type:none;
    padding:0;
    background: none;
  }
  

  .tophead_nav ul li a,
  .tophead_nav ul li strong {
    background:transparent;
    color:#135D9F;
    display:block;
    font-size:11px;
    font-weight:bold;
    margin:0;
    padding:0.7em 0.8em 0.5em 0.8em;
    text-decoration:none;
    width:auto;
  }

  .tophead_nav ul li a:focus,
  .tophead_nav ul li a:hover,
  .tophead_nav ul li a:active  { background:#eee; color:#333; text-decoration:none; outline: none; }


  .tophead_nav ul li.active strong,
  .tophead_nav ul li.active a:focus,
  .tophead_nav ul li.active a:hover,
  .tophead_nav ul li.active a:active { background:transparent; color:#135D9F; text-decoration:none; }
  
  
  
  /*--------------------------------------------------------*/

.fragen_item_small {padding:0px; padding-bottom:0px; margin-bottom: 10px; display: inline-block }

.fragen_item_small_left {float: left; width: 75px; padding:5px 0px; margin-right:10px; text-align: center; }

.fragen_item_small_main {float: left; width: 255px; margin-right: 5px;}

.fragen_item_small_right {float: right; width: 100px;}

.fragen_item_small_rate { background: url("../../css/images/item_left_bg.png") no-repeat 0px 0px; /*padding-bottom:25px*/  }

.fragen_item_small_main h1 {font-size: 12px !important; border-bottom: 0px !important;}




/*------------------------------------------*/

.fragen_item {padding:0px; padding-bottom:15px; margin-bottom: 10px; display: inline-block }

.frage_item_left {float: left; width: 75px; padding:5px 0px; margin-right:10px; text-align: center; }

.frage_item_main {float: left; width: 385px; margin-right: 5px;}

.frage_item_right {float: right; width: 180px;}

.frage_item_rate { background: url("../../css/images/item_left_bg.png") no-repeat 0px 0px; padding-bottom:25px  }

.frage_item_rate_green {background: #7B9F48; color: white;}

.frage_votes {font-size: 25px; font-weight: bold; }

.frage_vote { font-size: 11px; }

.frage_answer {font-size:20px }

.frage_answ {font-size: 11px;}

.views {display: inline-block; margin-top: 5px; font-size: 11px;}

.frage_item_right h3 {font-size: 16px; color:#444; }
.frage_item_right p {font-size: 14px;}
.inline_item3 {display: inline-block;}


/* Navigation profil */

.hlist_profil {
    /* (en) This image is mainly transparent */
    /* (de) Dieses Bild ist größtenteils transparent */
    background: none;
   margin: 0px 0px 10px 0px;
    width:100%;
    display: inline-block;
    font-family: "Trebuchet MS";
  }

  .hlist_profil ul.left {
    margin:0;
    padding:0;
    line-height:1em;
    list-style:none;
    white-space:nowrap;
    width: 30%;
    display: inline-block;
    float:left    
  }

  .hlist_profil ul.right, .hlist_profil ul.right_blue {
    margin:0;
    padding:0;
    line-height:1em;
    list-style:none;
    white-space:nowrap;
    width: 70%;
    display: inline-block;
    float:right    
  }

 .hlist_profil ul.left li, .hlist_profil ul.right li, .hlist_profil ul.right_blue li  {
    /* (en) Repeat the main color from the image */
    /* (de) Wiederholung der Hauptfarbe aus der Bilddatei */
    list-style-type:none !important;
    border-bottom: none;
    float:left; /* LTR */
    padding:0 0 0 3px;
    margin:0px;
  }



  .hlist_profil ul.left li {
    background:none;
  }

  .hlist_profil ul.right li {
    background:#CDCDCD;
        margin:0px 0px 0px 10px;
  }
  
  .hlist_profil ul.right_blue li {
    background:#0262A2;
        margin:0px 0px 0px 10px;
  }

  .hlist_profil a,
  .hlist_profil strong {
    /* (en) This image is mainly transparent */
    /* (de) Dieses Bild ist größtenteils transparent */
    background:transparent url("images/sliding_door/round/right.png") no-repeat top right;
    color:#667;
    display:block;
    font-weight:normal;
    padding:5px 11px 3px 8px;
    text-decoration:none;
    text-transform:none;

    /**
     * @bugfix
     * @affected   IE5.x, IE6
     * @css-for    all browsers
     * @valid      yes
     */
    width:auto; /* only IE 5.x */
    width/**/:/**/ .1em; /* only IE 6.0 */
  }

  .hlist_profil a:link { background-color:transparent; color:#667; }



  /**
   * @bugfix
   * @affected   IE5.x, IE6
   * @css-for    all browsers
   * @valid      yes
   */
  .hlist_profil > ul.left a,
  .hlist_profil > ul.left strong,
  .hlist_profil > ul.right a,
  .hlist_profil > ul.right strong,
  .hlist_profil > ul.right_blue a,
  .hlist_profil > ul.right_blue strong
  
  
   { width:auto; }  /* for other browsers */


.hlist_profil > ul.right_blue a

{ color: white; } 


  .hlist_profil ul.left li:focus,
  .hlist_profil ul.left li:hover,
  .hlist_profil ul.left li:active,
  
  .hlist_profil ul.right li:focus,
  .hlist_profil ul.right li:hover,
  .hlist_profil ul.right li:active,
  
  
  .hlist_profil ul.right_blue li:focus,
  .hlist_profil ul.right_blue li:hover,
  .hlist_profil ul.right_blue li:active
  
  
  
   {
    /* (en) Repeat the main color from the image */
    /* (de) Wiederholung der Hauptfarbe aus der Bilddatei */
    background:none;
    background-position:0 -150px;
  }

  .hlist_profil ul.left li:focus a,
  .hlist_profil ul.left li:hover a,
  .hlist_profil ul.left li:active a,
  .hlist_profil ul.right li:focus a,
  .hlist_profil ul.right li:hover a,
  .hlist_profil ul.right li:active a,
  .hlist_profil ul.right_blue li:focus a,
  .hlist_profil ul.right_blue li:hover a,
  .hlist_profil ul.right_blue li:active a  
  
   { background-position:100% -150px; color:black }

  .hlist_profil a:focus,
  .hlist_profil a:hover,
  .hlist_profil a:active {
    background:#EEEEEE;
    color:#667;
    outline: none;
    text-decoration:none;
  }

  .hlist_profil ul.left li.active,
  .hlist_profil ul.left li.active:focus,
  .hlist_profil ul.left li.active:hover,
  .hlist_profil ul.left li.active:active {
    /* (en) Repeat the main color from the image */
    /* (de) Wiederholung der Hauptfarbe aus der Bilddatei */
    background:none;
    border:0 none;
    color: black;
  }

  .hlist_profil li.active strong {
    /* (en) This image is mainly transparent */
    /* (de) Dieses Bild ist größtenteils transparent */
    background:transparent url("images/sliding_door/round/right_on.png") no-repeat top right;
    color:#334;
    font-weight:bold;
    padding-bottom:4px;
    padding-top:5px;
  }




/*------------ ANTWORT ITEM --------------------------------*/

.antwort_item {background: #f2f2f2; padding:5px; margin-bottom: 10px; border-top:2px solid #d2d2d2; border-bottom:2px solid #d2d2d2  }

.antwort_item_left {float: left; width: 75px; padding:20px 0px; margin-right:10px; text-align: center; background: url("../../css/images/vote.png") no-repeat -6px 0px;  }

.antwort_item_main {float: left; width: 450px; margin-right: 5px;}

.antwort_item_right {float: right; width: 180px;}

.antwort_item_rate { background: #EEEEEE;  }

.antwort_item_rate_green {background: #7B9F48 }



.answ {font-size:20px }

.answ_answ {font-size: 11px;}

.views {display: inline-block; margin-top: 5px; font-size: 11px;}

.antwort_item_right h3 {font-size: 16px; color:#444; }
.antwort_item_right p {font-size: 12px;}


/*------------ Zwischen ANTWORT ITEM --------------------------------*/

.zw_antwort_item {background: #D4E6FC; padding:5px; margin-bottom: 10px; border-top:2px solid #d2d2d2; border-bottom:2px solid #d2d2d2  }

.zw_antwort_item_left {float: left; width: 75px; padding:5px 0px; margin-right:10px; text-align: center; }

.zw_antwort_item_main {float: left; width: 450px; margin-right: 5px;}

.zw_antwort_item_right {float: right; width: 180px;}

.zw_antwort_item_rate { background: #EEEEEE;  }

.zw_antwort_item_rate_green {background: #7B9F48}

.answ {font-size:20px }

.answ_answ {font-size: 11px;}

.views {display: inline-block; margin-top: 5px; font-size: 11px;}

.zw_antwort_item_right h3 {font-size: 16px; color:#444; }
.zw_antwort_item_right p {font-size: 12px;}

/*------------ ANTWORT ITEM PREMIUM --------------------------------*/

.antwort_item_premium {background: #f2f2f2; padding:5px; margin-bottom: 10px; border-top:2px solid #d2d2d2; border-bottom:2px solid #d2d2d2  }

.antwort_item_left_premium {float: left; width: 75px; padding:20px 0px; margin-right:10px; text-align: center; background: url("../../css/images/vote.png") no-repeat -6px 0px;  }

.antwort_item_main_premium {float: left; width: 375px; margin-right: 5px; min-height: 100px;}

.antwort_item_right_premium {float: right; width: 180px;}

.antwort_item_rate_premium { background: #EEEEEE;  }

.antwort_item_rate_green_premium {background: #7B9F48 }


.answ {font-size:20px }

.answ_answ {font-size: 11px;}

.views {display: inline-block; margin-top: 5px; font-size: 11px;}

.antwort_item_right_premium h3 {font-size: 16px; color:#444; }
.antwort_item_right_premium p {font-size: 12px;}

h3.prem_answ { 
    float:right;
    background: #0262A2 url("../../css/images/prem.png") no-repeat 4px 4px;
    color: white;
    font-size: 12px;
    width: 153px;
    margin: -5px 0px 10px 0px;
    padding: 5px 5px 5px 30px;
    text-align: left;
    border:1px solid white;
    
    
    -webkit-box-shadow: 2px 2px 2px #FC9F00;
    -moz-box-shadow:2px 2px 2px #FC9F00;
    box-shadow: 2px 2px 2px #FC9F00;
    
 }

h3.prem_answ a {color:white; }

h3.answer { 
    float:right;
    background: #f2f2f2;
    color: white;
    font-size: 12px;
    width: 163px;
    margin: -5px 0px 10px 0px;
    padding: 5px 0px 5px 20px;
    text-align: left;
    border:1px solid white;

    -webkit-box-shadow: 2px 2px 2px gray;
    -moz-box-shadow:2px 2px 2px gray;
    box-shadow: 2px 2px 2px gray;

 }

/*------------ Zwischen ANTWORT ITEM PREMIUNM --------------------------------*/

.zw_antwort_item_premium {background: #D4E6FC; padding:5px; margin-bottom: 10px; border-top:2px solid #d2d2d2; border-bottom:2px solid #d2d2d2  }

.zw_antwort_item_left_premium {float: left; width: 75px; padding:5px 0px; margin-right:10px; text-align: center; }

.zw_antwort_item_main_premium {float: left; width: 455px; margin-right: 5px;}

.zw_antwort_item_right_premium {float: right; width: 180px;}

.zw_antwort_item_rate_premium { background: #EEEEEE;  }

.zw_antwort_item_rate_green_premium {background: #7B9F48; color: white;}

.zw_antwort_item_quest { background: #7B9F48 url("../../css/images/zw_quest_bg.png") no-repeat 22px 0px; width: 75px; height: 30px; display: inline-block  }


.answ {font-size:20px }

.answ_answ {font-size: 11px;}

.views {display: inline-block; margin-top: 5px; font-size: 11px;}

.zw_antwort_item_right_premium h3 {font-size: 16px; color:#444; }
.zw_antwort_item_right_premium p {font-size: 12px;}

 .taggs { margin-left: 0px; display: inline-block; width: 100%; padding: 5px 0px 3px 0px; margin: 0px 0px 10px 0px }
 .taggs ul {margin: 0px; padding-left: 0px}
 .taggs ul li.first {background: none; font-size: 14px; color: #444; width: 65px; box-shadow: none;}
 .taggs ul li.first:hover { background: none; }
 .taggs ul li {float:left; background: #f2f2f2; color: #0262A2; margin: 0px 10px 5px 0px; list-style: none; padding:5px; font-weight: bold; box-shadow:3px 3px #d2d2d2;}
 .taggs ul li:hover {background: silver}
 
 .activetagg { background: silver !important}
 
 span.tagg { background: #f2f2f2; color: #0262A2; margin: 0px 10px 5px 0px; list-style: none; padding:5px; font-weight: normal; box-shadow:3px 3px #d2d2d2; margin-bottom:10px}
 
 .li_span {font-size: 10px; color: #555}


 .taggs_regio { margin-left: 0px; display: inline-block; width: 100%; padding: 5px 0px 3px 0px; margin: 0px 0px 10px 0px }
 .taggs_regio ul {margin: 0px; padding-left: 0px}
 .taggs_regio ul li.first {background: none; font-size: 14px; color: #444; width: 65px; box-shadow: none;}
 .taggs_regio ul li.first:hover { background: none; }
 .taggs_regio ul li {float:left; width: 180px ; background: #f2f2f2; color: #0262A2; margin: 0px 10px 5px 0px; list-style: none; padding:5px; font-weight: bold; box-shadow:3px 3px #d2d2d2; padding-left:10px}
 .taggs_regio ul li:hover {background: silver}






.thx {
    
    padding: 10px 5px 10px 30px; 
    background: url("../../css/images/heart2.png") no-repeat 3px 8px;
    font-weight:bold;
    color:gray;
    }

/*-------------------- FRAME --------------------------*/

.frame {margin-top: 10px; display: inline-block}



.shaddowpic {  -webkit-box-shadow: 2px 2px 2px gray;
    -moz-box-shadow:2px 2px 2px gray;
    box-shadow: 2px 2px 2px gray;
    width: 50px;
    
    }


/* ------------------------ VOTES -----------------------------*/

.votes {font-size: 25px; font-weight: bold; background: url("../../css/images/vote_bg.png") no-repeat 22px 0px; width: 75px; height: 30px; display: inline-block }

.votes a {color: #f2f2f2; width: 75px; height: 30px; display: inline-block }
.votes a:hover {color: #f2f2f2; text-decoration: none }

.votes_vote { font-size: 11px; }


.votes_nobg {font-size: 25px; font-weight: bold; width: 75px; height: 30px; display: inline-block }


.votes_nobg a {color: #f2f2f2; width: 75px; height: 30px; display: inline-block }
.votes_nobg a:hover {color: #f2f2f2; text-decoration: none }

/* ---------------------------- Privatsprechstunde Miniprofil TOP -----------------------*/


.item_miniprofil_top {background: #f2f2f2; padding:5px; margin: 20px 0px 10px 0px;  }

.item_miniprofil_top_left {float: left; width: 75px; padding:0px 0px; margin-right:10px; text-align: center; }

.item_miniprofil_top_main {float: left; width: 450px; margin-right: 5px;}

.item_miniprofil_top_right {float: right; width: 180px;}


/* ---------------------------- Privatsprechstunde Miniprofil TOP PREMIUM -----------------------*/


.item_miniprofil_top_premium {background: #f2f2f2; padding:5px; margin: 20px 0px 10px 0px;   }

.item_miniprofil_top_left_premium {float: left; width: 75px; padding:0px 0px; margin-right:10px; text-align: center; }

.item_miniprofil_top_main_premium {float: left; width: 450px; margin-right: 5px;}

.item_miniprofil_top_right_premium {float: right; width: 180px;}

.item_miniprofil_top_right_premium h3 {font-size: 16px; color:#444; }
.item_miniprofil_top_right_premium p {font-size: 12px;}

 .item_miniprofil_top h1, .item_miniprofil_top_premium h1 {font-size: 14px ;}
 
 .item_miniprofil_top h3, .item_miniprofil_top_premium h3 {font-size: 12px ;}

.item_miniprofil_top_premium img {
    background: none repeat scroll 0 0 white;
    border: 1px solid silver;
    float: left;
    margin-right: 5px;
    padding: 3px;
    width: 70px;
}


  /**
   * (en) Formatting content container
   * (de) Formatierung der Inhalts-Container
   *
   */

  #col1 { float: right; width: 700px}
  #col2 { display:none}
  #col3 { width: auto; margin: 0 700px 0 0}
  #col1_content { padding: 0 0px 0 10px }
  #col3_content { padding: 0 10px 0 0px }
  
  

/*----------------- Profil -------------------*/


.profil {margin-top:10px; }

.profil_col_l {float:left; width: 120px ;  background: none }

.profil_col_mid {float:left; width:  350px; background: none }

.profil_col_r {float:right; width: 465px; background: none}

/*------------------------ stehen lassen ---------------------------*/


#headfix {
position: absolute;
z-index:1000;
width: 960px;
background: white;
}

#headfix.fixed {
  position: fixed;
  top: 0;
}

/* ----------- BUTTON ----------------------*/

.button {  -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;     
    -webkit-box-shadow: 1px 1px 1px #white;
    -moz-box-shadow:1px 1px 1px #white;
    box-shadow: 1px 1px 1px #white;
    
    background: none repeat scroll 0 0 white;
    border: 1px solid #F2F2F2;
    float: none !important;
    margin: 0 0 5px;
    padding: 10px;
    list-style: none;
    }



.button_chrono { 
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;     
    -webkit-box-shadow: 1px 1px 1px #white;
    -moz-box-shadow:1px 1px 1px #white;
    box-shadow: 1px 1px 1px #white;
    
    background: #f2f2f2  url("../../css/images/chrono.png") no-repeat 0px 2px !important;
    border: 1px solid #D2D2D2;
    float: none !important;
    margin: 0 0 5px;
    list-style: none;
    padding:5px 10px 5px 17px;
    font-weight: bold;
    }


.button_chrono:hover { 
background: #f2f2f2  url("../../css/images/alpha.png") no-repeat 0px 2px !important;
    }


.button_alpha { 
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;     
    -webkit-box-shadow: 1px 1px 1px #white;
    -moz-box-shadow:1px 1px 1px #white;
    box-shadow: 1px 1px 1px #white;
    
    background: #f2f2f2  url("../../css/images/alpha.png") no-repeat 0px 2px !important;
    border: 1px solid #D2D2D2;
    float: none !important;
    margin: 0 0 5px;
    list-style: none;
    padding:5px 10px 5px 17px;
    font-weight: bold;
    }

.button_alpha:hover {
    background: #f2f2f2  url("../../css/images/chrono.png") no-repeat 0px 2px !important;
    
}
	
  /*-------------------------------------------------------------------------*/
  
  
  .invis_int {   background-color: #FF9000  !important; z-index: 10000; font-weight: bold; }
  
  .invis_int span { font-size: 10px; color: white; font-weight: bold; }
  
  .reg_red {background:#FCEAEA url("../../css/images/reg_red.png") no-repeat 0px bottom}
  .reg_green {background: #E6F2D9 url("../../css/images/reg_green.png") no-repeat 0px bottom}


.answer_smalli {color: white; background: url("../../css/images/bg_answ_small.png") no-repeat 0px 1px; padding: 1px 15px 2px 3px }

  
 /* -------------- HEADER SWITCH --------------------*/
 
 #header_switch_left { float:left; width: 675px;}
 #header_switch_left p {width: 500px;}
 
 #header_switch_right {float:right; width: 275px; } 
 
 .header_switch_ul {
    text-align: right;
    
 }

 .header_switch_ul li {
    list-style: none;
    margin: 0px 0px 5px 0px;
    padding: 0px;
    font-weight: bold;
    
    display: inline-block;

 }  
 
 .header_switch_ul li a {
    padding:3px 10px 3px 3px;
    background: #F2F2F2 ;
    color: #135D9F; 
    width: 200px;
    display: inline-block;
    box-shadow: 3px 3px #D2D2D2;
  
  }

 .header_switch_ul li a:hover {
    background: #d2d2d2 ;
    box-shadow: 3px 3px #f2f2f2;
  
  } 
  

/*** MAIN NAVIGATION LEFT ***/


ul.main-navigation {
	padding: 0 20px 0 0; 
	margin: 0;
}

ul.main-navigation li {
	list-style-type: none;
	font-size: 12px;
	margin: 0;
	background: url(/css/images/line.gif) 0 0 repeat-x;
	padding: 7px 0 7px 0px;
    font-weight: bold;
    
}

ul.main-navigation li.item_first {
	background: transparent;
}

ul.main-navigation li a {
color:#02468E !important;
}

ul.main-navigation li a:hover,
ul.main-navigation li a:focus,
ul.main-navigation li.hover a.hover {
	color: #02468E;
/*	letter-spacing: 1px; */
	padding-right: 0;
}

ul.main-navigation li ul {
	display: none;
}

ul.main-navigation li.open ul {	
	display: block;
}

ul.main-navigation li ul {
	padding: 0; 
	margin: 0 0 0 0px;
}

ul.main-navigation li ul li {
	font-size: 11px;
	text-transform: none;
	background: transparent;
	padding: 4px 0 4px 0;
}

ul.main-navigation li ul li a {
    color: gray !important;
	padding: 0 0 0 0px;
	background: url(/css/images/mainnavi-link.gif) 0 center no-repeat;
}

ul.main-navigation li.open a {
	font-weight: bold;
	color: #009ace;
/*	letter-spacing: 1px;*/
}

ul.main-navigation li.open ul li a {
	font-weight: normal;
	color: #5e5e5e;
/*	letter-spacing: 0;*/
}

ul.main-navigation li.open ul li.open a {
	font-weight: bold;
	color: #009ace;
/*	letter-spacing: 0;*/
}

ul.main-navigation li ul li a:hover,
ul.main-navigation li ul li a:focus,
ul.main-navigation li.hover ul li a.hover {
	color: #009ace;
/*	letter-spacing: 0;*/
}

ul.main-navigation li ul ul li{
	display: none;
} 

.button_sticky {
    color:white;
    border:1px solid #d2d2d2;
    padding:5px;
    
    background: #bfd255; /* Old browsers */
background: -moz-linear-gradient(top,  #bfd255 0%, #8eb92a 50%, #72aa00 51%, #9ecb2d 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bfd255), color-stop(50%,#8eb92a), color-stop(51%,#72aa00), color-stop(100%,#9ecb2d)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #bfd255 0%,#8eb92a 50%,#72aa00 51%,#9ecb2d 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #bfd255 0%,#8eb92a 50%,#72aa00 51%,#9ecb2d 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #bfd255 0%,#8eb92a 50%,#72aa00 51%,#9ecb2d 100%); /* IE10+ */
background: linear-gradient(top,  #bfd255 0%,#8eb92a 50%,#72aa00 51%,#9ecb2d 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfd255', endColorstr='#9ecb2d',GradientType=0 ); /* IE6-9 */

}

  
}