/* CSS Document */

body {
	background-color: #FFFFFF;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	font-size: 12px;
	line-height: 20px;
	color: #000000;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}



/* Ausgeblendete Objekte (nur screen)--------------------------------------------------------- */
#lLeft,
#lBottomL,
.dotLink,
.head1,
.fPrint,
.fTop,
#sub2, #sub3, #sub31, #sub32, #sub33, #sub4,
.noPrint {
	display: none !important;
}


/* Inhaltsbereiche ------------------------------------------------------------------------- */

/* Box um kompletten Inhalt */
#lContainer {
	width: 640px;
	margin: 20px 0px 20px 60px;
	overflow: hidden;
}

/* Oben */
#lTop {
	width: 620px;
	height: 58px;
	overflow: hidden;
	margin-bottom: 40px;
}

/* Inhaltsbereich Mitte + Infospalte rechts */
#lCenter, #lRight {
	width: 160px;
	margin: 0px 20px 20px 0px;
	float: left;
}

/* Inhaltsbereich Mitte */
#lCenter {
	width: 400px;
}

/* Infospalte rechts */
#lRight {
	margin: 0px 40px 0px 0px;
}

/* Infobereich unten */
#lBottom {
	width: 580px;
	clear: both;
}

#lBottomR {
	width: 580px;
	margin-top: 7px
}



/* Typografie ------------------------------------------------------------------------- */

/* Links (allgemein) */
a, a:visited, a:hover, a:active {
	color: #000000;
	text-decoration: none;
}

/* New-Buttons */
.bNew, .bNewLeft {
	font-weight: bold;
	text-transform: uppercase;
	line-height: 13px;
	text-align: center;
	color: #FFFFFF;
	display: block;
	width: 45px;
	height: 13px;
	background-color:#000000;
	margin: 13px 10px 4px 0px;
	margin: "14px 10px 3px 0px"; /* Bugfix IE5 */
}

.bNewLeft {
	float: left;
	margin: 3px 10px 0px 0px;
	margin-top: "4px"; /* Bugfix IE5 */
}



/* Standardtext */
p {margin: 0px 0px 10px 0px;}

/* body 11px + Bildunterschrift */
.body11px, .body11pxBU {
	font-size: 11px;
	line-height: 15px;
	margin-bottom: 15px;
}
.body11pxBU {margin-bottom: 20px;}

/* Headline (print) */
h1 {
	font-size: 20px;
	line-height: 30px;
	margin: 28px 0px 22px 0px;
}

/* nie Rahmen um Bilder */
img {border: 0px;}

/* Bild im Contentbereich */
.image, .imageBU {padding: 4px 0px 16px 0px}

/* Bild im Contentbereich (mit Fußnote) */
.imageBU {padding-bottom: 0px;}

/* Bilder im Textfluß */
.imageL {
	margin: 4px 20px 0px 0px;
	float: left;
}
.imageR {
	margin: 4px 0px 0px 20px;
	float: right;
}

.boxCenter .imageL {margin-right: 10px;}
.boxCenter .imageR {margin-left: 10px;}

/* Trennlinie */
.line {
	margin: 0px;
	padding: 0px;
	height: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	display: block;
	line-height: 1px;
}



/* Infoboxen ------------------------------------------------------------------------- */

/* Felder Infoboxen im Contentbereich */
.iboxS {
	float: left;
	width: 190px;
	margin: 0px 20px 0px 0px;
}

.boxTop, .iboxLTop, .iboxSTop {
	line-height: 15px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
	background-color: #000000;
	padding: 2px 9px 2px 9px;
	margin: 0px;
	display: block;
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
}

.iboxLTop {margin-top: 20px;}


/* Bereiche Mitte */
.boxCenter {
	margin: 0px;
	display: block;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
}


/* Bereiche unten */
.boxBottom, .iboxLBottom, .iboxSBottom {
	margin: 0px 0px 20px 0px;
	display: block;
	height: 3px;
	line-height: 1px;
	font-size: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

.iboxLBottom {margin-bottom: 15px;}
.iboxSBottom {margin-bottom: 10px;}


/* body 11px in Infoboxen */
.boxCenter .body11px {
	padding: 6px 9px 6px 9px;
	margin: 0px;
}

/* body 12px in Infoboxen */
.boxCenter p {
	padding: 6px 9px 6px 9px;
	margin: 0px;
}

/* Trennlinie in Infoboxen (Latest news)*/
.body11px .line {
	margin: 6px 0px 6px 0px;
}