/* 
    Document   : main
    Created on : 08.06.2013, 16:19:59
    Author     : AONO MEDIA e.K.
    Description:
        main css style.
*/

#container {
    margin: 0 auto;
    padding: 5px 10px 20px 10px;
    width: 1015px;
    background: transparent url(images/backgnd_container.png) left top no-repeat;
}

/************************************************/
/* Section Header
/* includes:
/* - Language, Search
/* - Logo-area
/* - Navigation first level
/* - Slider
/* - Breadcrump
/************************************************/
#header {
    position: relative;
    text-align: left;
    margin-bottom: 38px;
}

/*************************************/
/* Logo, TMG, Sprache, Suche */
/*************************************/
#header .header_top {
    position: relative;
    height: 105px;
}

#header .header_top a,
#header .header_top a:hover {
    padding: 2px 0;
    text-decoration: none;
    color: #000;
    background-color: #fff;
}

#header .header_top a:hover {
    color: #289BBE;
}

/*********************************/
/* LOGO */
#header .header_top .logo {
    position: absolute;
    left: 15px;
    top: 25px;
}

/*************************************/
/* impressum */
#header .header_top .devider {
    display: inline-block;
    background: url(images/vertical_line.gif) center center no-repeat;
}
    
#header .header_top .impressum {
    position: absolute;
    right: 3px;
    top: 3px;
    font-size: 10px;
}

#header .header_top .impressum span {
    color: #289BBE;
}

#header .header_top .language:hover {
    height: 50px;
}

#header .header_top .language ul {
    margin: 0;
    padding: 0;
}

#header .header_top .language li {
    padding: 0; /* overwrite from rte.css */
    background: none; /*reset from rte.css */
}

#header .header_top .language ul li a,
#header .header_top .language ul li a:hover {
    display: block;
    text-align: left;
    color:#000000;
    padding: 2px 3px 2px 4px;
    background-color: #ECECED; 
}

#header .header_top .language ul li a:hover {
    color: #CC1618;
}


/*************************************/
/* WRAPPER  (container for: Navigation and Content) */
/*************************************/
.wrapper {
    position: relative;
    padding: 8px;
    min-height: 400px;
    -moz-box-shadow: 1px 0px 8px 1px #aaa;
    -webkit-box-shadow: 1px 0px 8px 1px #aaa;
    box-shadow: 1px 0px 8px 1px #888;
    background-color: #fff;
}

/*************************************/
/* NAVIGATION TOP  */
/*************************************/
.wrapper #navigation ul {
    display: table;
    width: 745px;
    margin-bottom: 7px; /* overwright from rte.css */
    font-weight: 400;
    list-style: none;
}

.wrapper #navigation ul li {
    display: table-cell;
    width: 183px;
    text-align: center;
    margin: 0; /* overwright from rte.css */
    padding: 0 4px 0 0; /* overwright from rte.css */
    background: none; /*reset from rte.css */
}

.wrapper #navigation ul li.last {
    padding-right: 0;
}

.wrapper #navigation ul li a,
.wrapper #navigation ul li a:hover {
    display: block;
    text-decoration: none;
    font-size: 11px;
    color: #fff;
    padding: 5px 15px;
    white-space: nowrap;
    border-radius: 5px;
    border-top-right-radius: 0;
    background-color: #69B9D2;
}

.wrapper #navigation ul li a:hover {
    color: #fff;
    background-color: #289BBE;
}

.wrapper #navigation ul li.current a {
    color: #fff;
    background-color: #289BBE;
}

/*************************************/
/* search */
.wrapper .search {
    position: absolute;
    right: 8px;
    top: 8px;
}

/* input field */
.wrapper .search .inputField {
    font-size: 10px;
    color: #999;
    width: 217px;
    height: 16px;
    padding: 4px 25px 4px 5px;
    border: 1px solid #ccc;
    border-bottom: 1px solid #bbb;
    border-radius: 5px;
    border-top-right-radius: 0;
    -moz-box-shadow: 0px -1px 8px 0px #ccc inset;
    -webkit-box-shadow: 0px -1px 8px 0px #ccc inset;
    box-shadow: 0px -1px 8px 0px #ccc inset;
    background-color: #fff;
}

