

/* Definition der allgemeinen Schriftenart */
* {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}


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



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



/* Definition der Linkformate */
a {
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}
a:hover {
	color: #722636;
}

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

/* Link mit Bullet */
a.bullet {
	padding-left: 10px;
	background-image: url(../art-global/bullet-link-red.gif);
	background-repeat: no-repeat;
	background-position: 0 0.5em;
}
a.bullet:hover {
	background-image: url(../art-global/bullet-link-orange.gif);
}

/* Link "To-Top" */
a.link-to-top {
	padding-left: 8px;
	background-image: url(../art-global/bullet-link-to-top-red.gif);
	background-repeat: no-repeat;
	background-position: 0 0.35em;
	font-weight: normal;
	font-size: 92%;
	/*font-size: 11px;*/
}
a.link-to-top:hover {
	background-image: url(../art-global/bullet-link-to-top-orange.gif);
}


/* Link fuer linke Inhaltsspalte */
div.text-small a {
	font-weight: normal;
	/*font-size: 92%;
	font-size: 11px;*/
}
div.text-small a.bullet {
	background-position: 0 0.5em;
}
div.text-small a.bullet:hover {
	background-position: 0 0.5em;
}


/* Link Sprachen-Navigation */
a.navigation-language-link {}

/* Link Hauptnavigation */
a.navigation-main-link,
a.navigation-main-link-active {
	padding-left: 10px;
	background-image: url(../art-global/bullet-link-red.gif);
	background-repeat: no-repeat;
	background-position: 0 0.5em;
}
a.navigation-main-link:hover,
a.navigation-main-link-active {
	background-image: url(../art-global/bullet-link-orange.gif);
	color: #722636;
}

/* Link Globale Navigation */
a.navigation-global-link,
a.navigation-global-link-active {
	padding-left: 10px;
	background-image: url(../art-global/bullet-link-white.gif);
	background-repeat: no-repeat;
	background-position: 0 0.5em;
	color: #FFFFFF;
}
a.navigation-global-link:hover,
a.navigation-global-link-active {
	background-image: url(../art-global/bullet-link-orange.gif);
	color: #722636;
}

/* Link Unternavigation */
a.navigation-sub-link,
a.navigation-sub-link-active {
	padding-left: 10px;
	background-image: url(../art-global/bullet-link-red.gif);
	background-repeat: no-repeat;
	background-position: 0 0.5em;
	font-weight: normal;
}
a.navigation-sub-link:hover,
a.navigation-sub-link-active {
	background-image: url(../art-global/bullet-link-orange.gif);
	color: #722636;
}

/* Link FE-Logout */
a.fe-user-logout {
	padding-left: 10px;
	background-image: url(../art-global/bullet-link-red.gif);
	background-repeat: no-repeat;
	background-position: 0 0.4em;
}
a.fe-user-logout:hover {
	background-image: url(../art-global/bullet-link-orange.gif);
}



/* Definition der Ueberschriften */
h1 {
	margin: 0;
	padding: 0 0 15px 0;
	color: #687D7C;
	font-size: 150%;
	/*font-size: 18px;*/
	font-weight: normal;
	line-height: 120%;
}
h1.headline-content-header {
	padding: 0;
	position: absolute;
	bottom: 0;
	left: 20px;
	color: #FFFFFF;
}
h2 {
	margin: 0;
	padding: 0 0 5px 0;
	color: #687D7C;
	font-size: 100%;
	line-height: 120%;
}
h3, h4 {
	margin: 0;
	padding: 0;
	color: #687D7C;
	font-size: 100%;
	line-height: 120%;
}
h4 {
	display: inline;
}
h4.download-label {
	color: #000000;
}


/* Definition der Absatzformate */
p {
	margin: 0;
	padding: 0 0 20px 0;
	line-height: 160%;
}
p.bold {
	font-weight: bold;
}
p.italic {
	font-style: italic
}
p.normal {
	font-weight: normal;
}
p.copyright {
	padding: 0;
	font-size: 92%;
	/*font-size: 11px;*/
	color: #FFFFFF;
	text-align: right;
}
p.no-padding {
	padding: 0;
}
p.border-top {
	margin-top: 5px;
	padding-top: 2px;
	border-top: 1px solid #D3DAD9;
}



