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



/* *** Definition der allgemeinen Schriftenart *** */
* {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
}
b, strong {
	font-weight: bold;
}



/* *** Definition der allgemeinen Schriftgroesse *** */
body {
	font-size: 82%;
	/*font-size: 12px;*/
}



/* *** Definition der Schriften in Formularen *** */
input, textarea {
	font-family: Tahoma, Arial;
}
textarea {
	color: #000000;
	font-size: 100%;
}
input {
	color: #000000;
	font-size: 100%;
}



/* *** Definition der Linkformate *** */
a {
	color: #C40F22;
	text-decoration: none;
	/*white-space: nowrap;*/
	background-image: url(../art/bg-sprites.png);
	background-repeat: no-repeat;
	background-position: -401px -480px;
	padding-left: 9px;
	font-weight: bold;
}
a:link, a:visited {
	color: #C40F22;
}
a:hover, a:active, a:focus, a.active {
	color: black !important;
	background-position: -401px -444px;
}
/* IE6 - BugFix */
* HTML a:hover {
	background-position:  -401px -480px;
}


/* Kein Rahmen um verlinkte Bilder */
a img {
	border: none;
}


/* Links mit Bullet-Grafik */
a.bullet {
	padding-left: 12px;
	background-image: url(../art_global/link-bullet.gif);
	background-position: 0 0.56em;
	background-repeat: no-repeat;
	text-decoration: underline;
}
a.nobullet {
	display: none !important;
}


/* Definition der Links fuer die Globale Navigation */
a.navigation-global-link {
	font-weight: normal !important;
}
a.navigation-global-link-active {
	font-weight: bold;
	color: #C40F22 !important;
	background-position: -18px -378px !important;
}



/* Definition der Links fuer die Hauptnavigation */
a.navigation-main-link {
	font-weight: normal;
}
a.navigation-main-link-active {
	font-weight: bold !important;
}
a.navigation-main-link-active,
a.navigation-main-link:hover {
	color: #C40F22 !important;
}
a.navigation-main-link-active {
	background-position: -18px -378px !important;
}


/* Definition der Links fuer die Hauptnavigation */
a.navigation-sub-link,
a.navigation-sub-link-active,
a.navigation-sub-link-ifsub-cur,
a.navigation-sub-link-ifsub-active {
	color: #C40F22;
}
a.navigation-sub-link-active,
a.navigation-sub-link-ifsub-cur {
	font-weight: bold;
}
a.navigation-sub-link:hover,
a.navigation-sub-link-active:hover,
a.navigation-sub-link-ifsub-cur:hover,
a.navigation-sub-link-ifsub-active:hover {
	color: #C40F22;
}

/* 2.-n. Ebene */
a.navigation-sub-link-child {
	color: #C40F22;
}
a.navigation-sub-link-child:hover,
a.navigation-sub-link-child-active {
	color: #C40F22;
}



/* *** Definition der Ueberschriften *** */
h1, h2, h3 {
	font-weight: normal;
	color: #7B8586;
	/*clear: both;*/
}
h1 {
	font-size: 156%;
	padding-bottom: 10px;
	background-image: url(../art/bg-sprites.png);
	background-repeat: no-repeat;
	background-position: -402px -360px;
}
h2 {
	/*font-size: 126%;*/
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
	color: #505656;
}
h3 {
	font-size: 106%;
	font-weight: bold;
}
h4 {}
h5 {}



/* *** Definition der Absatzformate *** */
p {
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	line-height: 140%;
}
p.bold {
	font-weight: bold;
}
p.italic {
	font-style: italic;
}



/* *** Definition der Zeichenformate *** */
.text-bold {
	font-weight: bold;
}
.text-italic {
	font-style: italic;
}
.text-small {
	font-size: 92%;
	/*font-size: 11px;*/
}



/* *** Definition der Listenformate *** */

/* Nummerierte Listen */
ol {
	margin: 0;
	padding: 0 0 15px 20px;
}
ol li {
	padding: 2px 0 2px 0;
	line-height: 140%;
}

/* Unnummerierte Listen */
ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
ul li {
	font-weight: bold;
	background-image: url(../art/bg-sprites.png);
	background-repeat: no-repeat;
	background-position: -405px -517px;
	padding-left: 10px;
}



/* Listenformat fuer die Sprachnavigation */
ul.navigation-language-list {
	padding-left: 10px;
}
ul.navigation-language-list li {
	display: inline;
	background-image: none;
	line-height: 120%;
}

#mainContent #mainPic #content-left-wrap p { /* Haupt-Bild-Beschriftung */
	color: White !important;
	font-size: 86%;
	padding-bottom: 0;
}


/* Listenformat fuer die Hauptnavigation */
ul#naviMain li {
	background-image: none;
	padding-left: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
}
ul#naviMain li a {
	background-position: -18px -189px;
}
ul#naviMain li a,
ul#naviMain li a:link,
ul#naviMain li a:visited {
	color: #4E5B5D;
	/*font-weight: normal;*/
}
ul#naviMain li a:hover {
	background-position: -18px -335px;
	color: #C40F22 !important;
}
ul#naviMain li a.active,
ul#naviMain li a:active,
ul#naviMain li a:focus,
ul#naviMain li a.active {
	background-position: -18px -378px;
	/*font-weight: bold !important;*/
	color: #C40F22 !important;
}


/* Listenformat fuer die Unternavigation */
ul.navigation-sub-list {
	padding-left: 10px;
}
ul.navigation-sub-list li {
	background-image: none;
	line-height: 120%;
}

/* 2.-n. Ebene */
ul.navigation-sub-list ul {
	padding: 0 0 5px 0;
}
ul.navigation-sub-list ul li {
	padding-left: 10px;
}



/* Definition der Tabellen */
table {
	margin-bottom: 20px;
	border-collapse: collapse;
	font-size: 100%;
}
table td {
	vertical-align: top;
	padding: 4px 2px 4px 4px;
}
table td p {
	padding-bottom: 0;
}



/* Extension css_styled_content */
DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image .csc-textpic-caption {
	font-size: 88%;
	/*font-size: 11px;*/
}

/* Extension pmkslimbox */
a#lbPrevLink, a#lbNextLink {
	background-image: none;
}


