html, body{
	font-family: Arial;
	font-size: 12px;
	color: #4d4c4b;
	margin: 0;
	padding: 0;
}

body{
	background-color: #ce0a1c;
	background-image: url(../img/bg.gif);
	background-repeat: repeat-y;
}
body.intranet{
	background-color: #009cde;
	background-image: url(../img/bgIntranet.gif);
	background-repeat: repeat-y;
}

/* COMMON */
A{
	text-decoration: none;
	color: #DF3524;
}
.underline{
	text-decoration: underline;
}
img{
	border: 0;
}
p{
	margin-top: 0;
	padding: 0;
	letter-spacing: 0.025em;
	line-height: 18px;
}

h1{
	clear: both;
	margin: 0 0 10px 0;
	padding: 2px;
	background-color: #fff;
	color: #CB071C;
	font-weight: bold;
	font-size: 18px;
	display: block;
}
.clear{
	clear: both;
}
p.bodytext{
	margin: 0 0 10px 3px;
}
/* LAYOUT PAGE */
#bgTop, #bgTopIntranet{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 1200px;
	height: 8px;
	background-image: url(../img/bgTop.gif);
	background-repeat: no-repeat;
}
#bgTopIntranet{
 	background-image: url(../img/bgTopIntranet.gif);
}
#containerAll{
	position: relative;
	width: 1280px;
	height: 100%;
	
}
#containerPage{
	padding: 20px 0 0 0;
}
#page, #flashBanner{
	width: 995px;
}
* html #page{
	width: 1005px;
}
#menuTop{
	margin-left: 5px;
	margin-bottom: 35px;
	font-weight: bold;

}
* html #menuTop{
    margin-left: -35px;
}
#flashBanner{
	clear: both;
	width: 980px;
	height: 260px;
	margin-bottom: 30px;
	margin-left: 15px;
	background-image: url(../img/flashBanner.jpg);
	background-position: 0px 0;
	background-repeat: no-repeat;
}

#flashBannerSmall{
	clear: both;
	width: 980px;
	margin-bottom: 30px;
	margin-left: 14px;
}
#containerContent{
}
#containerContent A:HOVER{
	text-decoration: underline;
}
#containerContentLeft, #containerContentRight{
	padding-top: 10px;
}
#containerContentLeft{
	width: 588px;
	float: left;
}
#containerContentLeft ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#containerContentLeft li{
	
	margin-left: 3px;
	padding-left: 12px;
	background-image: url(../img/spiegelstrich.gif);
	background-repeat: no-repeat;
	background-position: 0px 9px;
	
}

#containerContentRight{
	float: right;
	width: 217px;
}
#contentLeft{
	margin-left: 15px;
	padding-right: 15px;
	
	line-height: 18px;
	letter-spacing: 0.025em;
}
#contentRight{
	padding-left: 10px;
}

#divideContent{
	width: 2px;
	height: 500px;
	float: left;
	background-image: url(../img/divide.jpg);
	background-repeat: no-repeat;
}
.dividerContent{
	clear: both;
	margin: 10px 0 15px 0;
	background-image: url(../img/dividerContent.gif);
	background-repeat: repeat-x;
	height: 2px;
}


/* MENU TOP */
#menuTop ul{
    padding-left: 15px;
}

#menuTop ul li{
    display: inline;
    margin-right: 2px;
    font-size: 11px;
}


/* TEASER */
.containerTeaser{
	float: left;
	margin: 6px 9px 20px 0;
}
.teaser{
	width: 175px;
	
}
.containerTeaser p, .containerTeaser A, #kontaktAnfragenText p{
	font-size: 11px;
}
.containerTeaser p{
	margin: 18px 0 2px 0;
	letter-spacing: 0.03em;
	line-height: 17px;
}


/* IMG */
.floatImage{
	float: left;
	margin: 0 10px 5px 0;
}
.floatImage img{
	display: block;
	margin-bottom: 3px;
}
.floatImage span{
	padding-left: 3px;
	font-size: 10px;
}


/* CONTENT RIGHT */
#containerContentRight .floatImage{
	margin-bottom: 0;
}
#containerContentRight p.bodytext, #containerContentRight A{
	font-size: 11px;
}
#containerContentRight h1{
	margin-bottom: 3px;
}

/* ANSPRECHPARTNER */
.containerAnsprechpartner{
	width: 215px;
	background: none;	
}
.containerAnsprechpartner .floatImage{
	width: 63px;
	height: 62px;
}

.containerAnsprechpartner p{
	margin: 0;
	padding: 0;
}

