html, body {
  width: 100%;
  min-height: 100%;
}

body {
  text-align: left;
  position: absolute;
}

#doc4 {
  float: left;
  margin: 0;
  height: 100%;
}

#bd, #ft {
  background: white;
}

#sky {
  position: absolute;
  left: 974px;
  top: 0px;
  margin: 0px;
  padding: 0px;
  text-align: left;
  vertical-align: top;
  border: 0px;
}

#leaderboard {
  text-align: left;
  height: 100px;
}

#sky a {
  margin-left: 0px;
  border: 0px;
  padding: 0px;
}

#logo-container {
  height: 95px;
  line-height: 95px;
  background: rgb(145, 111, 111) url('../img/logo_bg.jpg');
  padding: 0px 15px 0px 15px;
  overflow: hidden;
  border-bottom: 1px solid white;
}

#logo-container img.logo {
  padding-top: 19px;
  line-height: 120px;
  float: left;
}

#logo-container .search-button {
  padding-bottom: 10px;
  margin-left: 10px;
  vertical-align: middle;
}

#logo-container #search-box {
  position: relative;
  top: 0px;
  left: 400px;
}

#logo-container #search-box #submit {
  position: relative;
  top: 15px;
  left: 18px;
}

#logo-container #search-box input {
  position: relative;
  top: -21px;
  border: none;
}

#nav-container {
  height: 25px;
  line-height: 25px;
  overflow: hidden;
  background: rgb(0, 0, 0) url('../img/nav_bg.jpg');
}

#nav-container ul {
    list-style-type: none;   
}

#nav-container ul li {
    float: left;
    position: relative;
    z-index: 1000;
    border-right: solid 1px rgb(175,175,175);
}

#nav-container ul li:hover {
    width: auto;
}

#nav-container ul li a {
    float: left;
    display: block;
    padding: 0 16px 0 16px;
    text-decoration: none;
    font-size: 95%;
    font-weight: bold;
    color: rgb(255,255,255);
}

#nav-container ul li a:hover {
  background-color: rgb(190,190,190);
  text-decoration: none;
}

#static-nav-container {
    height: 20px;
    line-height: 20px;
    margin-top: 5px;
    margin-right: 6px;
    z-index: 1000;
    overflow: hidden;
    text-align: right;
    vertical-align: bottom;
    font-size: 80%;
}

#static-nav-container a {
    color: black;
    text-decoration: none;
}

#static-nav-container a:hover {
    text-decoration: underline;
}

.banner-small {
  margin-right: 20px;
}

#content-container {
  margin: 5px 0px 5px 0px;
}

#content-container .container {
  margin-left: 18px;
  float: left;
  display: block;
}

#content-container .first {
  margin-left: 5px;
}

#center-container .subcontent-unit {
    background: #EBEBEB none repeat scroll 0 0;
    /*border: 1px solid #BEBEBE;*/
    margin: 0 0 1.5em;
    padding: 0 0 5px;
    overflow: hidden;
    width: 964px;
}

#ft {
  clear: both;
  text-align: center;
  font-size: 90%;
  line-height: 150%;
  color: #aaa;
}

#ft a {
  color: #aaa;
  text-decoration: none;
}

#ft a:hover {
  text-decoration: underline;
}

#ft .other-sites {
  margin-top: 5px;
  color: black;
}

#ft .other-sites a {
  color: black;
}

/*********************************
* General Styles
*/

.subcontent-unit h1
{
    background: url('../img/hgr_overline_grey.jpg') repeat-x;
    clear: both; 
    margin: 0px;
    padding: 3px 10px 3px 10px;
    background-color: rgb(190,190,190);
    font-family: arial,sans-serif;
    color: black;
    font-weight: bold; font-size:95%;
    text-align: left;
    border: none;
}

.red h1 {
    background: url('../img/hgr_rotverlauf.jpg') repeat-x;
    color: white;
}

.blue h1 {
    background: url('../img/hgr_blauverlauf.jpg') repeat-x;
    color: white;
}

.darkblue h1 {
    background: url('../img/hgr_dunkelblauverlauf.jpg') repeat-x;
    color: white;
}

.red h1 a,
.blue h1 a,
.darkblue h1 a{
    color: white;
    text-decoration: none;
}

