@charset "utf-8";
/* CSS Document */

#page {
	width: 984px;
	background-image: url(../images/bg-page.png);
	background-repeat: repeat-y;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -92px; /* the bottom margin is the negative value of the footer's height */
}

#page-inner {
	width: 960px;
	margin: 0 auto;
}

#header {
	width: 960px;
	height: 246px;
}

#header #meta {
	width: 960px;
	height: 29px;
	background-color: white;
	margin-top: -4px;
}

#header #meta ul {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-top: 4px;
	margin-left: 690px;
}

#header #meta ul li {
	color: #B70E2E;
	display: inline;
}

#header #meta ul * {
	font-size: 11px;
}

#header #meta ul li.active a {
	font-weight: bold;
	text-decoration: none;
}

#header #keyvisual {
	position: absolute;
	top: 29px;
	width: 960px;
	height: 192px;
}

#header #navigation {
	position: absolute;
	top: 221px;
	width: 960px;
	height: 24px;
	background-image: url(../images/bg-navigation.jpg);
}

#header #navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#header #navigation ul li {
	display: block;
	float: left;
	height: 21px;
	padding-top: 3px;
	padding-right: 18px;
	background-image: url(../images/navigation/bg-na-na.jpg);
	background-position: right top;
}

#header #navigation ul li.first {
	padding-left: 50px;
}


#header #navigation ul li.hover { /* Bei Mouseover wird BG zu: active - non active */
	background-image: url(../images/navigation/bg-a-na.jpg);
}

#header #navigation ul li.hover-adjacent { /* Bei Mouseover wird BG des linken Nachbarn zu: non active - active */
	background-image: url(../images/navigation/bg-na-a.jpg);
}

#header #navigation ul li a {
	display: block;
	float: left;
	height: 24px;
	padding-left: 4px;
	padding-right: 10px;
	font-size: 11px;
	color: white;
	text-transform: uppercase;
	text-decoration: none;
}

#header #navigation ul li a:hover {
	font-weight: normal;
	text-decoration: underline;
}

#header #navigation ul li.active a {
	font-weight: bold;
}

#header #navigation ul li.active a:hover {
	font-weight: bold;
	text-decoration: none;
}

#header #search {
	position: absolute;
	top: 222px;
	left: 660px;
	display: none;
}

#header #search-form {
	position: absolute;
	width: 170px;
	height: 19px;
	top: 0;
	left: 30px;
	border: none;
	background-image: url(../images/bg-search-form.gif);
	font-size: 11px;
	color: #888888;
	padding-top: 3px;
}

#content-area {
	width: 960px;
	margin: 0;
	padding: 0;
}

#content-area #left {
	width: 550px;
	margin-left: 54px;
	margin-right: 18px;
	margin-top: 36px;
	margin-bottom: 94px;
	padding: 0;
	padding-bottom: 40px;
	float: left;
}

#content-area #right {
	float: left;
	width: 248px;
	padding: 0 24px;
	padding-top: 48px;
	margin-top: -4px;
	margin-bottom: 94px;
	background-color: #F3F3F3;
	background-image: url(../images/bg-right.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	min-height: 350px;
}

a.link-weiter {
	font-weight: bold;
}
.kleingedrucktes,
.kleingedrucktes * {
	font-size: 10px;
}

.contact-bg {
	padding: 10px;
	background-image: url(../images/bg-contact-bg.jpg);
	background-repeat: repeat-x;
	background-position: 0 0;
	margin-bottom: 20px;
}

.pressemitteilung {
	margin-bottom: 10px;
}
.pressemitteilung ul {
	padding-left: 20px;
	list-style: square;
}
a.link-home img {
	position: absolute;
	display: block;
	top: 30px;
	left: 50px;
	width: 170px;
	height: 70px;
	z-index: 1000;
}

/* ___________________________________________________ Boxen _________________________________________________________ */
/* ___________________________________________________________________________________________________________________ */

