/***********************************************/
/* 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-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body {
	color: #000000;
	margin: 0 0 0 0;
}

a{
	color: #9AA29C;
	text-decoration: none;
	font-size: 1em;
}
a:visited{
	text-decoration: none;
}
a:hover{
	text-decoration: none;
	color: #666666;
}
a img {
	border: 0px;
}


/* HTMLAREA */
.htmlarea-content-body {
	font-size: 11px;
}

.htmlarea-content-body a {
}
.htmlarea-content-body a {
	text-decoration: none !important;
	color: #9AA29C !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;
	/*margin-left: -38px;
	text-transform: uppercase;*/
}
.box h1 {
	margin-top: 0px;
}
.highlight h1 {
	color: #9AA29C;
}
h2 {
	/*margin-top: 11px;*/
	font-weight: normal;
	color: #999999;
	font-size: 1.5em;
	margin-top: 1.5em;
	margin-bottom: 0.5em;
}


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

h4 {
	margin: 2em 0px 1em 0px;
	padding: 2px 8px;
	background-color: #EFEFEF;
	font-size: 1.1em;
}
#rightFrame h4,
#leftFrame h4 {
	background-color: #FFFFFF;
}

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



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

.firstHeader {
	margin-top: 0px;
}



hr {
	border-top: 1px solid #000000;
	color: #000000;
	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;
}

sub {
	line-height: 0.8em;
}

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


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


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

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

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



/***********************************************/
/* 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; font-size: 0.9em;}
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;
	background-color: #9AA29C;
}
/***********************************************/
/* Reduced-CSS-Layout for Netscape4 etc.       */
/***********************************************/

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