.red h1 a:hover,
.blue h1 a:hover,
.darkblue h1 a:hover{
    text-decoration: underline;
}

.subcontent-unit h2
{
    padding: 4px 10px 3px 10px;
    font-family: arial,sans-serif;
    font-weight: bold; 
    font-size:110%;
}

.subcontent-unit h3
{
    padding: 0px 5px 3px 10px;
    font-family: arial,sans-serif;
    font-weight: bold; 
    font-size:100%;
}

.subcontent-unit p {
    /*clear:both;*/
    white-space:normal;
    margin:0 10px 1.0em 10px;
    color:rgb(80,80,80);
    line-height:1.3em;
    font-size:100%;
}

.subcontent-unit p.error {
    color: red;
    margin:0 10px 1.0em 0px;
    font-size: 85%;
}

.subcontent-unit p.bodytext {
  margin: 10px 10px 10px 10px;
}


.subcontent-unit .csc-textpic {
    
}

.subcontent-unit .csc-textpic-right .csc-textpic-imagewrap {
    float: right;
    margin: 10px 10px 5px;
}

.subcontent-unit .csc-textpic-right .csc-textpic-text {
    clear: none;
}

/*
.subcontent-unit .csc-textpic-right .csc-textpic-text p.bodytext {
    margin: 0;
}
*/

.subcontent-unit .csc-textpic .csc-textpic-imagewrap .csc-textpic-caption {
    display: block;
    font-size: 80%;
    /*width: 268px;*/
    text-align: left;
    margin: 3px 0 3px 0;
    padding: 3px 0 0 0;
    color: #505050;
}

/*********************************
* UL - List
*/

.subcontent-unit ul {
    padding: 10px;
}

.subcontent-unit ul li {
    font-size: 100%;
    color: #505050;
    line-height: 1.3em;
    white-space: normal;
    list-style: disc inside;
    margin: 0 0 5px 0;
}

/*********************************
* OL - List
*/

.subcontent-unit ol {
    padding: 10px;
}

.subcontent-unit ol li {
    font-size: 100%;
    color: #505050;
    line-height: 1.3em;
    white-space: normal;
    list-style: decimal inside;
    margin: 0 0 5px 0;
}

/*********************************
* UL - LongList
*/

.subcontent-unit ul.content-longlist,
.subcontent-unit ul.list {
    clear:both;
    white-space:normal;
    margin:0 10px 1.0em 10px;
    padding: 0;
    color:rgb(80,80,80);
    line-height:1.3em;
    font-size:100%;
}

.subcontent-unit ul.content-longlist li,
.subcontent-unit ul.list li {
    font-size: 85%;
    font-weight: bold;
    padding-top: 5px;
    background: url('../img/pfeil_grey.gif') no-repeat center right;
    border-bottom: 1px solid #BEBEBE;
    cursor: pointer;
    list-style: none;
}

.subcontent-unit ul.content-longlist li:hover,
.subcontent-unit ul.list li:hover {
    background: #3D60F5;
    color: #EBEBEB;
}

.subcontent-unit ul.content-longlist li label,
.subcontent-unit ul.list li label {
    margin-right: 23px;
    margin-top: 5px;
    float: left;
    font-size: 85%;
}

.subcontent-unit ul.content-longlist li h2,
.subcontent-unit ul.list li h2 {
    font-weight: bold;
}

.subcontent-unit ul.content-longlist li a,
.subcontent-unit ul.list li a {
    text-decoration: none;
    color: black;
}

/*********************************
* UL - CategoryList
*/
.subcontent-unit ul.category-list li {
    line-height: 1.9em;
    padding-bottom: 5px;
    padding-top: 5px;
}


/*********************************
* TABLE - List
*/

.subcontent-unit table.app-list thead td {
    text-align: left;
    padding: 0px 5px 15px 365px;
}

.subcontent-unit table tbody td
{
    padding: 2px 5px 2px 10px;
}

.subcontent-unit table tbody td label {
    font-size: 85%;
}