.box-kaufantrag {
	background-image: url(../images/bg-box-kaufantrag.png);
	background-repeat: no-repeat;
	width: 536px;
	padding-left: 20px;
	height: 172px;
	padding-top: 10px;
	margin-left: -10px;
	margin-bottom: 20px;
}
.box-kaufantrag ul,
.box-kaufantrag ul li,
.box-home ul,
.box-home ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.box-kaufantrag ul li,
.box-home ul li {
	background-image: url(../images/bg-li-box-kaufantrag.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-left: 18px;
	font-weight: bold;
}
.box-kaufantrag h2,
.box-home h2 {
	font-size: 60px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
.box-kaufantrag h2 span.red,
.box-home h2 span.red {
	font-size: 20px;
	font-weight: bold;
	color: #B82B2B;
}
.box-kaufantrag h2 span,
.box-home h2 span {
	font-size: 12px;
}
.box-kaufantrag p,
.box-home p {
	margin-top: 8px;
}

.box-home {
	background-image: url(../images/bg-box-home.png);
	background-repeat: no-repeat;
	width: 536px;
	padding-left: 20px;
	height: 172px;
	padding-top: 10px;
	margin-left: -10px;
	position: relative;
}
.objekt-carousel {
	position: absolute;
	left: 304px;
	top: 6px;
}

.box-beispielrechnung-vorteile {
	display: block;
	width: 488px;
	height: 153px;
	padding: 10px;
	background-image: url(../images/bg-box-beispielrechnung.png);
}
.box-beispielrechnung-vorteile dl dt,
.box-beispielrechnung-vorteile dl dd {
	color: white;
	margin: 0 0 0 5px;
	padding: 0;
}
.box-beispielrechnung-vorteile dl dt {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 8px 0;
	background-image: none;
}
.box-beispielrechnung-vorteile dl dd {
	font-size: 11px;
	line-height: 13px;
	margin: 0 0 4px 0;
	padding: 0 0 0 26px;
	background-image: url(../images/bg-check.png);
	background-repeat: no-repeat;
	background-position: 4px 0;
}

.box-beispielrechnung-beispiele {
	height: 260px;
	margin-bottom: 10px;
}

.box-beispielrechnung-beispiele .navigation ul {
	width: 498px;
	height: 20px;
	background-image: url(../images/etp-city/beispielrechnung-navigation.jpg);
	padding: 8px 0 0 5px;
}
.box-beispielrechnung-beispiele ul li {
	display: block;
	float: left;
	margin: 0;
}
.box-beispielrechnung-beispiele ul li a {
	display: block;
	height: 20px;
	color: #333333;
	padding: 0 9px;
}
.box-beispielrechnung-beispiele ul li a:hover,
.box-beispielrechnung-beispiele ul li a.active {
	background-color: white;
	color: #C52543;
	text-decoration: none;
}

/* Buttons */
#right .button {
	float: none;
	clear: both;
}
.button {
	background-position: 0 0;
	background-repeat: no-repeat;
	display: block;
	color: white;
	text-decoration: none;
}
.button:hover {
	color: white;
	text-decoration: underline;
}
.button-wertpapierprospekt {
	width: 102px;
	padding-left: 26px;
	height: 16px;
	background-image: url(../images/bg-button-wertpapierprospekt.png);
	margin: 6px 0 0 0;
	font-size: 11px;
}	

.button-kaufantrag,
.button-kaufantraglang,
.button-mehr,
.button-160 {
	display: block;
	float: left;
	height: 20px;
	font-size: 14px;
	font-weight: bold;
	color: white;
	text-decoration: none;
	padding-top: 2px;
	margin-right: 10px;
}
.button-kaufantrag {
	width: 84px;
	background-image: url(../images/bg-button-kaufantrag.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-left: 26px;
}

.button-kaufantraglang {
	width: 150px;
	background-image: url(../images/bg-button-kaufantraglang2.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-left: 26px;
}

#right .button-kaufantrag {
	font-size: 14px;
}
.button-mehr {
	width: 64px;
	background-image: url(../images/bg-button-mehr.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-left: 8px;
}
.button-160 {
	width: 160px;
	background-image: url(../images/bg-button-grey-160.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-left: 8px;
}
.button-kaufantrag:hover,
.button-kaufantraglang:hover,
.button-mehr:hover,
.button-160:hover {
	text-decoration: underline;
	color: white;
}

/* Rückruf */
#content-area #left .box-rueckruf h3,
#content-area #right .box-rueckruf h3 {
	font-size: 16px;
	border-width: 0;
}

.box-rueckruf {
	margin: 20px 0 0 0;
}
.box-rueckruf h3 span {
	font-size: 9px;
	font-weight: normal;
	color: #666666;
}
.box-rueckruf label {
	font-size: 12px;
	font-weight: normal;
}
.box-rueckruf input#vorwahl {
	width: 45px;
	margin-right: 4px;
}
.box-rueckruf input#tel {
	width: 130px;
}
.box-rueckruf input#submit,
input#submit2 {
	width: 102px;
	height: 16px;
	background-image: url(../images/bg-button-rueckruf.png);
	font-size: 11px;
	color: white;
	font-weight: normal;
	clear: both;
	padding: 0 0 2px 0;
	margin-top: 5px;
	border-width: 0;
	cursor: pointer;
}
input#submit-newsletter {
	width: 170px;
	height: 18px;
	background-image: url(../images/bg-button.jpg);
	font-size: 11px;
	color: white;
	font-weight: normal;
	clear: both;
	padding: 0 0 2px 20px;
	margin-top: 5px;
	border-width: 0;
	cursor: pointer;
}
input#submit:hover {
	text-decoration: underline;
}

/* Boxen Ende */

/* Styles für die rechte Spalte */
#content-area #right h3 {
	width: 100%; /*245px*/
	font-size: 11px;
	color: #333333;
	background-repeat: no-repeat;
	border-bottom: 1px dotted #878889;
	margin: 0 0 3px 0;
	padding: 0 0 3px 0;
}
#content-area #right div {
	margin-bottom: 10px;
}
#right p,
#right li,
#right a {
	font-size: 11px;
}

