@charset "UTF-8";
/**
 * Portalnavigation und Header mit Logo, Metanavigation und Suche 
 *
 */

@media all {

/* Alert Box */

.alert {
border: solid 1px grey;
background: #ffff99;
padding: 10px;
}

/* externe links */ 

a[href^="http:"] {
background: transparent url('/images/extern.gif') 100% 50% no-repeat;
padding-right: 15px;
}
a[href^="http://social-software.de"],
a[href^="http://www.social-software.de"],
a[href^="http://onpro.net"],
a[href^="http://www.addtoany.com"]
{
background: transparent;
padding-right: 0px;
}


  /* Klasse aus base_mod.css */
    }
  #portale { 
    position:static; 
    background: transparent; 
    width: 950px;
    margin-left: 10px;
  }

/* Footer Link zum Seitenanfang */

.art-footeranfang {
float:right;
margin-right:5px;
text-align:right;
}

.art-footeranfang a a:visited a:active {
color:#ffffff;
text-decoration:none;
}

.art-footeranfang a:hover {
text-decoration:underline;
}

/* Werbeflaechen */

#vwerbung { /* zeigt den vollen Banner im Seitenkopf an */
/* padding: 2px 2px 2px 2px; */
float:right;
margin-right: 8px;
  }
  
#hwerbung { /* zeigt den halben Banner im Seitenkopf an */
margin-left: 10px;
float:left;
  }  

#topwerbung { /* umschliesst den Werbeblock im Kopf */
background:none;
/* background:#ffffff; */
margin-top:2px;
margin-bottom:2px;
}

  /* Portalnavigation, basierren auf yaml nav_shinybuttons.css */  
  .hlist {
    width: 100%;
    /*overflow: hidden;*/
    float: left;
    display: inline;
    position:relative;
    background: #CDC7C5;
    border-bottom: 2px #fff solid;
    line-height: 0;
  }
  .hlist ul {
    display: inline;
    float: left; 
    margin: 0;
    padding: 0;
  }
  .hlist ul li {
    border-right: 2px #fff solid;
    display: inline;
    float: left;
    width: 158px;
    height: 35px;
    text-align:left;
    font-size: 1em;
    line-height: 1em;
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  .hlist ul li.portale_1 { width: 148px; }
  .hlist ul li.portale_6 { border-right: 0; }
  .hlist ul li a,
  .hlist ul li strong {
    background: transparent;
    color: #fff;
    display: block;
    height: 25px;
    font-size: 1em;
    font-weight: bold;
    margin: 0;
    padding: 5px 10px;
    text-decoration: none;
    width: auto;
  }
  .hlist ul li a:focus,
  .hlist ul li a:hover,
  .hlist ul li a:active {
    background: #F9713D;
    color: #fff;
    text-decoration: none;
    height: 25px;
  }

  .hlist ul li.active_portale_orange,
  .hlist ul li.portale_orange a:focus,
  .hlist ul li.portale_orange a:hover,
  .hlist ul li.portale_orange a:active {
    /* background: #F9713D; */
    background: #ff7533;
    color: #fff;
  }
  .hlist ul li.active_portale_blue,
  .hlist ul li.portale_blue a:focus,
  .hlist ul li.portale_blue a:hover,
  .hlist ul li.portale_blue a:active {
    background: #2573B9;
    color: #fff;
  }
  .hlist ul li.active_portale_yellow,
  .hlist ul li.portale_yellow a:focus,
  .hlist ul li.portale_yellow a:hover,
  .hlist ul li.portale_yellow a:active {
    background: #F5A32E;
    color: #fff;
  }
  .hlist ul li.active_portale_red,
  .hlist ul li.portale_red a:focus,
  .hlist ul li.portale_red a:hover,
  .hlist ul li.portale_red a:active {
    background: #B1405B;
    color: #fff;
  }
  .hlist ul li.active_portale_green,
  .hlist ul li.portale_green a:focus,
  .hlist ul li.portale_green a:hover,
  .hlist ul li.portale_green a:active {
    background: #49B44E;
    color: #fff;
  }
 .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;
  }


  /* Dropdown Weitere Angebote */
  ul#portale_more {
    position: absolute;
    top: 400;
    right: 0px;
    width: 300px;
    height: 200px;
    background: red;
    z-index:10;
    visibility:hidden;
    }
  
  
/* Header */  
  #header h1 {
    float: left;
    display: inline;
    width: 310px;
    height: 100px;
    margin:0;
    padding:0;
    border-right: 2px solid #fff;
    color: #000;
    background: #fff;
  }
  #header_1, #header_2 {
    width: 158px;
    height: 100px;
    float: left;
    display: inline;
    border-right: 2px solid #fff;
  }
  #header_1 a, #header_2 a, #header_3 a {
    font-weight: bold;
    display: block;
    margin: 5px 10px;
  }  
  #header_3 {
    width: 318px;
    height: 100px;
    float: left;
    display: inline;
    }
  form#ajaxSearch_form {
    margin: 5px 10px;
    }
  input#ajaxSearch_input {
    border: 1px solid #CDC7C5;
    width: 220px;
    padding: 2px 5px;
    }  
  input#ajaxSearch_submit {
    padding: 0 5px;
    }  

    
}

