/***********************************************/
/* 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 {
	font-family:  Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 1em;
}

body,
.htmlarea-content-body {
	color: #75438F;
	font-size: 70%;
	background-color: #ECE6F0 !important;
}
.htmlarea-content-body {
	font-size: 11px;
}


a{
	color: #999900;
	text-decoration: none;
	font-weight: bold;
	font-size: 1em;
}
.htmlarea a,
#content a {
	text-decoration: underline;
	/*background-color: #BF2C2C;
	color: #FFFFFF;
	padding: 0px 15px 0px 3px;
	margin: 0px 2px;*/
}
.htmlarea a:hover,
#content a:hover {
	text-decoration: none;
	/*border-bottom: none;
	color: #FFFFFF !important;
	background-color: #FF0000;*/
}
/*
a:visited{
	color: #00569F;
	text-decoration: none;
}
*/
a:hover{
	text-decoration: none;
	color: #CCCC00 !important;
}
a img {
	border: 0px;
}

.htmlarea img,
#content img {
	border: 2px solid #CCCC00;
}

.firstHeader {
	margin-top: 0em;
}

h1, h2 {
	color: #48056B;
	text-transform: uppercase;
}

h1 {
	font-size: 1.6em;
	line-height: 1.2em;
	margin-bottom: 0.6em;
	margin-top: 1em;
	padding-bottom: 0.3em;
	/*border-bottom: 3px solid #48056B;*/
}


h2 {
	font-size: 1.2em;
	margin: 1em 0px 1em 0px;
	line-height: 1.4em;
	background-color: #CCCC00;
	padding: 0px 4px;
}

h3, h4 {
	font-size: 1em;
	color: #DACDE1;
	margin: 1.2em 0px 0.4em 0px;
	background-color: #48056B;
	line-height: 1.5em;
	padding: 0px 5px;
}

h4{
	background-color: #75438F;
}

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


hr {
	border-style: none;
	border-bottom: 2px solid #75438F;
	color: #75438F;
	height: 2px;
	border-color: #75438F !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-top: 0px;
	margin-bottom: 1.3em;
}

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 		{	color: #999900; font-weight: bold;}
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;}

img.rahmen 		{	border: 2px solid #00569F; }

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

/***********************************************/
/* Reduced-CSS-Layout for Netscape4 etc.       */
/***********************************************/

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