/* Subnavigation in der rechten Spalte */
#right dl {
	margin: 0 0 20px 0;
}
#right dl dt {
	background-image: none;
	padding: 0;
	margin: 3px 0 0 0;
	line-height: 20px;
}
#right dl dt a {
	display: block;
	width: 240px;
	padding-left: 5px;
	height: 22px;
	font-size: 11px;
	overflow: hidden;
	background-image: url(../images/bg-h3-right.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	color: #333333;
}
#right dl dt a:hover,
#right dl dt.active a {
	background-position: 0 -22px;
	color: white;
	text-decoration: none;
}
#right dl a:hover span,
#right dl dt.active a span {
	color: white;
}
#right dl dd {
	padding: 3px 0 3px 5px;
	margin: 0;
	width: 240px;
	font-size: 11px;
	border-bottom: 1px solid #C7C7C7;
}
#right dl dd a:hover,
#right dl dd a:hover span {
	color: #333333;
}
#right dl dd a.active {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
#right dl dd.last {
	border-width: 0;
}

#content-area #right h3.click {
	background-image: url(../images/bg-right-h3.png);
	border-bottom: none;
	margin-bottom: 0;
}

#content-area #right h3.hover, #content-area #right h3.active {
	background-image: url(../images/bg-right-h3-over.png);
	color: white;
}

#content-area #right .margin {
	margin-top: 20px;
}

#content-area #right h3 a {
	text-decoration: none;
	color: #333333;
	display: block;
	width: 245px;
	height: 22px;
	padding: 0;
	margin: 0;
}

#content-area #right h3.hover a, #content-area #right h3.active a {
	color: white;
}

#content-area #right div.toggleable {
	margin-bottom: 0px; /* Noch per jQurery einen weiteren Div einfügen */
}

#content-area #right .news .mehr {
	margin-top: -10px;
	margin-bottom: 4px;
	text-align: right;
}

#content-area #right ul,
#content-area #right ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#content-area #right ul li {
}
#content-area #right ul li a {
	background-image: url(../images/bg-li-doppelpfeil.png);
	background-repeat: no-repeat;
	background-position: 0 7px;
	padding-left: 10px;
	display: block;
	text-decoration: none;
}
#content-area #right ul li a:hover {
	text-decoration: underline;
}

#content-area #right input.radio {
	width: 26px;
}

#content-area #right label.radio {
	width: 40px;
}

#content-area #right textarea {
	width: 200px;
	height: 74px;
	border: 1px solid #999999;
	background-image: url(../images/bg-input.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	font-size: 12px;
	color: #888888;
	padding-top: 1px;
	float: left;
}

/* Tabelle Startseite */

#right table th {
	font-size: 11px;
}
#right table th span.red {
	font-size: 22px;
	color: #B82B2B;
}
#right table td {
	border-bottom: 1px dotted #878889;
	padding: 1px 2px;
}

/* rechte Spalte Ende */

body#page-unternehmen #content-area #right, body#page-presse #content-area #right {
	padding-top: 18px;
}

#content-area #right .news * {
	padding: 0;
	margin: 0;
}

#content-area #right .news {
	border-bottom: 1px solid #c7c7c7;
	padding: 0;
	margin: 0;
	margin-bottom: 12px;
}

#footer {
	height: 92px;
	width: 960px;
	margin: 0 auto;
	position: fixed;
	bottom: 0;
	left: 50%;
	margin-left: -480px;
	background-image: url(../images/bg-footer.png);
	background-repeat: repeat-x;
	background-position: left top;
}

#footer-inner {
	position: relative;
	left: 34px;
	top: 56px;
	width: 56px;
	height: 24px;
	border-right: 2px solid #B70F2F;
}

#overlay {
	position: absolute;
	width: 94px;
	height: 81px;
	top: 0;
	left: 50%;
	margin-left: -494px;
}

/* Objekte */
.objekt1 {
	position: absolute;
	top: 150px;
	left: 320px;
}

/* __________________________ Objekt-Seiten _________________________ */
.karte {
	width: 340px;
	float: left;
}
.objekt-fact-sheets {
	float: left;
	margin-left: 20px;
}
.objekt-fact-sheets dl dt {
	font-size: 12px;
	color: black;
	font-weight: bold;
	padding: 0;
	margin: 0 0 4px 0;
	background-image: none;
}
.objekt-fact-sheets dl dd {
	margin: 0;
	padding: 0 0 3px 0;
}
.objekt-fact-sheets dl dd a {
	display: block;
	background-image: url(../images/pdf-icon-small.png);
	background-repeat: no-repeat;
	background-position: 0 2px;
	margin: 0;
	padding: 0 0 0 16px;
}

/* __________________________ Downloads _________________________ */
.multiCol .downloads {
	float: left;
	margin-right: 20px;
}
.downloads dl dt {
	font-size: 12px;
	color: black;
	font-weight: bold;
	padding: 0;
	margin: 0 0 4px 0;
	background-image: none;
}
.downloads dl dd {
	margin: 0;
	padding: 0 0 3px 0;
}
.downloads dl dd a {
	display: block;
	background-image: url(../images/pdf-icon-small.png);
	background-repeat: no-repeat;
	background-position: 0 2px;
	margin: 0;
	padding: 0 0 0 16px;
}
.bold dl dd a {
	font-weight: bold;
}