/* Submit */
.wrapper .search .submit {
    position: absolute;
    right: 5px;
    top: 4px;
    width: 18px;
    height: 17px;
    border: none;
    background: url(images/lupe.png) right center no-repeat;
}

.wrapper .search .submit:hover {
    cursor: pointer;
}

/*************************************/
/* SUCHERGEBNISSE */
.tx-indexedsearch {
    color: #333;
}

.tx-indexedsearch-searchbox table td {
    vertical-align: middle;
    font-size: 11px;
    background-color: #FFFFFF;
}

.tx-indexedsearch-searchbox-button {
    padding: 4px 5px;
    border: 0px solid #FFFFFF;
    font-size: 11px;
    background-color: #69B9D2;
    color: #FFFFFF;
    height: 22px;
}

.tx-indexedsearch-searchbox-button:hover {
    background-color: #289BBE;
}

.tx-indexedsearch .tx-indexedsearch-browsebox ul.browsebox {
    list-style: none;
}

.tx-indexedsearch .tx-indexedsearch-browsebox ul.browsebox li {
    padding: 0 8px 0 0;
    background: none; /* reset from rte.css */
}

.tx-indexedsearch a,
.tx-indexedsearch a:hover {
    color: #289BBE;
    text-decoration: none;
}

.tx-indexedsearch a:hover {
    border-bottom: 1px dotted #289BBE;
}

.tx-indexedsearch-info {
    padding: 2px 8px;
}

.tx-indexedsearch-descr {
    padding-bottom: 4px;
}

/* suche */
.tx-indexedsearch-searchbox {
    margin-bottom: 30px;
}

/* input field */
.tx-indexedsearch-searchbox-sword {
    padding: 1px 5px;
    margin: 0 5px;
    height: 18px;
}

/* Results */
.tx-indexedsearch-browsebox {
    margin-bottom: 18px
}

/*************************************/
/* SUBNAVIGATION  */
/*************************************/
.wrapper .sub_navigation {
    float: left;
    width: 183px;
    margin-right: 4px;
    text-align: left;
    min-height: 550px;
    background: #fff url(images/backgnd_subnavigation.jpg) left top repeat-x;
}

/* second level */
.wrapper .sub_navigation ul {
    display: table;
    margin: 30px 3px 0 3px;
    list-style: none;
    line-height: 100%;
}

.wrapper .sub_navigation ul li {
    display: table-row;
    vertical-align: middle;
    padding-left: 0; /*reset from rte.css */
    background: none; /*reset from rte.css */
}

.wrapper .sub_navigation ul li a,
.wrapper .sub_navigation ul li a:hover {
    display: table-cell;
    height: 25px;
    width: 145px;
    vertical-align: middle;
    padding-left: 31px;
    text-decoration: none;
    color: #333;
}

/* block element to force margin-bottom */
.wrapper .sub_navigation ul li div {
    display: block;
    width: 176px;
    margin-bottom: 2px;
}

.wrapper .sub_navigation ul li a:hover,
.wrapper .sub_navigation ul li.current a {
    color: #289BBE;
    border-radius: 5px;
    border-top-right-radius: 0;
    background-color: #fff;
}

/************************************/
/* third level */
.wrapper .sub_navigation ul ul {
    display: block;
    margin: 4px 0 12px 0;
}

.wrapper .sub_navigation ul ul li {
    display: list-item;
    margin: 0 0 5px 0;
    padding-left: 0;
    background: none; /*reset from rte.css */
}

.wrapper .sub_navigation ul ul li a, 
.wrapper .sub_navigation ul ul li a:hover {
    display: block;
    height: auto;
    width: auto;
    margin: 0 !important;
    padding: 3px 0 3px 42px;
    color: #333 !important;
    /* overwrite from "specialIcons.css" */
    background: transparent url(images/vertical_line.gif) 33px 5px no-repeat !important;
}

.wrapper .sub_navigation ul ul li a:hover,
.wrapper .sub_navigation ul ul li.current > a {
    color: #289BBE !important;
    border-radius: 5px !important;
    border-top-right-radius: 0 !important;
    background-color: #fff !important;
}

/************************************/
/* fourth level */
.wrapper .sub_navigation ul ul ul {
    margin: 2px 0 15px 0;
}

.wrapper .sub_navigation ul ul ul li {
    margin: 0 0 2px 0;
    background: none; /*reset from rte.css */
}

