@charset "UTF-8";
* {
    box-sizing: inherit;
}
* {
    margin: 0;
    padding: 0;
}
html {
    height: 100%;
    width: 100%;
    
}
body {
    height: 100%;
    width: 100%;
    overflow: auto;
    background-color: #eeeeee;
    font-family: arial, serif;
    font-size: 14px;
    color: #555;
    line-height:normal;
}
.wrapper {
    /*
    min-height: 100%;
    height: auto !important;
    height: 100%;
    */
    margin: 0 auto -40px; /* the bottom margin is the negative value of the footer's height */
}
.padding_0{
    padding: 0;
}
.height_10px{
    min-height: 10px;
}
.height_20px{
    min-height: 20px;
}
.push {
    height: auto; /* .push must be the same height as .footer */
    
}
.push img {
    display: block;
    margin: 0 auto;    
}
.push p {
    display: block;
    margin: 0 auto;
    text-align: center;
    color: #FFF;
}
.push p a{
    color: #FFF;
}
#bodyDiv {
    height: auto;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}

.footer {
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#bbb ), to(#999));
    background: -moz-linear-gradient( center bottom, #999 0%, #bbb 100% );
    -webkit-box-shadow: 0 0 4px #333;
    -moz-box-shadow: 0 0 4px #333;
    box-shadow: 0 0 4px #333;
    height: 28px; /* .push must be the same height as .footer */
    padding: 6px 11px 6px 16px;
}

a {
    color: #555;
}

a img, a {
    border: 0;
    outline: none;
}

hr {
    margin: 10px 0;
    border: 0;
    border-top: #d0d0d0 1px solid;
    border-bottom: #f4f4f4 1px solid;
}

h2 {
    font-size: 16px;
    margin-bottom: 6px;
    font-weight:bold;
    line-height:normal;
    margin-top:auto;
}

h3 {
    font-size: 13px;
    margin-bottom: 6px;
    font-weight:bold;
    line-height:normal;
    margin-top:auto;
}

.content_wrapper {
    width: 980px;
    margin: 0 auto;
}

.main_header {
    height: 45px;
    padding-top: 48px;
    background: #fff url('../images/header_bg.jpg') repeat-x;
    -webkit-box-shadow: 0 0 4px #333;
    -moz-box-shadow: 0 0 4px #333;
    box-shadow: 0 0 4px #333;
}
#main_header_headerimg {
    float: left;
}
#main_header_logos {
    float: right;
}
.aktuelle_hoerer {
    float: right;
    font-size: 10px;
    color: #7b7b7b;
    margin-top: 10px;
    width: 130px;
    text-align: right;
}

.aktuelle_hoerer p {
    float: left;
    margin-top: 2px;
    padding-right: 8px;
}

.aktuelle_hoerer span {
    display: inline-block;
    height: 20px;
    width: 80px;
    background: url('../images/aktuelle_hoerer.gif');
    font-size: 17px;
    text-align: right;
    padding: 3px 5px 0 0;
    color: #666;
    float: left;
    margin-top: 2px;
}

#logout.right {
    padding-bottom: 16px;
	padding-left: 4px;
	padding-top: 4px;
    padding-right: 4px;
    display: block;
    float: right;
    background-position: top;
}

#action, #procaction {
  display: none;
  position: fixed;
  background-color: #fff;
  opacity: 0.9;
  filter: alpha(opacity=90);
  font-size: 1.5em;
  font-weight: bold;
  width: 100%;
  height: 1250px;
  text-align: center;
  color: #555555;
  padding-top: 100px;
  z-index: 99;
}

#action #msg, #procaction #procactionmsg {
  position: relative;
  margin: 0px auto;
}

#action #loading-icon, #procaction #loading-icon {
  background: url('../images/loader.gif');
  position: relative;
  margin: 0px auto;
  width: 16px;
  height: 11px;
  margin-bottom: 15px;
}

.main_content {
    padding-top: 20px;
    width: 980px;
    margin: 0 auto;
}
#bgImg {
    border: 0 none;
    left: 0;
    position: absolute;
    top: 74px;
    z-index: 0;
}

