@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: #366A86;
}
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_grey.gif')!important;display:block;}
a.logout {margin-left:2px;padding-left:15px;background:transparent url('../images/icon_login.gif') top left no-repeat;color:white !important;}
.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:#47332E;background-image:url('../images/icon_more_brown.gif') !important;}
#frontteaser .moreLink a {color:white;background-image:url('../images/icon_more_blue_brown.png') !important;font-size:1.2em;}
.highlight.c2 .moreLink a {color:white;}

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: #366A86 !important;
}



h1,h2,h3,h4,dt {
	color:#000000;
	line-height:normal;
}
h1, h2, h4, h1 a, h2 a {color:#8B604F !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 {
	font-size: 140%;
	margin: 0.5em 0px 0.5em 0px;
	font-weight:normal;
}
.highlight.c1 h2 {padding:4px 8px;background-color:#C8DFE7;margin:-15px -15px 0.5em -15px;}
th h2 {margin:0px; font-size:130%;}

h3{
	margin-bottom: 0.3em;
	margin-top: 1em;
	font-size: 1em;
	color:#5292AD;
}
#rightFrame h3, .framed h3 {color:black;text-transform:uppercase;font-family: "Arial Black", Arial, Sans-Serif;font-weight:normal;font-size:0.9em;}
.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.5em 0px;
}

h5, h6 {
	font-weight: normal;
	color: #8B604F;
	font-size: 100%;
	margin-bottom: 2px;
	padding-bottom: 0;
}


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




hr {
	border: 0px;
	border-top: 1px solid #8B604F;
	color: #8B604F;
	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;
}
.highlight.sidebar ul {padding-left:1.2em;}
ul li {
	margin-bottom: 0.3em;
}


li, 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:center;font-size:0.9em;}


/*********** 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;}