 /*Style-Definition für die Hauptelemente aller Seiten*/

 body
 {
 	background-color: #e8e8e8;
 	margin: 0px;
 	padding: 0px;
    /*Erzwingen, dass Scrollbalken bzw, ein entsprechender Abstand rechts immer gesetzt wird*/
    min-height:1000px;
 }
 
 #shadow
 {
 width: 854px;
 margin: 0 auto;
 background: url(image/bg_shadow.jpg) repeat-y;
 } 

 #wrapper
 {
 	width: 828px;
 	margin: 0 auto;
 	border-left: 1px solid #555;
 	border-right: 1px solid #555;	
 	border-bottom: 1px solid #555;	
 	background: url(image/nav_bg.jpg) repeat-y;
 	background-color: #FFF; color: black;
 }

 #container
 {
 	background: url(image/nav_bg.jpg) repeat-y;
 	width: 828px;
 	height: 101%;
 	margin: 0 0 0 0;
 	display: inline;
}


 #leftmenu
 {
 	width: 203px;
 	height: 100%;
 	background: url(image/nav_bg.jpg) repeat 0 0;
 	float: left;
 	font-family: verdana, arial, helvetica;
 	font-size: 1em;
 	line-height: 30px;
 }
 
	#thema ul.rechteck
	{
		margin-left: 0px;
		margin-top: 20px;
		margin-bottom:40px;
	}

	#thema li.rechteck
	{
		background-image: url(pic/R.gif);
		background-repeat: no-repeat;
		background-position: 0em .4em;
		padding-left: 20px;
		margin-bottom: 20px;
		width: 90%;
		line-height:140%;
	}
	
	/*  Textauszeichnungen */

	.kap { font-variant:small-caps;color:#555; }
	.italic { font-style:italic; }
	.bold { font-weight:bold;}
	
	#thema p.bildtext
	{
		clear: left;
		color:#333;
		font-style:italic;
	}
	
	/*--------------------Style-Definition für Jahresberichtsliste--------------------------------*/
	#thema ul.jahresbericht
	{
		width: 250px;
		line-height: 200%;
		background-color: #e8e8e8;
	}

	#thema li.jb_titel
	{
		background-image: url(pic/R_empty.gif);
		background-repeat: no-repeat;
		background-position:left center;
		padding-left: 15px;
		margin: 0;
		border-top: 2px solid #fff;
		font-weight: bold;
	}

	#thema li.jb_titel_a
	{
		background-image: url(pic/R_arrow.gif);
		background-repeat: no-repeat;
		background-position:left center;
		padding-left: 15px;
		margin: 0;
		border-top: 2px solid #fff;
		font-weight: bold;
	}

	#thema li.jb_sub
	{
		background-image: url(pic/R_empty.gif);
		background-repeat: no-repeat;
		background-position:left center;
		margin-left: 18px;
		padding-left: 20px;
		border-bottom: 0;
		font-size: 0.85em;
	}

	#thema li.jb_sub_a
	{
		background-image: url(pic/R_arrow.gif);
		background-repeat: no-repeat;
		background-position:left center;
		margin-left: 18px;
		padding-left: 20px;
		border-bottom: 0;
		font-size: 0.85em;
	}

	/*--------------------Ende Style-Definition für Jahresberichtsliste--------------------------------*/

	#themaleft
	{
		width: 270px;
		float: left;
		margin: 0px;
	}
	
	#themaright
	{
		height: 100%;
		width: 310px;
		float: right;
		margin: 1px solid black;
	}


	#themaright img
	{
		vertical-align: center;
	}
	
	label.leftachse
	{
		float: left;
		text-align: left;
		width            : 120px;
		margin-right    : 0px;
	}
	
	form
	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 1em;
		line-height: 200%;
		margin: 0px;
		padding: 0px;
	}

	/*  Nicht vergessen, die floats wieder aufzuheben,*/

	form br
	{
		clear: both;
	}

	fieldset
	{
		border: none;
		padding: 0 0 0 0;
		margin: 0 0 0px 0;
	}

	legend
	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 1em;
		font-weight: bold;
		border: none;
		padding: 0;
		margin: 0 0 20px 0;
		color: #d30227;
		line-height: 125%;
	}
	
	/*  Extra-Angaben fuer Mozilla und Opera */

	input[type=checkbox],
	input[type=submit].right
	{
		margin-left: 2px;
		margin-top: 4px;
	}


	input[type=checkbox].achse,
	input[type=submit].right
	{
		margin-left: 105px;
		margin-top: 4px;
	}

	/* Label u. Kontrollelemente sind anklickbar sind.
	fuer Textfelder macht der Pointer keinen Sinn, dort erscheint Text-Einfuegemarke
	als Cursor erscheinen. Daher hier die Einschraenkung auf die input-Elemente des
		Typs checkbox, radiobutton, button und submit: */

	label,
	select,
	input[type=checkbox],
	input[type=radio],
	input[type=button],
	input[type=submit]
	{
		cursor: pointer;
	}
	
	table.rahmen {
	  background-color:white;
		caption-side: top;
		border-collapse: collapse;
		border: 2px solid #63629E;
		width: 96%;
		table-layout: fixed; }

	table.rahmen td, table.rahmen th {
		border-top: 1px solid #63629E;
		padding: 5px; 
		vertical-align:top; }

	table.rahmen th {
		background: rgb(150,210,150);
		color: white; }

	table.rahmen td.titel {
		background-color: #6361A0;
		color:white;		
		text-align:center;
		font-weight: bold;}

	table.rahmen td.subtitel {
		background-color: #CBCADF;
		text-align:left;
		font-weight: bold;}

	table.rahmen td.bold {
	  background-color:#EDEDF4;
	  border-right:1px solid #63629E;
		font-weight: bold;}

	table.rahmen td.blue {
		background-color: #E2E1FF;
		font-weight: normal;}
		
	/*--Style-Definition für Tabelle Sitemap -----------*/
	table.sitemap {
	  background-color:white;
		caption-side: top;
		border-collapse: collapse;
		border: 2px solid #d30227;
		width: 80%;
		table-layout: fixed; }

	table.sitemap td, table.rahmen th {
		border-top: 1px solid #d30227;
		padding: 5px; 
		vertical-align:top; }

	table.sitemap td.titel1 {
    background: url(image/bg_red.jpg) repeat-x;
		color:white;		
		text-align:left;
		font-weight: bold;}

	table.sitemap td.titel2 {
		background-color: #e8e8e8;
		text-align:left;
		padding-left:30px;
		font-weight: bold;}
		
	table.sitemap td.titel3 {
		background-color: #fff;
		text-align:left;
		padding-left:60px;}
				

	#sitemaplink a
	{
		text-decoration:none;
		background-image: url(pic/pfeil_1.gif);
		background-repeat: no-repeat;
		background-position: 0;
		padding-left: 15px;
		color: #000;
	}				
				 


 /*Style-Definition für Header, Footer, Leiste*/
 #header, #footer, #leiste { clear: both; }

 #header { background: url(image/head_logo.gif) repeat-y; height: 85px; }
 
 #header_dshf { background: url(pic/head8.jpg) repeat-y; height: 140px;border-bottom:0px solid #fff; } 

 #leiste { padding: 0 0 0 0; background-color: #d30227; margin-left: 0; border-top: 1px solid #999; border-bottom: 1px solid #999; height: 23px; line-height: 0; }

 #footer { background: white url(image/nav_bg.jpg) repeat-y; height: 72px; padding-top: 50px;}

 #footerleiste { line-height: 0; margin: 20px 0 0 20px; }

 #footerleiste p { display: inline; font-family: Verdana, Helvetica, sans-serif; font-size: 0.8em; vertical-align: bottom; }

 #footerleiste a { color: black; text-decoration: none; }

 #footerleiste a:hover { color: #d30227; }
 


 /*Überschriften*/
 /*Seitentitel*/
 h1 { font-family: Georgia, 'Times New Roman',serif; font-size: 2em; font-weight: normal; line-height: 2em; color: #d30227; }
 /*Thema schwarz*/
 h2 { font-family: Verdana, Helvetica, sans-serif; font-size: 1.1em; font-weight: bold; line-height: 2em; color: black; margin: 40px 0 0 0; }
 /*Thema rot*/
 h3 { font-family: Verdana, Helvetica, sans-serif; font-size: 1.1em; font-weight: bold; line-height: 2em; color: #d30227; margin: 40px 0 0 0; }
 /*Absatzueberschrift rot*/
 h4 { font-family: Verdana, Helvetica, sans-serif; font-size: 1em; font-weight: bold; line-height: 1.5em; color: #d30227; margin-bottom: 25px; } 
 /*Absatzueberschrift schwarz*/
 h5 { font-family: Verdana, Helvetica, sans-serif; font-size: 1em; font-weight: bold; line-height: 1.5em; color: black; margin-bottom: 15px; } 
 h6 { font-family: Georgia, 'Times New Roman',serif; font-size: 1.6em; font-weight: normal; line-height: 2em; color: #d30227; margin-bottom:10px;margin-top:20px;text-align:center;}
 
/* Linien*/
 hr {  border: 0;   width: 100%;  color: #d30227; background-color: #d30227; height: 1px; margin-bottom: 0px; margin-top: 0px;}

 
 