.logoimg{
	padding-bottom: 10px;
	padding-left: 5px;
	padding-top: 0px;
	padding-right: 5px;
}
.logoimg2{
	padding-bottom: 3px;
	padding-left: 5px;
	padding-top: 0px;
	padding-right: 5px;
}
.headerimg{
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 10px;
}

.button {
    display: inline-block;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ddd ), to(#bdbdbd));
    background: -moz-linear-gradient( center top, #ddd 0%, #bdbdbd 100% );
    color: #555;
    text-shadow: #fff 0 0 2px;
    font-size: 11px;
    font-family: arial, serif;
    height:18px;
    line-height: 18px;
    padding: 5px 8px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 -1px 1px #ccc, inset 0 1px 1px #888;
    -moz-box-shadow: inset 0 -1px 1px #ccc, inset 0 1px 1px #888;
    box-shadow: inset 0 -1px 1px #ccc, inset 0 1px 1px #888;
    margin-right: 5px;
    text-decoration: none;
}

.button:active {
    background: -webkit-gradient(linear, 0% 100%, 0% 0%, from(#ddd ), to(#bdbdbd));
    background: -moz-linear-gradient( center bottom, #ddd 0%, #bdbdbd 100% );
}

.button img {
    float: left;
    margin-right: 5px;
}

label {
    /* display: block; **/
    font-size: 14px;
    margin-bottom: 5px;
}

label.error {
    color: #900;
    font-weight: bold;
    margin: -8px 0 16px 0;
}

select.standard, input[type=text].standard, textarea.standard, input[type=submit].standard, .login input[type=submit], .login input[type=text], .login input[type=password], .zeitbereich input, .zeitbereich select, .dataTables_filter input, .dataTables_length select, .ca_search input {
    display: block;
    font-size: 14px;
    height: 19px;
    padding: 3px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 0;
}
#search_form select, select#search_form{
    display: block;
    font-size: 14px;
    padding: 5px;
}

select.standard, input[type=text].standard, textarea.standard, .login input[type=text], .login input[type=password], .zeitbereich input, .zeitbereich select,  .dataTables_filter input, .ca_search input {
    color:#444;
    width: 300px;
    margin-bottom: 16px;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff ), to(#ddd));
    background: -moz-linear-gradient( center top, #fff 0%, #ddd 100% );
    -moz-box-shadow: inset 0 -1px 1px #ddd, inset 0 1px 1px #666;
    -webkit-box-shadow: inset 0 -1px 1px #fff, inset 0 1px 1px #666;
    box-shadow: inset 0 -1px 1px #fff, inset 0 1px 1px #666;
}

select.standard, input[type=text].standard, textarea.standard, .select_r_weiten_ddown_replace_wrapper select, .dataTables_length select {
    border: #aaa 1px solid;
}

.login input[type=submit], input[type=submit].standard {
    width: 150px;
    height: 25px;
    background: #bbb;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#bbb ), to(#999));
    background: -moz-linear-gradient( center bottom, #999 0%, #bbb 100% );
    -moz-box-shadow: inset 0 -1px 1px #ddd, inset 0 1px 1px #666;
    -webkit-box-shadow: inset 0 -1px 1px #fff, inset 0 1px 1px #666;
    box-shadow: inset 0 -1px 1px #ddd, inset 0 1px 1px #666;
    text-shadow: #333 0 0 2px;
    color: #fff;
}

.login input[type=submit]:active, input[type=submit].standard:active {
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#999 ), to(#bbb));
    background: -moz-linear-gradient( center top, #999 0%, #bbb 100% );
}

select.standard {
    height: 26px;
    width: 320px;
}

.login {
	width: 320px;
	color: #666;
	background-color: #eeeeee;
	padding: 20px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 0;
}

.login h2 {
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 12px;
}

.login .error {
    padding-top: 16px;
    font-size: 14px;
    color: #bb0000;
}

div#new_modul {
    position: fixed;
    width: 650px;
    margin: 100px 0 0 330px;
    background: #fff url('../images/bg_new_modul.jpg') 0 22px no-repeat;
    -webkit-box-shadow: 0 0 20px #000;
    -moz-box-shadow: 0 0 20px #000;
    box-shadow: 0 0 20px #000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    z-index: 1000;
}

.chart_type_line {
    float: left;
    width: 145px;
    height: 50px;
    padding-top: 35px;
    background: url('../images/charts/line.gif') right no-repeat;
    margin-right: 16px;
    margin-bottom: 40px;
}

.chart_type_column {
    float: left;
    width: 145px;
    height: 50px;
    padding-top: 35px;
    background: url('../images/charts/column.gif') right no-repeat;
    margin-right: 16px;
}

ul.sortable_list {
    list-style: none;
}
ul.sortable_list li {
    display: block;
}

.statistic_window {
    width: 650px;
    -webkit-box-shadow: 0 0 4px #333;
    -moz-box-shadow: 0 0 4px #333;
    box-shadow: 0 0 4px #333;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
    margin: 0 20px 20px 0;
    float: left;
}

.head {
    padding: 5px 6px 5px 8px;
    background: #bbb;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#bbb ), to(#999));
    background: -moz-linear-gradient( center top, #bbb 0%, #999 100% );
    font-size: 11px;
    color: #fff;
    border-bottom: #888 1px solid;
    text-shadow: #333 0 0 2px;
    cursor: move;
}

.head a {
    display: block;
    float: right;
    height: 13px;
    width: 13px;
    background-position: top;
    margin-left: 5px;
}

.head a.close {
    background-image: url('../images/icon_close.jpg');
}

.head a:active {
    background-position: bottom;
}

.content {
    font-size: 12px;
    padding: 12px;
}

div#new_modul .content {
    padding-left: 212px;
}
.chart_container {
    height: 350px;
    text-align: center;
}
#extra_chart {
    float: right;
}

.table_container {
    position: absolute;
    width: 576px;
    background-color: #fff;
    height: 326px;
    padding: 12px 25px;
    overflow: auto;
    opacity: .93;
}

.table h2 {
    font-size: 16px;
    margin-bottom: 16px;
}

.table table {
    border: 0;
    width: 100%;
}

.extra_chart_pie .table table { width: 500px; }

.table table th {
    background-color: #eee;
}

.table table th, .table table td {
    border: #bbb 1px solid;
    border-left: 0;
    padding: 6px 0;
}
.table table th.sort, .table table td.sort {
    background-color: #eee;
}

.table table th.first_col {
    width: 150px;
}
.table table th.sec_col {
    width: 75px;
    padding-right: 20px;
    text-align: right;
}

.table table th.last_col {
    border-right: 0px;
}

.table table td.first_col {
    padding-right: 20px;
    text-align: right;
}
.table table td.sec_col {
    padding-right: 20px;
    text-align: right;
}

.table table td.last_col {
    border-right: 0px;
}

.table table th {
    font-size: 14px;
    padding: 10px;
}

.table table td {
    font-size: 12px;
    border-top: 0;
}

.sent table td {
    padding-left: 8px;
}
/* START TABELLEN FUER CONTENTANALYSE */
.tabelle td  {
    vertical-align: top;
}
.tabelle th  {
    vertical-align: bottom;
}

.tabelle th.col_center {
    /* padding: 7px 2px 7px 0px!important; */
}
.tabelle th.col_left {
    text-align: left;
    padding-left: 9px!important;
}
.tabelle th.last {
    border-right: none!important;
}
.tabelle th.date {
    /* width: 95px!important; */
}
.tabelle th.time {
    width: 90px!important;
}


.tabelle td.col_center {
    text-align: center;
    padding: 7px 9px 7px 9px!important;
}
.tabelle td.col_right {
    text-align: right;
    padding: 7px 9px 7px 9px!important;
}
.tabelle td.col_left {
    padding: 7px 9px 7px 9px!important;
}
.tabelle td.dark {
     background-color: #eee;
}
.tabelle td.bold {
    font-weight: bold;
}
.tabelle td.last {
    border-right: none!important;
}
.tabelle td.first {
    border-right: #bbb 1px solid;
}
.tabelle td.lastrow {
    border-bottom: none!important;
}

/* ENDE TABELLEN FUER CONTENTANALYSE */
div.bar {
    float: left;
    background: url('../images/bar.gif') right;
    height: 14px;
    margin-right: 10px;
}


.button_row {
    margin-top: 12px;
    height: 32px;
}

.view_switch {
    height: 32px;
    width: 84px;
    background: url('../images/view_switch.jpg') top no-repeat;
}

.view_switch.table {
    background-position: bottom;
}

.view_switch a {
    display: block;
    float: left;
    height: 32px;
    width: 40px;
}

.link_back {
    display: block;
    text-decoration: none;
    float: left;
    background: url('../images/back.png') top;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    text-shadow: 0 -1px 1px #666;
    padding: 0 0 0 3px;
    text-align: center;
    height: 24px;
    line-height: 24px;
    width: 66px;
}

.link_back:hover { background-position: bottom; }

.clear_form {
    display: block;
    position: absolute;
    right: 14px;
    margin-top: 3px;
    width: 21px;
    height: 21px;
    background: url('../images/clear_form.png');
    cursor: pointer;
}

a.export_xls {
    display: block;
    float: left;
    height: 32px;
    width: 41px;
    background: url('../images/export_xls.jpg') top no-repeat;
    /* border-right: #777 1px solid; */
    border-radius: 5px;
}

a.export_mail {
    display: block;
    float: left;
    height: 32px;
    width: 43px;
    background: url('../images/export_mail.jpg') top no-repeat;
    display:none;
}

a.export_xls:active, a.export_mail:active {
    background-position: bottom;
}

/*******************/

div.sidebar {
    float: left;
    width: 200px;
}

ul.navi {
    list-style: none;
    /* padding: 10px 0 30px 0; */
    padding: 0 0 0 0;
}
ul.navi ul { list-style: none; }
ul.navi li {
    padding: 5px;
    border-bottom: #eee 1px solid;
}
ul.navi li a {
    display: block;
    padding: 3px 5px;
    color: #555;
    font-weight: bold;
    font-size: 16px;
    text-decoration: none;
    border-radius: 3px;
    -moz-border-radius: 3px;
    cursor:pointer;
}
#accordion ul.navi li.subnav{
    font-size: 14px;
    font-weight: bold;
    /* padding: 8px 13px; */
    padding: 20px 10px 5px;
}

ul.navi li ul li { padding: 1px 5px; border-bottom: 0; }
ul.navi li ul li a {
    color: #333;
    font-weight: normal;
    font-size: 14px;
    text-decoration: none;
}

ul.navi a:hover, ul.navi a.active {
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eee ), to(#ddd));
    background: -moz-linear-gradient( center top, #eee 0%, #ddd 100% );
}
ul.navi .submenu {
    margin: 0px 0px 0px 0px;
    font-size: 10px;
}
ul.navi li ul .submenu a {
    color: #333;
    font-weight: normal;
    font-size: 12px;
    text-decoration: none;
}
ul.navi li a.menu_item_offline {
    color:#aaa;
    cursor:auto;
}
ul.navi li a:hover.menu_item_offline, ul.navi li a.active.menu_item_offline {
    background: none;
}

.akt_gesamt {
    font-size: 42px;
    padding: 10px;
    text-shadow: 0 0 3px #fff;
    background: #e6e6e6;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e6e6e6 ), to(#d6d6d6));
    background: -moz-linear-gradient( center top, #e6e6e6 0%, #d6d6d6 100% );
    border-radius: 3px;
    -moz-border-radius: 3px;
    text-align: center;
    margin-bottom: 18px;
}

.akt_kanal {
    font-size: 11px;
    background: #e6e6e6;    
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eee ), to(#ddd));
    background: -moz-linear-gradient( center top, #eee 0%, #ddd 100% );
    border-radius: 3px;
    -moz-border-radius: 3px;
    margin-bottom: 6px;
    padding: 8px ;
    line-height: 14px;
}

.akt_kanal span {
    float: right;
    display: block;
    min-width: 35px;
    text-align: right;
    padding: 2px 4px;
    background: white;
    border-radius: 4px;
    -moz-border-radius: 4px;
    font-size: 11px;
    font-weight: bold;
    line-height: 11px;
    -webkit-box-shadow: inset 1px 1px 1px #aaa;
    -moz-box-shadow: inset 1px 1px 1px #aaa;
    box-shadow: inset 1px 1px 1px #aaa;
}

div.main, div.analytics {
    width: 760px;
    float: left;
    margin-left: 20px;
}

.zeitbereich h2 { float: left; margin-top: 10px; }
.zeitbereich label { float: right; margin-left: 12px; margin-top: 5px; }
.zeitbereich input, .zeitbereich select { float: right; width: 150px; margin-left: 12px; margin-bottom: 8px; }
.zeitbereich select { width: 170px; }

.dows {
    height: 30px;
    float: right;
}

.dows label { float: left; margin-top: 2px; margin-left: 6px; }
.dows input { width: auto; float: left;}

.programme { margin-right: -20px; }
.programme a {
    display: block;
    float: left;
    width: 155px;
    height: 17px;
    background: url('../images/programm_button.jpg');
    margin-right: 13px;
    margin-top: 6px;
    margin-bottom: 6px;
    color: white;
    padding-left: 25px;
    padding-top: 6px;
    text-decoration: none;
    text-shadow: 0 0 1px #222;
    font-size: 11px;
    font-weight: bold;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-box-shadow: 0 1px 3px #888;
    -moz-box-shadow: 0 1px 3px #888;
    box-shadow: 0 1px 3px #888;
    background-position: left bottom;
}

.programme a.active { 
    float: left;
    background-position: left top; 
}

.programme a span {
    float: right;
    margin-right: 9px;
    text-shadow: 0;
    font-size: 9px;
    margin-top: 1px;
    font-weight: normal;
    color: #666;
}

* + html .programme a span { /* IE 7 HACK */
    margin-top: -13px;
}

.programme a.check {
    background-image: url('../images/check_button.gif');
    -webkit-box-shadow: 0 0 0;
    -moz-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
    text-shadow: 0 0 0;
    color:#333;
}

.content_box {
    border-radius: 5px;
    -moz-border-radius: 5px;
    background-color: white;
    padding: 10px;
    box-shadow: 0 1px 5px #888;
    -webkit-box-shadow: 0 1px 5px #888;
    -moz-box-shadow: 0 1px 5px #888;
    margin-bottom: 20px;
}
.content_box_toggle {
    padding: 1px;
}
.daten h2 { margin: 6px 0 18px 0;}

.accuracy { float: right; margin-right: 10px; }
.accuracy a {
    float: left;
    display: block;
    height: 32px;
    width: 44px;
    background: url('../images/range_button.gif');
}

.accuracy a.hour { background-position: 0 0;}
.accuracy a.day { background-position: -44px 0;}
.accuracy a.week { background-position: -88px 0;}
.accuracy a.month { background-position: -132px 0;}

.accuracy a.hour.active { background-position: 0 -32px;}
.accuracy a.day.active { background-position: -44px -32px;}
.accuracy a.week.active { background-position: -88px -32px;}
.accuracy a.month.active { background-position: -132px -32px;}

.accuracy a.hour:active { background-position: 0 -64px;}
.accuracy a.day:active { background-position: -44px -64px;}
.accuracy a.week:active { background-position: -88px -64px;}
.accuracy a.month:active { background-position: -132px -64px;}


.tabs {
    list-style: none;
    height: 30px;
    margin: 30px 0 20px 0;
    border-bottom: #e5e5e5 1px solid;
}
.tabs_02{
    padding: 0 10px;
    border-bottom: #aaaaaa 1px solid;
}
.tabs li {
    float: left;
    margin-right: 3px;
}

.tabs li a {
    display: block;
    line-height: 30px;
    height: 30px;
    padding: 0 16px;
    font-size: 13px;
    font-weight: bold;
    -webkit-box-shadow: 0px -1px 3px #999;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-box-shadow: 0px -1px 3px #999;
    box-shadow: 0px -1px 3px #999;
    -moz-border-top-left-radius: 6px;
    border-top-left-radius: 6px;
    -moz-border-top-right-radius: 6px;
    border-top-right-radius: 6px;
    
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eee ), to(#fff));
    background: -moz-linear-gradient( center top, #eee 0%, #fff 100% );
    text-decoration: none;
}
.tabs_02 li a {
    box-shadow: 0 -1px 1px #aaaaaa;
    -webkit-box-shadow: 0px -1px 1px #aaa;
    -moz-box-shadow: 0px -1px 1px #aaa;
    

}
.tabs li a.active, .tabs li a:hover {
    background: #fff;
    height: 32px;
}
.tabs_02 li a.active, .tabs_02 li a:hover {

}

.tab_desc{
    font-size: 14px;
    margin: 0 10px;
    position: relative;
}
.tab_desc p{
    margin-bottom: 20px;
}
.tab_desc a{
    font-size: 12px;
}
.tab_desc_ca{
    width: 355px;
    margin: 10px 0 10px;
    float: left;
}
.textarea_mobilelink{
    width: 330px;
    height: 80px;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff ), to(#eee));
    background: -moz-linear-gradient( center top, #fff 0%, #eee 100% );
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: block;
    font-size: 14px;
    padding: 3px 10px;
}

/****** manager ******/

#mail_form textarea {
    width: 720px;
    height: 300px;
}

#mail_form input[type=text] {
    width: 720px;
}

/* helper */

.clear {
    clear: both;
    visibility: hidden;
    height: 0px;
    width: 0px;
    overflow: hidden;
}

.f-left { float: left; }
.f-right { float: right;}

.hide { display: none;}

/* START DOKUMENTATION CSS */
.doku {

    margin-top: 10px;
    line-height: 20px;
}
.doku li {
    margin-left: 30px;
}
.doku a {
    color: #555555;
}
#dokuXml .highlight {
    color: red;
}
#testFlashPlayerWrapper {
    float: left;
    width: 740px;
    text-align: center;
}
#testFlashPlayer {
    position: relative;
    width: 420px;
    height: 420px;
    margin: 0 auto;
    border: 1px solid #000000;
    margin-bottom: 20px;
    
}

/* ENDE DOKUMENTATION CSS */

.ui-timepicker-div .ui-widget-header{ margin-bottom: 8px; }
.ui-timepicker-div dl{ text-align: left; }
.ui-timepicker-div dl dt{ height: 25px; }
.ui-timepicker-div dl dd{ margin: -25px 0 10px 65px; }
.ui-timepicker-div td { font-size: 90%; }
.ui-datepicker .ui-datepicker-buttonpane { margin-top: 40px !important; }


/* Start App-INFOs */

.infotxt , .infotxt li{
    font-size: 14px;
    margin-right: 40px;
    padding: 0 10px;
}
.infotxt p{
    margin-bottom: 20px;
}
.infotxt ul{
    padding-bottom: 20px;
    padding-left: 15px;
}
.infotxt li{
    margin-right: 0px;
    margin-bottom: 10px;
}
.greeninfo{
    color: green;
    font-size: 10px;
    vertical-align: super;
}
.ca_search h2{
    padding: 5px;
    margin: 0px;
}

/* Single Button in der Navi */
ul.navi_single {
    list-style: none;
    padding: 1px;
}

ul.navi_single li {
    padding: 5px;
}
ul.navi_single li a {
    display: block;
    padding: 3px 5px;
    color: #555;
    font-weight: bold;
    font-size: 16px;
    text-decoration: none;
    border-radius: 3px;
    -moz-border-radius: 3px;
}
ul.navi_single a:hover, ul.navi_single a.active {
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eee ), to(#ddd));
    background: -moz-linear-gradient( center top, #eee 0%, #ddd 100% );
}

/* dev meu */

.clearfix::before, .clearfix::after {
    content: " ";
    display: block;
    height: 0;
    visibility: hidden;
}
.clearfix::after {
    clear: both;
}
.clearfix::before, .clearfix::after {
    content: " ";
    display: block;
    height: 0;
    visibility: hidden;
}
.clearfix {
}

.devmenu.vertical {
    margin-left: -00px;
    
}
.devmenu {
    float: left;
    background-color: white;
    padding: 5px;
    top: 100px;
}
.superusermenu, .localemenu {
    
}