.subcontent-unit table.app-list tbody tr,
.subcontent-unit table.category-list tbody tr ,
.subcontent-unit table.teaser-list tbody tr,
.subcontent-unit table.top-list tbody tr,
.subcontent-unit table.results-list tbody tr,
.subcontent-unit table.news-list-alternate tbody tr {
    border-bottom: 1px solid #BEBEBE;
}

.subcontent-unit table.app-list tbody td,
.subcontent-unit table.category-list tbody td ,
.subcontent-unit table.teaser-list tbody td,
.subcontent-unit table.top-list tbody td,
.subcontent-unit table.results-list tbody td,
.subcontent-unit table.news-list-alternate tbody td {
    border-bottom: 1px solid #BEBEBE;
}

.subcontent-unit td.arrow {
    background: url('../img/pfeil_grey.gif') no-repeat center right;
}

.subcontent-unit table.app-list tbody,
.subcontent-unit table.category-list tbody,
.subcontent-unit table.teaser-list tbody,
.subcontent-unit table.top-list tbody,
.subcontent-unit table.news-list tbody,
.subcontent-unit table.results-list tbody{
    cursor: pointer;
}

.subcontent-unit table.app-list tbody tr:hover,
.subcontent-unit table.category-list tbody tr:hover,
.subcontent-unit table.teaser-list tbody tr:hover,
.subcontent-unit table.top-list tbody tr:hover,
.subcontent-unit table.news-list tbody tr:hover
.subcontent-unit table.apps-list tbody tr:hover{
    background: #3D60F5;
    color: #EBEBEB;
}

.subcontent-unit table tbody td span.count {
    font-size: 85%;
    line-height: 24px;
}

.subcontent-unit table tbody td a {
    text-decoration: none;
    color: black;
}

.subcontent-unit table tbody td p a {
    text-decoration: underline;
    color: blue;
}

/*********************************
* TABLE - App List
*/
.subcontent-unit table.app-list {
    margin-left: 5px;
}

.subcontent-unit table.app-list tfoot td {
    background: black url('../img/hgr_fwd_bwd.jpg') repeat-x;
    color: white;
    font-size: 95%;
}

.subcontent-unit table.app-list h2 {
    padding: 0px;
    font-size: 90%;
    float:left;
}

.subcontent-unit table.app-list label {
    font-size: 80%;
    line-height: 150%;
}

/*********************************
* TABLE - Category List
*/
.subcontent-unit table.category-list {
  margin: 0px 10px 10px 10px;
}

.subcontent-unit table.category-list tbody td {
  padding: 5px 5px 2px 0px;
}

.subcontent-unit table.category-list h2 {
  padding: 4px 5px 3px 0px;
}

/*********************************
* TABLE - Teaser List
*/
.subcontent-unit table.teaser-list tbody td {
  font-size: 80%;
  padding: 2px;
}

/*********************************
* TABLE - Top List
*/
.subcontent-unit table.top-list tbody td {
    padding: 5px 0px 5px 0px;
}

.subcontent-unit table.top-list h2 {
    padding: 0px;
    font-size: 90%;
    float:left;
}

.subcontent-unit table.top-list label {
    font-size: 80%;
    line-height: 150%;
}

/*********************************
* TABLE - App Teaser
*/
.subcontent-unit table.apps-teaser td {
  padding: 0px;
}

.subcontent-unit table.apps-teaser td.teaser-text {
  background: #ebebeb url('../img/bg_landing_apps.jpg') no-repeat 0 0;
  padding: 205px 0 0 198px;
}

/*********************************
* TABLE - Single View
*/
.subcontent-unit table.single-view td {
  padding: 0px;
}

.subcontent-unit table.single-view .apps-single-imgcaption {
    font-size: 80%;
    width: 210px;
    text-align: left;
    margin: 3px 0 3px 0;
}

.subcontent-unit table.single-view .app-carousel-container {
    overflow: hidden;
    position: relative;
    text-align: left;
    width: 240px;
    margin: 5px 10px 10px 10px;
}

.subcontent-unit table.single-view .app-carousel-container .carousel-nav button {
    border: none;
    background: transparent;
    width: 20px;
    height: 20px;
    padding: 0;
    margin: 0;
    cursor: pointer;
}
.subcontent-unit table.single-view .app-carousel-container .carousel-nav .karusel-pos-container {
    display: block;
    height: 20px;
    text-align: center;
    margin: 0 auto;
    position: relative;
}