.wrapper .sub_navigation ul ul ul li a, 
.wrapper .sub_navigation ul ul ul li a:hover {
    padding: 3px 0 3px 53px;
    /* overwrite from "specialIcons.css" */
    background: transparent url(images/vertical_line.gif) 44px 5px no-repeat !important;
}

.wrapper .sub_navigation ul ul ul li a:hover {
    border-radius: 5px !important;
    border-top-right-radius: 0 !important;
    background-color: #fff !important;
}

/*************************************/
/* WRAPPER_CONTENT  */
/*************************************/

/* home page */
.wrapper .wrapper_content_home {
    width: 999px; 
}

/* follow page */
.wrapper .wrapper_content {
    float: left;
    width: 812px;
    text-align: left;
}

/*************************************/
/* WRAPPER_CONTENT_INNER  */
/*************************************/
.wrapper_content .wrapper_content_inner {
    width: 100%;
}

/* left column */
.wrapper_content .wrapper_content_inner .content_inner {
    float: left;
    width: 512px;
    margin: 0 24px;
}

/*************************************/
/* CONTENT  */
/*************************************/
.wrapper_content_inner .content_inner h1 {
    font-size: 12px;
    font-weight: 700;
    color: #289BBE;
    margin: 0 0 20px 0;
    padding: 0;
}

.wrapper_content_inner .content_inner h2 {
    font-size: 12px;
    font-weight: 700;
    color: #000000;
    margin: 10px 0 10px 0;
    padding: 0;
}

.wrapper_content_inner .content_inner h3 {
    font-size: 11px; 
    font-weight: 700; 
    color: #000000;
    margin: 0 0 4px 0; 
    padding: 0;
}


.wrapper_content_inner .content_inner a:hover {
    border-bottom: 1px dotted #289BBE;
}

.wrapper_content_inner .content_inner .twoColTransparent a {
    color: #289BBE;
}

.wrapper_content_inner .content_inner .twoColTransparent a:hover {
    color: #289BBE;
    border-bottom: 1px dotted #289BBE;
}

/*************************************/
/* BREADCRUMP  */
/*************************************/
.wrapper_content .breadcrump,
.wrapper_content_home .breadcrump {
    margin: -3px 0 23px 23px;
    font-size: 10px;
    text-align: left;
    color: #999;
}

.wrapper_content .breadcrump a,
.wrapper_content_home .breadcrump a {
    text-decoration: none;
    color: #999;
}

.wrapper_content .breadcrump a:hover,
.wrapper_content_home .breadcrump a:hover {
    color: #289BBE;
}

/*************************************************/
/* EXTRA (right side: "Wichtige Informationen") */
/************************************************/
/* extra (right column) */
.wrapper_content .wrapper_content_inner .extra {
    float: left;
    width: 247px;
    margin-top: 5px;
    margin-bottom: 40px;
    font-size: 10px;
    padding-left: 5px;
    text-align: left;
}

/* Headline "Wichtige Informationen" */
.extra .headline_infos {
    padding: 6px 11px;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    border-radius: 5px;
    border-top-right-radius: 0;
    background-color: #5A5A5A;
}

/**************************/
/* Container around infos */
.extra .info_container {
    margin-top: 4px;
    padding: 12px 12px 5px 12px;
    border-radius: 5px;
    border-top-right-radius: 0;    
    background-color: #EAEAEA;
}

.extra .info_container h3 {
    font-size: 10px;
    font-weight: 400;
    color: #289BBE;
}

.extra .info_container h3 span {
    font-weight: 700;
}

.extra .info_container a,
.extra .info_container a:hover {
    text-decoration: none;
    color: #289BBE;
}

.extra .info_container a:hover {
    border-bottom: 1px dotted #289BBE;
}

/* each content box */
.extra .important_infos {
    margin-bottom: 10px;
    padding-left: 13px;
    background: transparent url(images/vertical_line.gif) left 2px no-repeat;
}

.extra .important_infos .text_box p {
    padding-bottom: 3px;
}

.extra .important_infos .text_box p.align-right {
    margin-top: -15px;
}

.extra ul li {
    background: none; /*reset from rte.css */
}

.extra ul {
    display: inline-block;
    margin-left: 8px;
    padding-left: 0px;
    list-style-image: url(images/vertical_line.gif);
}

.extra li {
    list-style-position: inside;
    text-indent: -8px;
    padding-left: 5px;
}



