
/* Hintergrundfarbe HTMLarea */
.htmlarea-content-body {
	background-color: #D0DDE1;
}



/* Definition des BODY-Tag */
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #587889;
	color: black;
	font-size: 75%;
	/*font-size: 12px;*/
	line-height: 140%;
}

/* Hintergrundfarbe des IFRAME */
body.catalog {
	background-color: #D0DDE1;
}


/* Definition der Textfelder */
textarea {
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
}


/* Definition der Links */
a {
	color: #0E3F74;
	text-decoration: none;
}
a:visited {
	color: #0E3F74;
}
a:hover, a:active, a:focus, a.active {
	text-decoration: underline;
}

/* Links mit Bullet */
a.bullet, a.bulletBlack, a.bulletPdf {
	background-repeat: no-repeat;
}
a.bullet, a.bulletBlack {
	padding-left: 11px;
	background-image: url(../art_global/bullet_green.gif);
	background-position: 0 0.72em;
}
a.bulletBlack {
	background-image: url(../art_global/bullet_black.gif);
}

/* PDF-Links */
a.bulletPdf {
	padding-left: 35px;
	background-image: url(../art_global/bullet_pdf.gif);
	background-position: 0 0.2em;
	font-weight: bold;
}

/* News-Links */
.latestNewsItem a, .newsListItem a {
	padding-left: 9px;
	background-image: url(../art_global/bullet_green.gif);
	background-position: 0 0.78em;
	background-repeat: no-repeat;
}

/* Sprachnavigation */
a.language, a.language-active {
	display: block;
	padding: 4px 12px 5px 12px;
	font-size: 11px;
}
a.language:hover,
a.language-active {
	background-color: #587889;
}
div.active a.language {
	color: #FFFFFF;
	background-color: #587889;
}
/*a.language {*/
.language-no-link {
	padding: 4px 12px 5px 12px;
}

/* Print-Link */
a.print {
	padding-left: 18px;
	background-image: url(../art_global/00_link_bullet_print.gif);
	background-position: left 0.25em;
	background-repeat: no-repeat;
}


/* Definition der Ueberschriften */
h1 {
	margin: 0 0 15px 0;
	color: #0E3F74;
	font-size: 150%;
	/*font-size: 18px;*/
	font-weight: normal;
}
h2, h3, h4, h5, h6 {
	line-height: 120%;
}
h2, h3, h6 {
	margin: 0 0 10px 0;
	font-size: 115%;
	/*font-size: 14px;*/
}
h3 {
	margin: 0;
}
h4, h5 {
	margin: 0;
	font-size: 100%;
	/*font-size: 12px;*/
}
h5 {
	color: #0E3F74;
}
h6 {
	margin: 0;
	padding: 4px;
	background-color: #B1C3CC;
}
h6.marginBottom {
	margin-bottom: 5px;
}
h6 img {
	vertical-align: text-bottom;
}




/* Definition der Absaetze */
p {
	margin: 0 0 15px 0;
	padding: 0;
}
p.textSmall {
	font-size: 86%;
	/*font-size: 10px;*/
}
.newsListItem p {
	margin-bottom: 10px;
}



/* Definition der Zeichenformate */
span.textBullet {
	padding-left: 11px;
	background-image: url(../art_global/bullet_black.gif);
	background-position: 0 0.72em;
	background-repeat: no-repeat;
}



/* Definition der Listen */
ul {
	margin: 0 0 15px 0;
	padding: 0;
	list-style-type: none;
}
ul li {
	padding: 4px 0 4px 11px;
	background-image: url(../art_global/bullet_green.gif);
	background-position: 0 1.168em;
	background-repeat: no-repeat;
}

ul.ListBulletBlack {}
ul.ListBulletBlack li, .csc-bulletlist-1 li {
	background-image: url(../art_global/bullet_black.gif);
}

/* Liste mit gestrichelter Linie als Trenner */
ul.ListDottedBorderTop {}
ul.ListDottedBorderTop li, .csc-bulletlist-2 li {
	border-top: 1px dotted #92AAB8;
}

/* Liste ohne Bullet mit gestrichelter Linie als Trenner */
ul.ListNoBulletDottedBorderTop {}
ul.ListNoBulletDottedBorderTop li {
	padding-left: 0;
	background: none;
	border-top: 1px dotted #92AAB8;
}

/* Liste mit grauem Hintergrund und gestrichelter Linie als Trenner */
ul.ListBgGreyDottedBorderTop, #content ul.csc-bulletlist-3 {
	background-color: #B1C3CC;
}
ul.ListBgGreyDottedBorderTop li, .csc-bulletlist-3 li {
	padding-right: 10px;
	padding-left: 21px;
	background-image: url(../art_global/bullet_black.gif);
	background-position: 10px 1.168em;
	border-top: 1px dotted #FFFFFF;
}
li.noBgColor {
	background-color: #D0DDE1;
}



/* Definition der Tabellen */
table {
	margin-bottom: 15px;
	border-collapse: collapse;
	font-size: 100%;
	/*background-color: red;*/
}
table td {
	padding: 3px 5px 3px 5px;
	vertical-align: top;
}
table p {
	margin: 0;
	padding: 0;
}

/* Tabelle fuer die Produktuebersicht */
table.productOverview {
	width: 100%;
	margin: 0;
	/*background-color: red;*/
	/*margin-bottom: 7px;*/
}
table.productOverview td {
	padding: 0;
	width: 120px;
}
table.productOverview td img {
	padding-top: 10px;
}
td.productOverviewEmptyCell {}
table.productOverview td.productOverviewEmptyCell {
	/*width: 22px;*/
	width: 68px;
}
/* *** umbrechende Links werden wie Listenpunkte gesetzt ***
table.productOverview td {
	padding-left: 10px;
	text-indent: -10px;
	background-color:red;
}*/
table.productOverview a {
	padding-bottom: 17px;
}


/* Tabelle fuer den Produktaufbau */
table.test {
	width: 100%;
	/*background-color: red;*/
}
table.test td {
	width: 33%;
}

/* TD Hintergrundfarben */
td.tableCellLightSteelBlue {
	background-color: #B1C3CC;
}



/* Hauptnavigation (im RTE ausgeblendet durch #navi) */
#navi ul.navigationContent {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* Links */
#navi ul.navigationContent li a {
	color: #FFFFFF;
}
#navi ul.navigationContent li a.active {
	font-weight: bold;
	text-decoration: none;
}

/* Ebene 1 */
#navi ul.navigationContent li {
	padding: 1px 0 1px 11px;
	background-image: url(../art_global/bullet_green.gif);
	background-position: 0 0.88em;
	background-repeat: no-repeat;
}

/* Ebene 2 */
#navi ul.navigationContent li.layer2 {
	padding-left: 22px;
	background-position: 11px 0.88em;
}

/* Ebene 3 */
#navi ul.navigationContent li.layer3 {
	padding-left: 33px;
	background-position: 22px 0.88em;
}

/* Abstandshalter */
#navi ul.navigationContent li.navigationSpacer {
	margin: 5px 0 5px 0;
	padding: 0;
	background: none;
	border-bottom: 1px dotted #FFFFFF;
	font-size: 1px;
	line-height: 1px;
}

/* Globale Navigation */
#navi_top a {
	margin-left: 35px;
}



/* Navigation auf der Suchseite */
#content ul.browsebox {
padding-bottom: 20px;
}
#content ul.browsebox li {
	float: left;
	margin: 0 7px 0 0;
}