.subcontent-unit table.single-view .app-carousel-container .carousel-nav .karusel-pos {
    background: transparent url('../img/karusel_pos_leer.png') no-repeat;
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 6px;
    height: 20px;
}
/*
* .subcontent-unit table.single-view .app-carousel-container .carousel-nav .karusel-pos {
    display: inline;
}

*:first-child+html .subcontent-unit table.single-view .app-carousel-container .carousel-nav .karusel-pos {
    display: inline;
}
*/

.subcontent-unit table.single-view .app-carousel-container .carousel-nav .karusel-full {
    background: transparent url('../img/karusel_pos_voll.png') no-repeat;
}

.subcontent-unit table.single-view .app-carousel-container ol {
    margin: 0;
    overflow: hidden;
    height: 240px;
    padding: 0;
    position: relative;
    text-align: left;
    width: 320000px;
    left: 0;
    top: 0;
}

.subcontent-unit table.single-view .app-carousel-container ol li {
    list-style: none;
    float: left;
    width: 240px;
    overflow: hidden;
}

.subcontent-unit table.single-view .app-carousel-container ol li.image-active {
    
}

/*********************************
* TABLE - Top List
*/
.tx-mmforum-pi1 a {
  color:#fff;
}

.tx-mmforum-textbutton {
  border: none;
  margin-left: 5px;
}

.tx-mmforum-textbutton a {
  color: #1555A0;
}

.tx-mmforum-pi1-listpost-topicicon {
  margin: 5px;
}

/*********************************
* TABLE - News List
*/
.subcontent-unit table.news-list h2 {
  
}

.subcontent-unit table.news-list tbody {
    padding-bottom: 5px;
    border-bottom: 1px solid #BEBEBE;
}

.subcontent-unit table.news-list label {
    font-size: 80%;
}

.subcontent-unit table.news-list tfoot td,
.subcontent-unit table.news-list-alternate tfoot td {
    background: black url('../img/hgr_fwd_bwd.jpg') repeat-x;
    color: white;
    font-size: 95%;
    vertical-align: top;
    height: 24px;
    padding: 0;
}

.subcontent-unit  table.news-list .tx-ttnews-browsebox tr,
.subcontent-unit  table.news-list .tx-ttnews-browsebox td,
.subcontent-unit  table.news-list-alternate .tx-ttnews-browsebox tr,
.subcontent-unit  table.news-list-alternate .tx-ttnews-browsebox td {
    border-bottom:none;
    padding: 0px;
    margin: 0px;
    vertical-align: top;
    padding: 0px;
}

.subcontent-unit table.news-list .tx-ttnews-browsebox a {
    color: white;
}

.subcontent-unit table.news-list .tx-ttnews-browsebox p {
    margin: 0px;
    padding: 0px;
    line-height: 21px;
}

.subcontent-unit table.news-list .news-item {
    margin: 10px 0 10px 0;
}

.subcontent-unit table.news-list .news-latest-item .news-latest-img,
.subcontent-unit table.news-list .news-item .news-img {
    float:left;
    padding:0 10px 2px 0;
}

.subcontent-unit table.news-list .news-item .news-title h2 {
    padding: 0 0 0 0;
    font-size: 100%;
}

.subcontent-unit table.news-list-alternate .news-item .news-title h2 {
    padding: 0 0 0 0;
    font-size: 90%;
}

.subcontent-unit table.news-list-alternate td {
    padding: 7px 5px 5px 10px;
}

.subcontent-unit table.news-list-alternate abbr {
    color: #505050;
    font-size: 80%;
}

.subcontent-unit table.news-list .news-latest-item .news-latest-title h2 {
    padding: 0 0 0 0;
    font-size: 100%;
}

.subcontent-unit table.news-list .news-latest-item .news-latest-byline,
.subcontent-unit table.news-list .news-item .news-byline{
    font-size: 70%;
    margin: 3px 0 3px 0;
    color: #505050;
}

.subcontent-unit table.news-list .news-latest-item p {
    font-size: 90%;
    margin: 0 0 0 0;
}

.subcontent-unit .news-archive-link {
    margin: 7px 13px 0 0;
    text-align:right;
}