/*************************************/
/* NEWS  */
/*************************************/

/* List view */
.news-list-container a,
.news-list-container a:hover {
    color: #289BBE;
    text-decoration: none;
}

.news-list-container a:hover {
    border-bottom: 1px dotted #289BBE;
}

.news-list-container h2 {
    margin-bottom: 10px !important;
}

/* Single view */
.news-single-item {
    padding: 0;
}

.news-single-item a,
.news-single-item a:hover {
    color: #289BBE;
    text-decoration: none;
}

.news-single-item a:hover {
    border-bottom: 1px dotted #289BBE;
}

/*************************************/
/* FOOTER  */
/*************************************/
.footer {
    position: relative;
    margin: 5px 0 0 8px;
    padding-bottom: 10px;
}

.footer a,
.footer a:hover {
    font-size: 10px;
    color: #999;
    text-decoration: none;
    white-space: nowrap;
}

.footer a:hover {
    color: #289BBE;
}

/* footer navigation  first level */
.footer ul {
    display: table;
    width: 100%;
    list-style: none;
}

.footer ul li {
    display: table-cell;
    font-weight: 700;
    width: 25%; 
    text-align: left;
    background: none; /*reset from rte.css */
}

.footer ul li a {
    display: block;
    margin-bottom: 7px;
}

/* footer navigation second level */
.footer ul ul {
    display: block;
}

.footer ul li li {
    display:list-item;
    margin-left: 3px;
    font-weight: 400;
    padding-left: 12px;
    background: url(images/vertical_line.gif) left 2px no-repeat;
}

.footer ul li li a {
    margin-bottom: 0;
}

/***********************************/
/* copyright */
.footer .copyright {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 9px;
    color: #444;
}


/*************************************/
/* INDEXED SEARCH  */
/*************************************/
.tx-indexedsearch-icon.icon {
    width: 18px;
}

