/***********************************************/
/* 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, .htmlarea-content-body, ul, li, ol {
	font-family:  Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 1em;
}

body {
	font-size: 70%;
}
.htmlarea-content-body {
	font-size: 11px;
}


a{
	color: #BF2C2C;
	text-decoration: none;
	font-weight: bold;
	font-size: 1em;

}

.htmlarea-content-body a,
#content a {
	/*background-color: #BF2C2C;
	color: #FFFFFF;
	padding: 0px 15px 0px 3px;
	margin: 0px 2px;*/
	border-bottom: 1px dashed;
}
.htmlarea-content-body a {
	text-decoration: none !important;
	color: #BF2C2C !important;
}
.htmlarea-content-body a:hover,
#content a:hover {
	/*border-bottom: none;
	color: #FFFFFF !important;
	background-color: #FF0000;*/
}
/*
a:visited{
	color: #00569F;
	text-decoration: none;
}
*/
a:hover{
	text-decoration: none;
	color: #FF0000 !important;
}
a img {
	border: 0px;
}


.firstHeader {
	margin-top: 0.5em;
}
h1, h2 {
	font-family: Arial Black, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

h1 {
	font-size: 1.65em;
	margin-bottom: 0.6em;
	margin-top: 1em;
	padding-bottom: 0.3em;
	border-bottom: 3px solid #000000;
}


h2 {
	font-size: 1.2em;
	margin: 1em 0px 1em 0px;
	line-height: 1.4em;
	text-align: center;
	background-color: #FFE108;
	color: #000000;
}

h3, h4 {
	font-size: 1em;
	color: #000000;
	margin: 1em 0px 0.4em 0px;
	background-color: #CDD0D6;
	line-height: 1.5em;
}

h4{
	color: #000000;
	background-color: #FFE108;
}

h5 {
	color: #000000;
	font-weight: bold;
	font-size: 1em;
	margin: 1em 0px 0.5em 0px;
}


hr {
	border-style: none;
	border-bottom: 2px solid #808080;
	color: #808080;
	height: 2px;
	border-color: #808080 !important;
}


ul{
	list-style-type: square;
	padding-left: 10px;
	margin: 0.5em 0px 0.5em 20px;
}

ul ul{
	list-style-type: disc;
}

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


input {
	color: #000000;
}

address, label {
	font-style: normal;
}

sub {
	line-height: 0.8em;
}

p {
	line-height: 1.35em;
	margin: 0px 0px 1.3em 0px;
}

br {
	line-height: 0.9em;
}

blockquote {
	margin-left: 10px;
}

.message {
	display: block;
	margin: 1em 0px;
	padding: 5px;
	color: #CC0000;
	border: 2px solid #CC0000;
}


/***********************************************/
/* HTML-AREA Components                        */
/***********************************************/
.highlight,
span.hightlight 		{	color: #CC0000; font-weight: bold;}
p.highlight		{	margin: 3px 20px 10px 0px;}
p.blocksatz 	{	text-align: justify;}
.fett, 
p.fett			{	font-weight: bold; }
.normal, 
p.normal 		{ 	font-weight: normal;}
.center,
.zentriert 		{	display: block;	text-align: center;}
.small			{	font-size: 0.9em; }
.markup, .tx-indexedsearch-sw, .searchmarkup { color: #FF0000;}
.bildunterschrift,
.caption 		{	display: block; margin-top: 0.5em; font-style: italic;}
a.cleanlink,
.cleanlink a {
	border-style: none !important;
}
img.rahmen,
.rahmen 		{	border: 2px solid #000000; }
#rightFrame img.rahmen {	border-color: #FFFFFF; }

ul.linkmenu {	margin: 1em 0 1em 3em;	padding: 0px;}

a.button,
p a.button {
	font-weight: bold;
	color: #FFFFFF;
	border: 1px solid #FFFFFF !important;
	background-color: #BF2C2C;
}
/***********************************************/
/* Reduced-CSS-Layout for Netscape4 etc.       */
/***********************************************/

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