/** MEJU - Treuhand Meju GmbH **/
/** erstellt am 05.08.2009 **/
/** geändert:  **/
/** Änderung:  **/


/*///////////////////////////////
// Allgemeine Struktur         //
///////////////////////////////*/

* {
    margin:0;
    padding:0;
} 

html,
body,
#claPage {
    height: 100%;
}
body > .claPage {
    height: auto;
    min-height: 100%;
}

#claPage {
/*    float:left;*/
    width:1004px;
    background-color: #ffffff;
/*    background-repeat:no-repeat;
    background-position: 0 95px;*/
}

.claPageStart {
    background-repeat:no-repeat;
    background-position: 0 95px;
}



.claContent,
#claContent {
    padding: 95px 0 48px;
    position:relative;
    z-index: 4;
}

#claFooter {
/*    float:left;*/
    width:1004px;
    position: relative;
    margin-top: -48px;
    height: 48px;
    clear:both;
}



/* CLEAR FIX */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}
/* Bereich nicht für IE-mac Anfang \*/
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}
/* Bereich nicht für IE-mac Ende */



#claHead {
    position:absolute;
    top:0;
    left:0;
    width:1004px;
    height:95px;
    z-index: 5;
}

ul {
    padding:0;
    margin:0 0 5px 16px;
}



/*///////////////////////////////
// Side-Navigation             //
///////////////////////////////*/

#navContainer {
    width:260px;
}

#navConPad {
    width:200px;
    padding: 0 26px 0 34px;
    text-align:left;
}

#navConIn {
    width:170px;
    margin: 0 15px 0 15px;
    overflow:hidden;
}

#navTop {
    width:170px;
    height:5px;
    background-color:#4d4d49;
    margin:16px 0 1px 0;
}

/*.claTrenner {
    height:3px;
    width:100%;
    background-image:url(/bilder/layout/sidenav_trenner.gif);
    background-repeat:repeat-x;
    background-position:bottom;
}*/

/* --- Sidenav - Erste Ebene - Start --- */


.navUl1 {
    display:block;
    list-style-type:none;
    margin:0;
    padding:0;
    background-color:#FFFFFF;
}

.nav1 {
    width:170px;
    font-size:11px;
    line-height:100%;
    font-weight:normal;
    letter-spacing:0.04em;
    color:#393936;
    overflow:hidden;
    margin: 0;
    padding: 0;
}

.nav1 a:link,
.nav1 a:visited {
    color:#393936;
    background-color:#ffffff;
    text-decoration: none;
    margin-right: 24px;
    display:block;
                    letter-spacing:0.05em;
}

.nav1 a:hover,
.nav1 a:active {
    color:#ffffff;
    background-color:#7793a9;
    text-decoration: none;
    margin-left: 24px;
    display:block;
                    letter-spacing:0.05em;
}

.nav1Hover {
    width:170px;
    font-size:11px;
    line-height:100%;
    font-weight:normal;
    letter-spacing:0.04em;
    color:#393936;
    overflow:hidden;

    margin: 0;
    padding: 0;

    background-color:#7793a9;
    background-image:url(/bilder/layout/sidenav_pfeil.gif);
    background-repeat:no-repeat;
    background-position:left 50%;
}

.nav1Hover a:link,
.nav1Hover a:visited,
.nav1Hover a:active,
.nav1Hover a:hover {
    color:#ffffff;
    text-decoration: none;
    margin-left: 24px;
    display:block;
                    letter-spacing:0.05em;
}

.nav1akt {
    width:170px;
    font-size:11px;
    line-height:100%;
    font-weight:normal;
    color:#ffffff;
    background-color:#7793a9;
    background-image:url(/bilder/layout/sidenav_pfeil.gif);
    background-repeat:no-repeat;
    background-position:left 50%;
}

.nav1akt a:link,
.nav1akt a:visited,
.nav1akt a:hover,
.nav1akt a:active {
    color:#ffffff;
    text-decoration: none;
    margin-left: 24px;
    display:block;
                    letter-spacing:0.05em;
}
                              
.nav1Line {
    background-image:url(/bilder/layout/sidenav_trenner.gif);
    background-repeat:repeat-x;
    background-position:bottom left;
    padding: 8px 0 10px;
}









/*///////////////////////////////
// Allgemein                   //
///////////////////////////////*/

