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

a,
a:link{
	color: #000000;
	text-decoration: none;
	font-size: 1em;
}
a:visited{
	text-decoration: none;
	color: #000000;
}
a:hover{
	text-decoration: none;
	color: #ED7221;
}
a img {
	border: 0px;
}
table th a {
	color: #FFFFFF !important;
}
table th a:hover {
	color: #000000 !important;
}


/* HTMLAREA */
.htmlarea-content-body {
	font-size: 11px;
	color: #898989;
	text-align: justify;
}
.htmlarea-content-body a {
	text-decoration: none !important;
	color: #000000 !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: 1.3em;
	color: #ED7221;
	border-bottom: 1px solid #ED7221;
	padding-bottom: 0.2em;
	/*margin-left: -38px;
	text-transform: uppercase;*/
}
h2 {
	/*margin-top: 11px;*/
	color: #878787;
	font-size: 1.2em;
	margin-top: 1.2em;
	margin-bottom: 0.5em;
}


h3{
	margin-bottom: 0.6em;
	margin-top: 2.2em;
	font-size: 1em;
	background-color: #ECECEE;
	padding: 2px 8px;
	font-weight:bold;
}

h4 {
	font-size: 1.1em;
}
h5 {
	padding: 0px 5px 0px 0px;
	display: block;
	font-size: 1em;
	margin-bottom: 0.8em;
}


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

.firstHeader {
	margin-top: 0px;
}



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


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;
}
address.startpage {
	display: block;
	margin-top: 20px;
}
address.startpage em {
	font-style: normal;
	display: block;
	float: left;
	clear: left;
	width: 4.5em;
}

sub {
	line-height: 0.8em;
}

blockquote {
	margin: 0px 5px 5px 30px;
}


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


dfn,abbr {
	font-style: normal;
	border-color: #ED7221;
}


/***********************************************/
/* 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.linksbuendig 	{	text-align: left !important;}
.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.4em; font-size: 0.8em;}
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;
	background-color: #ED7221 !important;
	color: #FFFFFF;
	padding: 2px;
}
/***********************************************/
/* Reduced-CSS-Layout for Netscape4 etc.       */
/***********************************************/

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