@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: #000000;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
}

a,
a:link{
	color: #000000;
	text-decoration: none;
}
a:visited{

}
a:hover{
	color: #F79200;
}

#content a {
	font-weight: bold;
}

a.member, .member a {
	font-weight: bold;
	color: #24358F;
}
a.member:hover, .member a:hover {
	color: #0099FF !important;
}

a img {
	border: 0px;
}
a.imgshadow:hover img,
.imgshadow a:hover img,
a:hover .imgshadow img {
	border-color: #F79200;
}





/* HTMLAREA */
.htmlarea-content-body {
	font-size: 11px;
	color: #000000;
}
.htmlarea-content-body a {
	color: #B92A30 !important;
}
.htmlarea-content-body a:hover {

}



/*
h1, h2, h3, h4 {
	font-family:  "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
*/
h1{
	line-height: 1.1em;
	margin-bottom: 0.8em;
	font-size: 2em;
	color: #283743;
	font-weight:normal;
}

h2 {
	color: #283743;
	font-size: 1.6em;
	margin-top: 1.2em;
	margin-bottom: 1em;
	font-weight:normal;
}


h3{
	margin-bottom: 0.6em;
	margin-top: 2em;
	font-size: 1em;
	color: #FFFFFF;
	background-color: #475462;
	padding: 2px 8px;
}

h4{
	font-size: 1em;
	background-color: #ECECEE;
	display: block;
	padding: 2px;
}
h5 {
	padding: 0px 5px 0px 0px;
	display: block;
	font-size: 1em;
	margin-bottom: 0.8em;
}


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


.csc-firstHeader {
	margin-top: 0px !important;
}



hr {
	border: 0px;
	border-top: 1px solid #000000;
	color: #000000;
	height: 0px;
}



ul{
	list-style-type: disc;
	padding-left: 0px;
	margin-left: 2em;
}
ul li {
	margin-bottom: 0.3em;
}
ul ul{
	list-style-type: disc;
}

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



input {
	color: #000000;
}

address, label {
	font-style: normal;
}
address {
	color: black !important;
	margin: 0px;
	padding: 0px;
}
sub {
	line-height: 0.8em;
}
blockquote {
	margin-left: 2em;
}



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


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



/***********************************************/
/* Accessibility		                       */
/***********************************************/

.hidden,
.accessible,
#navi dfn,
#navi .accessHint {
	position: absolute;
	width: 200px;
	height: 100px;
	overflow: hidden;
	top: -1000px;
	left: -1000px;
}

#navi .accessKey {
	text-decoration: underline;
}



/***********************************************/
/* HTML-AREA Components                        */
/***********************************************/
p.blocksatz 	{	text-align: justify;}
.fett, 
p.fett			{	font-weight: bold; }
.normal, 
p.normal 		{ 	font-weight: normal;}
.centered,
.zentriert 		{	display: block;	text-align: center;}
.small			{	font-size: 0.8em; }
.markup, .searchmarkup { background-color: #F8E9EA;}
.bildunterschrift,
.caption 		{	display: block; margin: 0px; font-size: 0.8em; background-color: #000000; color: #FFFFFF;}




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