html {
    height: 100%;
    min-height: 100%;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size:12px;
    line-height:135%;
    letter-spacing:0.04em;
    color:#1a1919;
    background-color:#f9f6ea;
    margin:0;
    padding:0;
    text-align:left;
    height: 100%;
}

.schattenAussenLinks {
    background-image:url(/bilder/layout/schatten_aussen_links.gif);
/*    background-position:top;
    background-repeat:no-repeat;*/
    background-repeat:repeat-y;
}

.schattenAussenRechts {
    background-image:url(/bilder/layout/schatten_aussen_rechts.gif);
/*    background-position:top;
    background-repeat:no-repeat;*/
    background-repeat:repeat-y;
}

/* Firefox & IE 7+ */
#verlaufOben {
    position:absolute;
    top: 95px;
    width:100%;
    height:13px;
    background-image:url(/bilder/layout/verlauf_oben_trans.png);
    background-position:top;
    background-repeat:repeat-x;
    z-index:4;
}

/* IE 6 */
* html #verlaufOben {
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/bilder/layout/verlauf_oben_trans.png", sizingMethod=scale);
}

/* Firefox & IE 7+ */
#verlaufUnten {
    position:absolute;
    width:100%;
    height:13px;
    background-image:url(/bilder/layout/verlauf_unten_trans.png);
    background-position:bottom;
    background-repeat:repeat-x;
    z-index:4;
    top: -13px;
}

/* IE 6 */
* html #verlaufUnten { 
    top: -13px;
}

* html #verlaufUnten {
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/bilder/layout/verlauf_unten_trans.png", sizingMethod=scale);
    bottom: 47px;
}

/* Firefox & IE 7+ */
#verlaufUntenStart {
    position:absolute;
    width:100%;
    height:13px;
    background-image:url(/bilder/layout/verlauf_unten_trans.png);
    background-position:bottom;
    background-repeat:repeat-x;
    z-index:4;
    top: -13px;
}

/* IE 6 */
* html #verlaufUntenStart { 
    top: -13px;
}

* html #verlaufUntenStart {
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/bilder/layout/verlauf_unten_trans.png", sizingMethod=scale);
    bottom: 47px;
}

/* Firefox & IE 7+ */
#verlaufSchmuckbildUntenPos {
    position:absolute;
    width:100%;
    height:13px;
    z-index:4;
    top: 317px;
/*    bottom:0px;*/
}

#verlaufSchmuckbildUnten {
    height:13px;
    background-image:url(/bilder/layout/verlauf_unten_trans.png);
    background-position:bottom;
    background-repeat:repeat-x;
}

/* IE 6 */
* html #verlaufSchmuckbildUntenPos {
    top: 317px;
}

* html #verlaufSchmuckbildUnten {
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/bilder/layout/verlauf_unten_trans.png", sizingMethod=scale);
}



#bgpEmedia {
    display: none;
    visibility: hidden;
}

.tdContentZeile {
    background-color: #ffffff;
    background-repeat:no-repeat;
}

h1 {
    font-size:20px;
    line-height:130%;
    font-weight:bold;
    letter-spacing:0.05em;
    color:#a0a09d;
    margin:0;
    padding:0 0 0px 0;
}

h2 {
    font-size:20px;
    line-height:130%;
    font-weight:normal;
    letter-spacing:0.05em;
    color:#393936;
    margin:0;
    padding:0 0 0px 0;
}

a:link, a:visited {
    color: #567a99;
    text-decoration:none;
}

a:active, a:hover {
    color: #567a99;
    text-decoration:underline;    
}

p {
    margin:0 0 8px 0;
    padding:0;
}

td {
    font-size: 12px;
}


.claPageRel {
    position:relative;
    z-index: 5;
}



/*///////////////////////////////
// CMS Edit-Buttons            //
///////////////////////////////*/

#auswahlNavPunkt {
    position:absolute;
    top:12px;
    left:247px;
    z-index:5;
}

#editSchmuckbild {
    position:absolute;
    top:12px;
    left:327px;
    z-index:4;
}

#startBGImage {
    position:absolute;
    top:108px;
    left:247px;
    z-index:4;
}

/*///////////////////////////////
// Header                      //
///////////////////////////////*/

#header {
    width:100%;
    height:95px;
    background-image:url(/bilder/layout/header_bg.gif);
    background-position:top;
    background-repeat:repeat-x;
}