/* Absaetze in nummerierten Listen */
ol p {
	padding: 0;
}

/* Absaetze fuer linke Inhaltsspalte */
div.text-small p {
	font-size: 92%;
	/*font-size: 11px;*/
}



/* Definition der Zeichenformate */
.text-bold {
	font-weight: bold;
}
.text-italic {
	font-style: italic
}


/* Definition der Listenformate */
ol {
	margin: 0;
	padding: 0 0 15px 30px;
}
ol li {
	padding: 2px 0 2px 0;
	line-height: 140%;
}
ol.agb {}
ol.agb li {
	font-weight: bold;
}


/* Definition der Listenformate */
ul {
	margin: 0;
	padding: 0 0 20px 0;
	list-style-type: none;
}
ul li {
	padding: 2px 0 2px 10px;
	background-image: url(../art-global/bullet-list-grey.gif);
	background-position: 0 0.8em;
	background-repeat: no-repeat;
	line-height: 140%;
}

/* Definition der Listenformate */
ul.border-top {}
ul.border-top li {
	padding-top: 3px;
	padding-bottom: 3px;
	border-top: 1px solid #D3DAD9;
	background-position: 0 0.81em;
}



/* Listenformat fuer die Sprachen-Navigation */
ul.navigation-language {
	padding: 9px 0 0 0;
}
ul.navigation-language li {
	display: inline;
	padding: 0 3px 0 3px;
	background-image: none;
	font-size: 0;
}


/* Listenformat fuer die Hauptnavigation */
ul.navigation-main {
	padding: 0;
	position: absolute;
	bottom: 3px;
}
ul.navigation-main li {
	/*display: inline;*/
	float: left;
	padding: 0;
	background-image: none;
	line-height: 120%;
}
ul.navigation-main li.navigation-main-spacer {
	margin: 0 25px 0 25px;
	/*font-size: 125%;*/
	color: #9AABAA;
}


/* Listenformat fuer die Hauptnavigation */
ul.navigation-global {
	position: absolute;
	top: 3px;
	right: 0;
	padding: 0 15px 0 0;
	text-align: right;
}
ul.navigation-global li {
	/*display: inline;*/
	float: left;
	padding: 0;
	background-image: none;
	line-height: 120%;
}
ul.navigation-global li.navigation-global-spacer {
	padding: 0 25px 0 25px;
	font-size: 125%;
	color: #FFFFFF;
}


/* Listenformat fuer die Unternavigation */
ul.navigation-sub {
	padding: 15px 15px 5px 10px;
}
ul.navigation-sub li {
	padding: 10px 0 10px 0;
	border-bottom: 1px solid #D3DAD9;
	background-image: none;
	line-height: 120%;
}
ul.navigation-sub li.navigation-sub-last-item {
	border-bottom: none;
}

/* Unternavigation Ebene 2 */
ul.navigation-sub ul {
	padding: 1px 0 0 10px;
}
ul.navigation-sub ul li {
	padding: 1px 0 1px 0;
	border-bottom: none;
}



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



/* *** CSS-Klassen fuer Erweiterungen *** */

/* CSS Styled Content / Text m/Bild */
DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image .csc-textpic-caption {
	padding-top: 3px;
	font-size: 92%;
	/*font-size: 11px;*/
}


/* News Erweiterung */

/* Link fuer die aktuellen News auf der Homepage */
div.news-latest a {
	display: block;
	margin-top: 5px;
	padding: 5px 0 0 10px;
	border-top: 1px solid #D3DAD9;
	background-image: url(../art-global/bullet-link-red.gif);
	background-repeat: no-repeat;
	background-position: 0 0.91em;
}
div.news-latest a:hover {
	background-image: url(../art-global/bullet-link-orange.gif);
}

div.news-list-browse a,
div.news-list-browse strong {
	padding: 0 3px 0 3px;
}

h2.news-list-title,
h2.news-single-title {
	margin-bottom: 2px;
	border-bottom: 1px solid #D3DAD9;
}

p.news-single-imgage-caption {
	padding: 0;
	font-size: 92%;
	/*font-size: 11px;*/
}



/* Downloads */
div.download-top-view-item-header p,
div.download-top-view-item-body p {
	padding: 0;
	line-height:120%;
}