.ansprechpartner{
	padding: 50px 5px 5px 5px;
	margin: 0;
	
	background-color: #d5d6d9;
	background-image: url(../img/ansprechpartner_top.gif);
	background-repeat: no-repeat;
}
.ansprechpartnerBottom{
	clear: both;
	height: 2px;
	background-image: url(../img/ansprechpartner_bottom.gif);
	background-repeat: no-repeat;
}

/* INFOBLOCK */
.containerInfoblock{
	width: 215px;
	background: none;
}

.containerInfoblock p{
	margin: 15px 0 0 0;
	padding: 0;
}

.infoblock{
	padding: 55px 5px 5px 5px;
	margin: 0;
	
	background-color: #d5d6d9;
	background-image: url(../img/infoblock_top.gif);
	background-repeat: no-repeat;
}
.infoblock h1{
	margin-top: -50px;
	background: none;
}
.infoblockBottom{
	clear: both;
	height: 2px;
	background-image: url(../img/infoblock_bottom.gif);
	background-repeat: no-repeat;
	margin-bottom: 15px;
}

/* KONTAKT */
#kontaktAnfragenText li{
	padding-left: 40px;
	height: 40px;
	background-repeat: no-repeat;
}

/* BOTTOM NAV */
#bottomNav, #kontaktFlaggen{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#bottomNav li{
	margin: 0;
	padding: 0;
}
#bottomNav li, #copyright, #printurl{
	float: left;
	margin: 5px 0px 0px 0px;
	border-right: 1px solid #333333;
	padding: 0px 5px 0 5px;
}

#bottomNav{
	
	clear: both;
	margin: 10px 5px 10px 190px;
}

/* LINK LIST */
.divLinkNorm{
	clear: both;
	margin: 5px 0 1px 0;
	padding-left: 13px;
	background-image: url(../img/linklist.gif);
	background-position: 0px 6px;
	background-repeat: no-repeat;

}
.divLinkList{
	margin-bottom: 30px;
}
.divLinkList .divLinkNorm p{
	margin: 0;
	padding: 0;
}
.divLinkList .linkListText{
	margin: 0px 0 15px 0;
}
.divLinkNorm span{
	line-height: 18px;
}
.linkListHeader{
	clear: both;
	margin: 0 0 10px 0;
	padding: 2px;
	background-color: #fff;
	color: #CB071C;
	font-weight: bold;
	font-size: 18px;
	display: block;
}


/* Mitarbeiter */
.containerMitarbeiter, .containerMitarbeiterDoppelt, .containerMitarbeiterLeer{
	color: #67676b;
	float: left;
	margin: 6px 9px 20px 0;
}
.mitarbeiter{
	width: 171px;
	background-image: url(../img/mitarbeiterBack.gif);
	background-repeat: repeat-x;
		
}

.containerMitarbeiterDoppelt .mitarbeiter{
	width: 355px;
}
.mitarbeiter p{
	font-size: 11px;
	margin-bottom: 0px;
	font-weight: bold;
	margin-left: 10px;
	line-height: 15px;
}
.mitarbeiter ul{
	margin-left: 10px !important;
	margin-bottom: 0px !important;
}
.mitarbeiter .telefon, .mitarbeiter .email, .mitarbeiter .fax{
	margin-left: 10px;
	line-height: 16px;
	background-repeat: no-repeat !important;
	padding-left: 21px !important;
	background-position: 0 0 !important;
	margin-bottom: 3px !important;
}
.mitarbeiter li.telefon{
	background-image: url(../img/mitarbeiter_telefon.gif) !important;
}
.mitarbeiter .fax{
	background-image: url(../img/mitarbeiter_fax.gif) !important;
}
.mitarbeiter .email{
	background-image: url(../img/mitarbeiter_email.gif) !important;
}
.mitarbeiter A{
	display: block;
	margin: 0 0 0 33px;
}
.mitarbeiter A .emailadresse{
	font-weight: normal;
	font-size: 11px;
}
.mitarbeiter img{
	margin: 10px 0 3px 10px;
}
.mitarbeiter .bodytext{
	font-weight: normal;
	display: block;
	padding: 11px 7px 0px 5px;
}
.containerMitarbeiterLeer .mitarbeiter .bodytext{
	padding-top: 74px;
}
.mitarbeiter li{
	font-size: 10px !important;
}

/* TICKER */
.containerTicker{
	width: 215px;
	background: none;
}

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

.ticker{
	padding: 45px 5px 5px 5px;
	margin: 0;
	background-color: #d5d6d9;
	background-image: url(../img/boersenticker_top.gif);
	background-repeat: no-repeat;
}
.ticker h1{
	margin-top: -50px;
	background: none;
}
.tickerBottom{
	clear: both;
	height: 2px;
	background-image: url(../img/infoblock_bottom.gif);
	background-repeat: no-repeat;
	margin-bottom: 15px;
}