/* Firefox & IE 7+ */
.claLogoPos {
    position: absolute;
    z-index:5;
    top: 0;
    left:20px;
    width:226px;
    height:160px;
}

.logo {
    width: 226px;
    height: 160px;
    background: transparent url('/bilder/layout/logo.png') left top no-repeat;
}

/* IE 6 */
* html .logo {
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/bilder/layout/logo.png", sizingMethod=scale);
}

* html .logo a:link,
* html .logo a:visited,
* html .logo a:active,
* html .logo a:hover {
    position: relative;
    z-index: 100;
}

#logoInner {
    padding:0 13px 20px 13px;
    width:200px;
    height:140px;
}

#logoInnerPrint {
    display:none;
}

#headnav {
    width:1004px;
    height:48px;
}

#headnav ul {
    margin: 0;
    padding:16px 10px 0 0;
    text-align:right;
}

#headnav li {
    color:#ffffff;
    font-size:11px;
    letter-spacing:0.05em;
    line-height:16px;
    display:inline;
/*    padding: 0 10px 0 10px;*/
}

#headnav li a:link,
#headnav li a:visited {
    color:#fefefd;
    text-decoration:none;
}

#headnav li a:hover,
#headnav li a:active {
    color:#efefef;
    text-decoration:none;
}


#mainnav {
    width:1004px;
    height:47px;
}
.mainnavTD {
    color:#393936;
    font-size:11px;
    letter-spacing:0.05em;
    line-height:20px;
/*    height:20px;*/
}

.mainnavTD a:link,
.mainnavTD a:visited,
.mainnavTD a:hover,
.mainnavTD a:active {
    display:block;
    white-space:nowrap;
    padding:2px 10px 2px 10px;
}

.mainnavTD a:link,
.mainnavTD a:visited {
/*    height:20px;*/
    color:#393936;
    text-decoration:none;
    text-transform:uppercase;
}

.mainnavTD #esy_nav_active a:link,
.mainnavTD #esy_nav_active a:visited,
.mainnavTD #esy_nav_active a:active,
.mainnavTD #esy_nav_active a:hover,
.mainnavTD a:hover,
.mainnavTD a:active  {
/*    height:20px;*/
    color:#ffffff;
    background-color:#7793a9;
    text-decoration:none;
    text-transform:uppercase;
}


.mainnavTrenner {
    background-image:url(/bilder/layout/mainnav_trenner.gif);
    background-repeat:repeat-y;
}


/*///////////////////////////////
// Footer                      //
///////////////////////////////*/

#footer {
    width:100%;
    height:48px;
    background-color:#393936;
    background-image:url(/bilder/layout/logo_footer.gif);
    background-position:47px 0;
    background-repeat:no-repeat;
    color:#ffffff;
}

#footerNav {
    float:right;
    padding:20px 16px 0 0;
    font-size:11px;
    letter-spacing:0.05em;
    line-height:16px;
}

#footerNav a:link,
#footerNav a:visited {
    color:#fefefd;
    text-decoration:none;
}

#footerNav a:hover,
#footerNav a:active {
    color:#efefef;
    text-decoration:none;
}

#footer-print {
    display:none;
}                  



/*///////////////////////////////
// Startseite                  //
///////////////////////////////*/

#startSpalteRechts {
    padding: 167px 0 0 694px;
    width:292px;
    margin-bottom:13px;
}

#startSpalteRechtsInner {
    margin-top:167px;
    width:292px;
    background-color:#ffffff;
}   

#startSpReKopf {
    width:262px;
    border-top: 1px dashed #a0a09d;
    border-bottom: 1px dashed #a0a09d;
    text-align:left;
    margin-bottom:8px;
}                   

#startSpReKopfTxt {
    width:100%;
    padding-top:6px;
    padding-bottom:6px;
    text-align:left;
    color:#393936;
    font-size:11px;
    line-height:15px;
}                   

#startSpReKopfTxt h1 {
    font-size:15px;
    line-height:130%;
    font-weight:bold;
    color:#a0a09d;
    margin:0;
    padding:0 0 0px 0;
    letter-spacing:0.05em;
}        

#startSpReKopfTxt h2 {
    font-size:15px;
    line-height:130%;
    font-weight:normal;
    color:#393936;
    margin:0;
    padding:0 0 0px 0;
    letter-spacing:0.05em;
} 

#startSpReFooter {
    width:262px;
    height:12px;
}