.subcontent-unit table.news-list .news-item p {
    margin: 0 0 0 0;
}

.subcontent-unit table.news-list .tx-ttnews-browsebox {
    font-size: 70%;
    color: white;
}

.subcontent-unit table.news-list table.browsebox td {
    padding: 0;
}

.subcontent-unit table.news-list table.browsebox td.first {
    padding-left: 10px;
}

.subcontent-unit table.news-list table.browsebox td.last {
    padding-right: 10px;
}

.subcontent-unit table.news-list table.browsebox td.middle {
    padding-top: 3px;
}

.subcontent-unit table.news-list table.browsebox td.middle .browselink,
.subcontent-unit table.news-list-alternate table.browsebox td.middle .browselink {
    color: white;
}

.subcontent-unit table.news-list table.browsebox td.middle .active,
.subcontent-unit table.news-list-alternate table.browsebox td.middle .active {
    font-weight: bold;
}

/*********************************
* TABLE - News Single
*/
.subcontent-unit table.news-single td {
  padding: 0px;
}

.subcontent-unit table.news-single h2 {
  font-size: 90%;
  padding: 3px 0px 5px 0px;
}

.subcontent-unit table.news-single h3 {
  font-size: 90%;
  padding: 3px 0px 5px 0px;
}

.subcontent-unit table.news-single label {
    font-size: 80%;
}

.subcontent-unit .news-single .news-single-content .subcontent-unit {
    margin: 0;
}

.subcontent-unit .news-single .news-single-img {
    float: right;
    margin: 10px 10px 5px 10px !important;
    text-align: center;
    z-index: 99;
}

.subcontent-unit .news-single .news-single-header {
    margin: 0 10px 0 0;
}

.subcontent-unit .news-single .news-single-header h2 {
    margin: 5px 10px 10px 10px;
    padding: 0;
}

.subcontent-unit .news-single .news-single-header .news-single-byline {
    margin: 5px 10px 5px 10px;
    font-size: 80%;
}

.subcontent-unit .news-single .news-single-header .news-single-teaser {
    margin: 5px 0 5px 10px;
    font-weight: bold;
}

.subcontent-unit .news-single .news-single-header .news-single-teaser p {
    margin: 0;
}

.subcontent-unit .news-single .news-single-imgcaption {
    font-size: 80%;
    width: 268px;
    text-align: left;
    margin: 3px 0 3px 0;
}

.subcontent-unit .news-single .csc-textpic {
    margin: 0 10px 0 0;
}

.subcontent-unit .news-single p.bodytext {
    margin: 10px 10px 10px 10px;
}

.subcontent-unit .news-back-link {
    clear: both;
    margin: 10px 10px 5px 10px;
}

/*********************************
*  News See-Also
*/
.subcontent-unit .news-see-also {
    margin: 15px 10px 5px 15px;
    border-top: 1px solid #BEBEBE;
}

.subcontent-unit .news-see-also-item {
    float: left;
    width: 25%;
    min-height: 180px;
    text-align:center;
}

.subcontent-unit .news-see-also-item a {
    padding: 5px 0 5px 0;

    text-decoration: none;
    color: black;
    display: block;
    cursor: pointer;
}

.subcontent-unit .news-see-also-item a:hover {
    background: #3D60F5;
    color: #EBEBEB;
}

.subcontent-unit .news-see-also-item .news-see-also-img {
    min-height: 76px;
    margin: 5px 0 5px 0;
}

.subcontent-unit .news-see-also-header {
    text-align: left;
}

.subcontent-unit .news-see-also-header h2 {
    font-size: 100%;
}

.subcontent-unit .news-see-also-header .news-see-also-byline {
    font-size: 80%;
    padding: 0 0 0 10px;
}



/*********************************
* TABLE - Search results List
*/
.subcontent-unit table.results-list table {
    table-layout: fixed;
    overflow: hidden;
}

.subcontent-unit table.results-list h2 {
    font-size: 90%;
}

.subcontent-unit table.results-list label {
    line-height: 25px;
    font-size: 80%;
}

.subcontent-unit table.results-list p {
    font-size: 80%;
}

