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

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



a{
	color: #00569F;
	text-decoration: none;
	font-weight: bold;
}
/*
a:visited{
	color: #00569F;
	text-decoration: none;
}
*/
a:hover{
	text-decoration: none;
	color: #D81C3F !important;
}
a img {
	border: 0px;
}
a.klassisch,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
#rightFrame a {
	font-family: "Times New Roman", Times, serif;
}
a.klassisch,
#rightFrame a {
	font-size: 1.3em;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-size: 1em !important;
}


h1, h2, h3, h4, h5 {
	font-family: "Times New Roman", Times, serif;
}

h1 {
	font-size: 1.65em;
	margin-bottom: 15px;
	margin-top: 15px;
}

#rightFrame h1 {
	color: #FFFFFF;
	margin-left: 0px;
}


h2 {
	font-size: 1.25em;
	margin: 20px 0px 5px 10px;
	line-height: 1.1em;
}

h3 {
	font-size: 1.1em;
	color: #000000;
	margin: 5px 0px 5px 40px;
}

h4{
	color: #000000;
	font-size: 1em;
	margin-left: 40px;
}

h5 {
	color: #000000;
	font-size: 1em;
	margin-left: 40px;
}


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


ul{
	list-style-type: square;
	padding-left: 20px;
	margin-left: 40px;
}

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 15px 30px;
}
#rightFrame p {
	margin-left: 20px;
}
dd p {
	margin-left: 0px;
}
br {
	line-height: 0.9em;
}

blockquote {
	margin-left: 10px;
}


/***********************************************/
/* HTML-AREA Components                        */
/***********************************************/
.klassisch 		{	font-family: "Times New Roman","Garamond", Times, serif;}
p.klassisch		{	color: #00569F; font-size: 1.3em; text-align: center; }
.highlight 		{	color: #00569F;}
p.highlight		{	margin: 3px 20px 10px 0px;}
#rightFrame .highlight,
#rightFrame p.highlight { color: #FFFFFF; }
p.eingerueckt	{	margin: 3px 20px 10px 37px;}
p.blocksatz 	{	text-align: justify;}
.blau, p.blau, h1.blau, h2.blau, h3.blau	{	color: #00569F }
.fett, 
p.fett			{	font-weight: bold; }
.normal, 
p.normal 		{ 	font-weight: normal;}
.center,
.zentriert,
p.center,
h1.center,
h2.center,
h3.center,
h4.center,
h5.center,
div.center		{	text-align: center; margin-left:30px}
#rightFrame .center { margin-left: 20px; }
.markup, .tx-indexedsearch-sw, .searchmarkup { color: #FF0000;}
.bildunterschrift,
.caption 		{	display: block; margin-top: 0.5em; font-style: italic;}

img.rahmen 		{	border: 2px solid #00569F; }
#rightFrame img.rahmen {	border-color: #FFFFFF; }

ul.linkmenu {	margin: 1em 0 1em 3em;	padding: 0px;}
h1.firstHeader, h1.ersteHeadline,
h2.firstHeader, h2.ersteHeadline,
.firstHeader, .ersteHeadline {

}
#rightFrame .firstHeader,
#rightFrame .ersteHeadline {
	margin-top: 0px;
}


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

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