/*///////////////////////////////
// Startseiten-Teaser 1        //
///////////////////////////////*/

.startSpReContainer {
    margin-top:14px;
    border:1px solid #a0a09d;
    background-color:#ffffff;
    width:262px;
}

.teaser1Con {
    border-bottom: 1px dashed #a0a09d;    
}

.startSpReConHL {
    width:234px;
    text-align:left;
}             

.teaser1hl {
    font-size:15px;
    line-height:130%;
    font-weight:bold;
    color:#393936;
}         

.teaser1hl a:link,
.teaser1hl a:visited,
.teaser1hl a:hover,
.teaser1hl a:active {
    color:#393936;
    text-decoration:none;
}            

.startSpReCon {
    width:234px;
    text-align:left;
    padding-top:4px;
}       

.teaser1Txt {
    font-size:11px;
    line-height:125%;
    font-weight:normal;
    color:#393936;
}

.teaser1Txt p {
    padding:0;
    margin:2px 0 4px 0;
}      

.teaser1Txt h1 {
    font-size:15px;
    line-height:130%;
    font-weight:bold;
    letter-spacing:0;
    color:#393936;
    margin:0;
    padding:0 0 0px 0;
}

.teaser1Txt h2 {
    font-size:15px;
    line-height:130%;
    font-weight:bold;
    letter-spacing:0;
    color:#929290;
    margin:0;
    padding:0 0 0px 0;
}


/*///////////////////////////////
// Startseiten-Teaser 2        //
///////////////////////////////*/

.startSpReContainer {
}

.teaser2whiteBorder {
    padding-bottom:2px;
    padding-left:1px;
    padding-right:1px;
}

.startTeaser2bgcolor {
    width:258px;
    background-color:#567a99;
}

.startSpReConHL2 {
    width:232px;
    text-align:left;
}              

.teaser2hl {
    font-size:15px;
    line-height:130%;
    font-weight:bold;
    color:#393936;
}         

.teaser2hl a:link,
.teaser2hl a:visited,
.teaser2hl a:hover,
.teaser2hl a:active {
    color:#393936;
    text-decoration:none;
}            

.startSpReCon2 {
    width:232px;
    text-align:left;
    padding-top:4px;
}       

.teaser2HL2 {
    font-size:15px;
    line-height:130%;
    font-weight:bold;
    color:#b2c2d0;
    padding: 3px 0;
    border-bottom: 1px dashed #fefefd;    
}

.teaser2Txt {
    font-size:11px;
    line-height:125%;
    font-weight:normal;
    color:#fefefd;
}  

.teaser2Txt a:link,
.teaser2Txt a:visited {
    text-decoration:none; 
    color:#b2c2d0;
}                    

.teaser2Txt a:hover,
.teaser2Txt a:active {
    text-decoration:underline; 
    color:#b2c2d0;
}         

.teaser2Txt p {
    padding:0;
    margin:4px 0 4px 0;
}      





/*///////////////////////////////
// Teaser 1                    //
///////////////////////////////*/

.claSpalteLeft .siteSpReContainerPad {
    width:200px;
    padding: 0 26px 0 34px;
}

.claSpalteRight .siteSpReContainerPad {
    width:200px;
    padding: 0 32px 0 28px;
}


/* ------------- Padding Edit-Mode ------------- */
.claSpalteLeft .teaserEDITpad {
    padding: 0 20px 0 28px;
}

.claSpalteRight .teaserEDITpad {
    padding: 0 26px 0 22px;
}

.claSpalteLeft .siteSpReContainerPadEDIT {
    width:200px;
    padding: 0 5px 0 5px;
}

.claSpalteRight .siteSpReContainerPadEDIT {
    width:200px;
    padding: 0 5px 0 5px;
}


.siteSpReContainer {
    margin-top:16px;
    border:1px solid #a0a09d;
    background-color:#ffffff;
    letter-spacing:0;
    width:200px;
}

.teaser1Con {
}

.siteSpReConHL {
    width:172px;
    text-align:left;
}             

.teaser1hl {
}         

.teaser1hl a:link,
.teaser1hl a:visited,
.teaser1hl a:hover,
.teaser1hl a:active {
}            

.siteSpReCon {
    width:172px;
    text-align:left;
    padding-top:4px;
}       

.teaser1Txt {
}

.teaser1Txt p {
}      

