@charset "utf-8";
/***********************************************/
/* Basic Stylesheet-Definitions useable for    */
/* all Browsers - also Generation 4 Browsers   */
/***********************************************/

body, table, div, td, th, p, a, input, textarea, option, select, h1, h2, h3, h4, h5, h6, span, em {
	font-size: 12px;
}

body {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
}

/* LINK-LAYOUT */
/*a.linkInt,*/
a{
	color: #43687d;
}
a:visited{
	color: #666;
}
a:hover{
	color:black;
	text-decoration: none;
}
a img {
	border: 0px;
}

a.linkInt, .linkInt a, a.linkExt, .linkExt a, a.linkMailto, .linkMailto a {padding-left:20px;background-position:2px 2px;background-repeat:no-repeat;}
* html a.linkInt, * html a.linkExt, * html a.linkMailto {height:1%;vertical-align:bottom;display:inline-block;}
a.linkInt, .linkInt a {background-image:url('../images/icon-arrow.gif') !important;padding-left:16px;}
a.linkExt, .linkExt a {background-image:url('../images/icon-external.gif') !important;}
a.linkMailto, .linkMailto a {background-image:url('../images/icon-mail.gif') !important;}
a.moreLink, p.moreLink a, .moreLink a {padding:4px 0px 4px 30px;background-position:left center !important;background-repeat: no-repeat;background-image:url('../images/icon-more.gif')!important;display:block;}
.highlight a.moreLink, .framed a.moreLink, .highlight .moreLink a, .framed .moreLink a, #frontteaser .moreLink a {background-image:url('../images/icon-more.gif') !important;}
.highlight.c2 .moreLink a {color:white;}
#teaserbox a.moreLink, #teaserbox p.moreLink a, #teaserbox .moreLink a {background-image: url('../images/icon-more-frontteaser.gif') !important;}

a.rssLink, .rssLink, a.podcastLink, p.rssLink a, .podcastLink, p.podcastLink a {padding-left:20px; background-image: url("../images/icon-rss.gif");background-position:top left;background-repeat:no-repeat; }

/* HTMLAREA */
.htmlarea-content-body, .htmlarea-content-body p  {
	font-size: 11px;
	color: #000000;
}
.htmlarea-content-body a {
	color: #43687d !important;
}



h1,h2,h3,h4,dt {
	color:#43687d;
	line-height:normal;
}
h1, h4, h1 a {color:#43687d !important;}
h1, .highlight.c2 h2{
	font-family:"Arial Black",Verdana,Arial, Helvetica, sans-serif;
	letter-spacing:-1px;
	line-height: 1.1em;
	margin: 1.5em 0px 1em 0px;
	padding:0px;
	font-size: 150%;
	text-transform:uppercase;
}
h1 span.subline {color:#000000;}

h2 {
	color:#efab00;
	font-size: 140%;
	margin: 2em 0px 0.5em 0px;
	/*font-weight:normal;*/
}
.imgtext h2 {margin-top:0px;}
h2.csc-firstHeader {margin-top:0.5em;}
.highlight h2, .highlight h2.csc-firstHeader {padding:4px 8px;background-color:#43687d;margin:-10px -10px 0.5em -10px;clear:both;/*display:inline-block;*/}
* html .highlight h2 {display:inline-block;}
th h2 {margin:0px; font-size:130%;}


h3{
	margin-bottom: 0.5em;
	margin-top: 1em;
	font-size: 1em;
	background-color:#E0E8EC;
	padding:2px 8px;
}
#rightFrame h3, .framed h3 {color:#333333;text-transform:uppercase;font-family: "Arial Black", Arial, Sans-Serif;font-weight:normal;font-size:0.9em;padding:0;background-color:transparent;}
.framed h3, .framed h4 {margin-top:0px;}
.highlight.sidebar h3 {margin-top:0px;}


h4 {
	font-size: 1.2em;
	font-weight:normal;
	margin:1em 0px 0.4em 0px;
}

h5, h6 {
	font-weight: normal;
	color: #efab00;
	font-size: 1.2em;
	margin-bottom: 2px;
	padding-bottom: 0;
}


p {
	margin: 0.4em 0px 1em 0px;
}




hr {
	border: 0px;
	border-top: 1px solid #efab00;
	color: #efab00;
	height: 0px;
}
* html hr {
	height: 1px;
}




input {
	color: #000000;
}

address, label {
	font-style: normal;
}
address {
	margin: 0px;
	padding: 0px;
	line-height:1.3em;
}
sub {
	line-height: 0.8em;
}
blockquote {
	margin: 2em 0px;
	padding-left: 2em;
	display: block;
}
pre {
	overflow: auto;
	padding: 4px;
	border: 1px solid #8A8A89;
}



.invsbl {
	display: none !important;
	visibility: hidden !important;
}
.showhide {
	display: block;
}


dfn,abbr {
	font-style: normal;
	border-bottom: 1px dotted #8A8A89;
}


/* Listen */
ul{
	list-style-type: disc;
	padding-left: 3em;
	margin-left: 0px;
}
#rightFrame ul {padding-left:2em;}
.highlight.sidebar ul {padding-left:1.2em;}
ul li {
	margin: 0 0 0.5em 0;
	padding:0;
}


form {
	padding: 0px;
	margin: 0px;
}

.htmlarea-content-body ul,
.cbox ul,
ul.list1,
ul.list2 {
	/*list-style-type: none;
	margin: 1em 0px 1em 0.5em;*/
	list-style-image: url('../images/bullet.gif');
}


.htmlarea-content-body ul li,
.cbox ul li,
ul.list1 li,
ul.list2 li {
	/*padding: 0px;
	margin: 0px 0px 4px 0px;
	background: transparent url("../images/bullet.gif") top left no-repeat;
	padding-left: 1.3em;*/
	line-height: 1.3em;
}
ul.list2 li {
	list-style-image: url("../images/bullet-c2.gif");
}
ul ul{
	list-style-type: disc;
}


/***********************************************/
/* HTML-AREA Components                        */
/***********************************************/
p.blocksatz 	{	text-align: justify;}
.fett, 
p.fett			{	font-weight: bold; }
.normal, 
p.normal 		{ 	font-weight: normal;}
p.center,
p.zentriert 		{	display: block;	text-align: center !important;}
.small, p.small			{	font-size: 0.9em; }
.markup, .searchmarkup { background-color: #CCDDEA;}
.bildunterschrift,
.caption 		{display: block; margin: 0px; padding:2px 0px;text-align:left;font-size:0.9em;line-height:1.2em;color:#666666;}


/*********** FORMULARE *************/
input, textarea, option, select {
	color: #000000;
}


#printOffer ul {
	list-style-image: none;
	list-style-type:disc !important;
}
#printOffer blockquote {margin:0px;padding:0px 0px 0px 2em;}
#printOffer h1 {margin-top:0px;}
#printOffer h2 {margin-top:1.5em;}
#printOffer h3 {margin-top:1em;}