.subcontent-unit table.results-list p strong.tx-indexedsearch-redMarkup {
    font-weight: bold;
    color: black;
}

.subcontent-unit table.results-list tfoot td {
    background: black url('../img/hgr_fwd_bwd.jpg') repeat-x;
    color: white;
    font-size: 95%;
    border-bottom: none;
}

.subcontent-unit table.results-list tfoot a {
    color: white;
    text-decoration: none;
}

.subcontent-unit table.results-list tfoot a {
    color: white;
    text-decoration: underline;
}

.subcontent-unit table.results-list label {
    line-height: 25px;
    font-size: 80%;
}

/*********************************
* TABLE - App of the week
*/
.subcontent-unit table.aow-teaser h2 {
    padding: 0px;
    margin-right: 2px;
    float:left;
    font-size: 90%;
}

.subcontent-unit table.aow-teaser p {
    padding: 0px;
    margin: 0px;
    font-size: 80%;
}

.subcontent-unit table.aow-teaser .more a {
    padding: 0px;
    margin: 0px;
    font-size: 80%;
    color: blue;
    text-decoration: none;
}

.subcontent-unit table.aow-teaser .more a:hover {
    text-decoration: underline;
}

/*********************************
* TABLE - Content Element
*/
.subcontent-unit table.sort-form {
    font-size: 80%;
}

/*********************************
* TABLE - Content Element
*/
.subcontent-unit table.contenttable {
    table-layout: fixed;
    border: 1px solid black;
    margin: 15px 10px 15px 10px;
}

.subcontent-unit table.contenttable td {
    vertical-align: top;
    padding-bottom: 5px;
    padding-right: 5px;

    border-left: 1px solid black;
    font-size: 90%;
}

.subcontent-unit table.contenttable tr.tr-odd:hover,
.subcontent-unit table.contenttable tr:hover,
.subcontent-unit table.contenttable tr.tr-odd td:hover,
.subcontent-unit table.contenttable tr td:hover {
    background: #ccc;
}

.subcontent-unit table.contenttable td.td-0 {
    font-size: 100%;
}

.subcontent-unit table.contenttable tr.tr-odd {
    background: white;
}

.subcontent-unit table.col1 td {
    width: 100%;
}

.subcontent-unit table.col2 td {
    width: 50%;
}

.subcontent-unit table.col3 td {
    width: 33%;
}

.subcontent-unit table.col4 td {
    width: 25%;
}

.subcontent-unit table.col5 td {
    width: 20%;
}

.subcontent-unit table.col6 td {
    width: 16.6%;
}

.subcontent-unit table.col7 td {
    width: 14.28%;
}

.subcontent-unit table.contenttable tr.tr-0 td.td-0,
.subcontent-unit table.contenttable tr.tr-0 td.td-1,
.subcontent-unit table.contenttable tr.tr-0 td.td-2,
.subcontent-unit table.contenttable tr.tr-0 td.td-3,
.subcontent-unit table.contenttable tr.tr-0 td.td-4 {
    background: #EBEBEB;
    text-align: center;
    font-size: 100%;
}



/*********************************
* Sort Form
*/
.subcontent-unit .yui-skin-sam .yui-checkbox-button {
   background: url('../img/hgr_overline_grey.jpg') repeat;
}

.subcontent-unit .yui-skin-sam .yui-checkbox-button-checked {
   background: url('../img/hgr_dunkelblauverlauf.jpg') repeat;
}

.subcontent-unit .yui-skin-sam .yui-checkbox-button-checked button {
  color: white;
}

.subcontent-unit .yui-skin-sam .yui-checkbox-button-hover {
   background: url('../img/hgr_rotverlauf.jpg') repeat;
}

.subcontent-unit .yui-skin-sam .yui-checkbox-button-hover button {
  color: white;
}

/***********************************
* Tipps & Tricks Search Form
*/

.subcontent-unit input.search {
    background: transparent url(/fileadmin/templates/img/hgr_eingabefeld_tipps_tricks.gif) no-repeat;
    border: none;
    width: 167px;
    height: 19px;
    padding: 3px 10px 0 10px;
    font-size: 90%;
}

/*********************************
* rectbanner label
*/
.rectbanner {
    color: #aaa;
    font-size: 70%;
}