.teaser1Txt h1 {
}

.teaser1Txt h2 {
}


/*///////////////////////////////
// Teaser 2                    //
///////////////////////////////*/

.claSpalteLeft .siteSpReContainerPad {
}

.claSpalteRight .siteSpReContainerPad {
}

.siteSpReContainer {
}

.teaser2whiteBorder {
}

.siteTeaser2bgcolor {
    width:196px;
    background-color:#567a99;
}

.siteSpReConHL2 {
    width:170px;
    text-align:left;
}              

.teaser2hl {
}         

.teaser2hl a:link,
.teaser2hl a:visited,
.teaser2hl a:hover,
.teaser2hl a:active {
}            

.siteSpReCon2 {
    width:170px;
    text-align:left;
    padding-top:4px;
}       

.teaser2HL2 {
}

.teaser2Txt {
}  

.teaser2Txt a:link,
.teaser2Txt a:visited {
}                    

.teaser2Txt a:hover,
.teaser2Txt a:active {
}         

.teaser2Txt p {
}  

/*///////////////////////////////
// Textseite                   //
///////////////////////////////*/

.claHeadImg img {
    display: inline;
}

.claSpalteLeft,
.claSpalteRight {
    width:260px;
}

.claSpalteMiddle {
    width:484px;
}

/* ------------- BG Shaddows ------------- */
#bgShaddowRechts,
.bgShaddowRechts {
    background-image:url(/bilder/layout/news_bgshaddow.gif);
    background-position: right;
    background-repeat:repeat-y;
}

#bgShaddowBoth,
.bgShaddowBoth {
    background-image:url(/bilder/layout/bgshaddow_both.gif);
    background-repeat:repeat-y;
}

#bgShaddowLinks,
.bgShaddowLinks {
    background-image:url(/bilder/layout/sidenav_bgshaddow.gif);
    background-position: left;
    background-repeat:repeat-y;
}

/* ------------- Linke Spalte ------------- */

#teaserLeftPad {
/*    margin-top:4px;
    margin-bottom:8px;*/
    padding-top:4px;
    padding-bottom:8px;
}

/* ------------- Rechte Spalte - Teaser ------------- */

#teaserRightPad {
/*    margin-top:4px;
    margin-bottom:8px;*/
    padding-top:4px;
    Padding-bottom:8px;
}

/* ------------- Rechte Spalte - News ------------- */

#newsBGShaddow {
/*    background-color:#f9f6ea;*/
    background-image:url(/bilder/layout/news_bgshaddow.gif);
    background-position: right;
    background-repeat:repeat-y;
}

#newsInner {
    width:200px;
    text-align:left;
} 

#newsHLTops {
    width:100%;
    height:5px;
    background-color:#4d4d49;
    margin-top:16px;
    margin-bottom:2px;
}

.newsHLBar {
    width:100%;
    height:2px;
    background-color:#4d4d49;
}     

#newsHL {
    width:100%;
    height:52px;
    font-size:22px;
    line-height:135%;
    font-weight:bold;
/*    letter-spacing:0.05em;*/
    color:#4d4d49;
    margin: 3px 0 3px 0;
}

.newsDate {
    width:100%;
    font-size:10px;
    line-height:135%;
    font-weight:bold;
    letter-spacing:0.02em;
    color:#393936;
    margin: 6px 0 0 0;
}   

.newsTextHL {
    width:100%;
    font-size:12px;
    line-height:120%;
    font-weight:bold;
    letter-spacing:0.02em;
    color:#567a99;
    margin: 2px 0 3px 0;
} 

.newsTextHL h1 {
    font-size:12px;
    line-height:120%;
    font-weight:bold;
    letter-spacing:0.02em;
    color:#567a99;
}          

.newsText {
    width:100%;
    font-size:11px;
    line-height:135%;
    font-weight:normal;
    letter-spacing:0.02em;
    color:#393936;
    margin: 4px 0 12px 0;
}     

.newsMehr {
    width:200px;
    height:15px;
    background-color:#567a99;
    background-image:url(/bilder/layout/news_mehr.gif);
    background-repeat:no-repeat;
    font-size:12px;
    line-height:130%;
    font-weight:bold;
    letter-spacing:0.05em;
    color:#ffffff;
    margin-bottom:22px;
}  

.newsMehr a:link,
.newsMehr a:visited {
    width:200px;
    color:#ffffff;
    text-decoration:none;
}    