.tx-indexedsearch-title.title a, 
.tx-indexedsearch-title.title a:hover {
    color: #289BBE;
    font-weight: 600;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup {
    color: #289BBE;
}

.tx-indexedsearch-path.path {
    color: #289BBE;
}


/*************************************/
/* GRID BACKEND PAGE LAYOUT */
/*************************************/

/*********************************/
/* Startseite header pic + textbox */
.header_intro_home {
    position: relative;
}

.header_intro_home img {
    margin-bottom: 0 !important;
}

.header_intro_home .text_box {
    position: absolute;
    text-align: left;
    bottom: 25px;
    left: 90px;
    min-width: 295px;
    max-width: 380px;
    padding: 16px 20px;
    border-radius: 15px;
    border-top-right-radius: 0;
    background: transparent url(images/backgnd_textbox.png) left top;
}

.header_intro_home .text_box p {
    margin-bottom: 5px;
}

.header_intro_home .text_box a,
.header_intro_home .text_box a:hover {
    text-decoration: none;
    color: #289BBE;
}

.header_intro_home .text_box a:hover {
    border-bottom: 1px dotted #289BBE;
}

.header_intro_home .text_box h3 {
    color: #289BBE;
    margin-bottom: 13px;
}

/*********************************/
/* Startseite introbox */
.introboxes {
    display: table;
    margin-bottom: 30px;
}

.introboxes .intro_box {
    display: table-cell;
    text-align: left;
    width: 328px;
    border-right: 7px solid #fff;
    background-color: #E6E6E5;
}

.introboxes .intro_box.last {
    border-right: none;
}

.introboxes .intro_box_inner {
    position: relative;
}

.introboxes .intro_box_inner h3 {
    position: absolute;
    left: 0;
    top: 8px;
    width: 245px;
    padding: 7px 5px 5px 23px;
    color: #fff;
    font-weight: 400;
    background: transparent url(images/backgnd_introbox.png) left top;
}

.introboxes .intro_box_inner h3 span {
    font-weight: 700;
}

.introboxes .intro_box_inner .text_box {
    padding: 0 10px 9px 23px;
    color: #666;
}

.introboxes .intro_box_inner .text_box a,
.introboxes .intro_box_inner .text_box a:hover {
    color: #289BBE;
    text-decoration: none;
}
.introboxes .intro_box_inner .text_box a:hover {
    border-bottom: 1px dotted #289BBE;
}


/*************************************/
/* GRID RASTER ELEMENTE */
/*************************************/

/*************************************/
/* GRID 1 / Zweispalter, blau/grauer HG */
.twoCol {
    display: table;
    margin-bottom: 10px;
}

.twoCol .leftCol {
    display: table-cell;
    width: 146px;
    padding: 0 12px;
    text-align: center;
    vertical-align: middle;
    border-right: 3px solid #fff;
    color: #fff;
    border-radius: 15px;
    border-top-right-radius: 0;
    background-color: #69B9D2;
}

.twoCol .leftCol a,
.twoCol .leftCol a:hover {
    text-decoration: none;
    color: #fff;
}

.twoCol .leftCol a:hover {
    border-bottom: 1px dotted #fff;
}

.twoCol .rightCol {
    display: table-cell;
    width: 315px;
    padding: 8px 10px;
    border-radius: 15px;
    border-top-left-radius: 0;
    background-color: #BEBEBE;
}

.twoCol .rightCol a,
.twoCol .rightCol a:hover {
    text-decoration: none;
    color: #289BBE;
}

.twoCol .rightCol a:hover {
    border-bottom: 1px dotted #289BBE;
}

/*************************************/
/* GRID 3 / Zweispalter, blau/grauer HG */
.twoColTransparent {
    display: table;
    margin: -10px 0 30px 0;
}

.twoColTransparent .leftCol {
    display: table-cell;
    vertical-align: top;
    width: 255px;
    padding: 0 12px 0 0;
}

/* ...so that "bottom" works */
.twoColTransparent .leftCol div {
    display: table;
    margin-bottom: 12px;
}

/* ...so that "bottom" works */
.twoColTransparent .leftCol div p {
    display: table-cell;
    vertical-align: bottom;
}

.twoColTransparent .leftCol a,
.twoColTransparent .leftCol a:hover {
    text-decoration: none;
    color: #fff;
}

.twoColTransparent .leftCol a:hover {
    border-bottom: 1px dotted #fff;
}

.twoColTransparent .rightCol {
    display: table-cell;
    vertical-align: top;
    width: 255px;
    padding: 0 12px 0 0;
    /* padding: 8px 10px; */
}

/* ...so that "bottom" works */
.twoColTransparent .rightCol div {
    display: table;
    margin-bottom: 12px;
}

/* ...so that "bottom" works */
.twoColTransparent .rightCol div p {
    display: table-cell;
    vertical-align: bottom;
}

.twoColTransparent .rightCol a,
.twoColTransparent .rightCol a:hover {
    text-decoration: none;
    color: #289BBE;
}

.twoColTransparent .rightCol a:hover {
    border-bottom: 1px dotted #289BBE;
}


.csc-mailform-fbox-text { #
    margin-top: 15px;
    white-space:nowrap;
}
     
.csc-mailform-fbox-text label {
    width: 150px;    
    display:block;
    float: left;
    clear: left;
}

.csc-mailform-fbox-text input[type="text"] {
   width: 300px;
   float: left;
}

.Rahmen {
   border-width:1px;
   border-style:solid;
   border-color:#bbb;
   padding:2px;
}
     
     
.csc-mailform-fbox-button input[type="submit"] {
   margin-top: 15px;
}

.csc-form-12 {
   margin-bottom: 10px;
}

.csc-form-element-textblock {
   margin-top: 10px;
   margin-bottom: 10px;
}
.input {
   size: 400px;
}
.csc-mailform-message {
  color: #c00;
  font-size: 85%;
  font-weight: normal;
  text-transform: uppercase;
  width: 150px;    
  display:block;
  float: left;
  clear: right;
  margin-top: 5px;
  margin-bottom: 5px;
}

.csc-mailform-fbox-check {
  clear: left;
}

.csc-form-14 {
  padding-top: 10px;
  padding-bottom: 10px;
  clear: left;
}


.csc-form-20 {
   margin-top: 10px;
}


.tx-felogin-pi1 {
    margin-top: 10px
}

.tx-felogin-pi1 label {
    width: 110px;
    font-weight: bold;    
    float: left;
    clear: left;
    margin-top: 10px;
}

.tx-felogin-pi1 label2 {
    margin-top: 10px;
    float: left;
}

.tx-felogin-pi1 input  {
    margin-top: 10px;
}