.containerTicker .date{
	text-align: right;
	font-size: 11px;
	margin: 0 0 7px 0;
}

/* LOGIN */
.txtLogin, #quickLogin_submit{
	font-size: 12px;
}

/* IMAGES */

/* OLD???? **/
.csc-textpic-image{
	margin: 0;
}
.csc-textpic-intext-left .csc-textpic-imagewrap{
	float: left;
	margin: 0px 10px 0px 0;
	padding: 0;
border: 0;
}
.csc-textpic-intext-right .csc-textpic-imagewrap{
	float: right;
	margin: 0px 10px 0px 0;
}
.csc-textpic-imagerow dl{
	float: left;
	margin: 5px 0 5px 5px;
}
/* OLD??? END */

#containerContentLeft li.csc-textpic-image{
    padding-left: 0;
    background: none;
    float: left;
    margin: 0px 10px 0px 0;
}
#containerContentLeft li.csc-textpic-lastcol{
    margin-right: 0;
}

/** TEASER BOXEN **/
.teaserKreuz{
    margin-bottom: 20px;
}
.tkBox{
    width: 239px;
    height: 205px;
    padding: 20px 10px 25px 10px;
    float: left;
    border: 1px solid grey;
}
.tkLeftTop{
    padding-top: 0;
    border-top: 0;
    border-left: 0;
    border-right: 1px solid #c4c5c7;
    border-bottom: 1px solid #c4c5c7;
}
.tkRightTop{
    padding-top: 0;
    border-top: 0;
    border-left: 1px solid #ffffff;
    border-right: 0;
    border-bottom: 1px solid #c4c5c7;
}
.tkLeftBottom{
    border-top: 1px solid #ffffff;
    border-left: 0;
    border-right: 1px solid #c4c5c7;
    border-bottom: 0;
}
.tkRightBottom{
    border-top: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    border-right: 0;
    border-bottom: 0;
}
.tkBox h1{
    height: 80px;
    line-height: 23px;
    font-size: 16px;
    padding: 0;
    margin: 0;
    color: #4b4b4d;
}
.tkBox p{
    margin-bottom: 10px;
}
.tkBox a{
    padding-left: 20px;
    background: url(../img/buttonPfeilRotBgLightGrey.gif) 0 0px no-repeat;
}
/** TEASER BOXEN ENDE **/



/* TABS NAVIGATION */
ul.tabs {
    margin: 0;
    padding: 0;
    list-style: none;
}
#containerContentLeft ul.tabs li {
    float: left;
    margin: 0;
    padding: 0;
    background: none;
    margin-bottom: 25px;
}
ul.tabs li a {
    width: 170px;
    padding: 0;
    text-decoration: none;
    color: white;
    display: block;
    text-align: center;
    border: 1px solid #999999;
    border-left: 1px solid #cccccc;
    border-top: 1px solid #333333;
    outline: none;
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
    font-weight: bold;
    background: #e0e0e0;
    background: url(../img/verlaufGrau.gif) left top repeat-x;
}
ul.tabs li a:hover {
    color: red;
}
ul.tabs li.last a{
    width: 174px;
}

html ul.tabs li.active a, html ul.tabs li.active a:hover {
  background: #fff;
  border: 1px solid #333333;
  border-top: 1px solid #fff;
  padding-bottom: 4px;
}
html ul.tabs li.active a{
    color: #4b4b4d;
}
html ul.tabs li.first.active a{
    border-left: 1px solid white;
}
html ul.tabs li.last.active a{
    border-right: 1px solid white;
}



/* TAB CONTENT */
.tab_container {
    border: 0;
    overflow: hidden;
    clear: both;
}
.tab_content {
    width: 520px;
    height: 193px;
    background: white;
}
.tab_content img{
    display: block;
    float: left;
    width: 173px;
}
.tab_content h2{
	margin: 0;
	padding: 0;
}
.tab_content h2 img{
	float: none;
	width: auto;
	margin: 0!important;
	padding: 0!important;
}
.tab_content .tabInfos{
    margin-left: 197px;
    padding: 10px 15px 0 0;
}
.tab_content .tabInfos h2{
    font-size: 20px;
    line-height: 25px;
    color: #e61e05;
    margin-bottom: 8px;
}
.tab_content .tabInfos a{
    display: block;
    margin-top: 10px;
    padding-left: 20px;
    background: url(../img/buttonPfeilRotBgWhite.gif) 0 1px no-repeat;
}