.newsMehr a:hover,
.newsMehr a:active {
    width:200px;
    color:#efefef;
    text-decoration:none;
}     

.newsMehrLink {
    width:195px;
    padding-left:5px;
    cursor:pointer;
    cursor:hand;
}     

/* ------------- Mittlere Spalte ------------- */

#contentCon {
    width:484px;
}    

#contentIn {
    width:432px;
    margin: 16px 48px 22px 4px;
}  

#contentHLTops {
    width:100%;
    height:5px;
    background-color:#4d4d49;
    margin-bottom:8px;
}    

#contentHLBar {
    width:100%;
    height:2px;
    background-color:#4d4d49;
    margin-top:6px;
}        

#contentHLTops {
    width:100%;
} 

#contentHL {
    width:100%;
}    

#contentHL h1,
#contentHL h2 {
    line-height:120%;
}                                             

#contentTxt {
    width:100%;
    margin-top:20px;
    font-family: Arial, Helvetica, sans-serif;
    font-size:12px;
    line-height:135%;
    letter-spacing:0.04em;
    color:#1a1919;
}     


/*///////////////////////////////
// Kontaktformular             //
///////////////////////////////*/

#contentKontakt {
    width:100%;
    margin-top:20px;
    font-family: Arial, Helvetica, sans-serif;
    font-size:12px;
    line-height:135%;
    letter-spacing:0.04em;
    color:#1a1919;
}                 

.felderHL {
    font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
    line-height:16px;
    font-weight:bold;
    letter-spacing:0.04em;
    color:#1A1919;
    height:25px;
}

.feldInput {
    width:100%;
    height:18px;
    border: 1px solid #B2C2D0;
    font-size:11px;
    letter-spacing:0.04em;
    padding-left:3px;
    color:#1A1919;
}

.feldInputTA {
    width:100%;
    height:100px;
    font-family:Arial, Helvetica, sans-serif;
    border: 1px solid #B2C2D0;
    font-size:11px;
    letter-spacing:0.04em;
    padding-left:3px;
}

.kontaktButton {
    background-color:#567A99;
    background-image:url(/bilder/layout/kontakt_button.gif);
    background-repeat:no-repeat;
    color:#FFFFFF;
    font-size:12px;
    font-weight:bold;
    height:15px;
    letter-spacing:0.05em;
    line-height:130%;
    width:90px;
    float:left;
}

.kontaktButton a:link,
.kontaktButton a:visited {
    color:#FFFFFF;
    text-decoration:none;
    width:90px;
}

.kontaktButton a:hover,
.kontaktButton a:active {
    color:#efefef;
    text-decoration:none;
    width:65px;
}

.kontaktButtonLink {
    width:65px;
    padding: 0 20px 0 5px;
    cursor:pointer;
    cursor:hand;
}              

/*///////////////////////////////
// News                        //
///////////////////////////////*/

#newsDateContainer {
    width:100%;
    margin-top:6px;
    font-family: Arial, Helvetica, sans-serif;
    font-size:12px;
    line-height:135%;
    letter-spacing:0.04em;
    color:#567a99;
}

.newsDate {
    font-family: Arial, Helvetica, sans-serif;
    font-size:12px;
    line-height:135%;
    letter-spacing:0.04em;
    color:#567a99;
}        

#newsDateHL {
    width:100%;
    margin-top:20px;
}    

#newsDateHL h2 {
    font-size:14px;
    line-height:125%;
    font-weight:bold;
    letter-spacing:0.03em;
    color:#393936;
    margin:0;
    padding:0 0 0px 0;
}      

#newsWeiterContainer {
    width:100%;
    margin-top:2px;
    font-family: Arial, Helvetica, sans-serif;
    font-size:12px;
    line-height:135%;
    letter-spacing:0.04em;
    color:#567a99;
}

.newsWeiter {
    font-family: Arial, Helvetica, sans-serif;
    font-size:12px;
    line-height:135%;
    font-weight:bold;
    letter-spacing:0.04em;
    color:#567a99;
}      

/* CLEAR FIX */
.clearfix:after {
 content: ".";
 display: block;
 height: 0;
 clear: both;
 visibility: hidden;
}
.clearfix {display: inline-block;}
/* Bereich nicht für IE-mac Anfang \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* Bereich nicht für IE-mac Ende */                                                                                                                                   
