﻿/* ==== All ==== */

/* ---- Farben ---- 

hintergrund: 				#ffffff
hintergrund-rahmen:			#eeebe0		
hintergrund-text-hell:		#fcf3d2
hintergrund-text-dunkel:	#faebb4
text_farbig:				#ec7205
text inhalt paragraph:		#555555

*/


/*===========================*/
/*--------- body ----------- */

body {
	height:100%
	font-family: Arial;
	font-size: 10px;	
	color:#858379;
	margin:0px; 
	background-attachment:scroll;
	background-repeat:repeat-x; 
	background-position:top;
	background-image:url('/images/background.gif');	

	overflow: moz-scrollbars-vertical;

	overflow-y:scroll;
}

#text{
  margin: 0px 6px 10px 0px;
  padding: 0;
  font-family: Arial;
  font-weight: normal;
  text-decoration: none;
  color:#555;
  font-size:12px;
  word-spacing: 0.2em;
  line-height:1.4em;
  letter-spacing:0.02em;
  z-index:3;
}

/*===========================*/
/*--------- div  ----------- */

div#banner_bottom{
	margin: 0px;
	padding: 0px; 
	border: 0px;
	border-spacing: 0;
	border-collapse: collapse;
	position:relative; 
	left:-49px; 
	top:0px; 
	hight:55px;
	width:292px;
	z-index:5;
	visibility: visible;
}

/*===========================*/
/*-------- Tabelle --------- */

table.inhalt_table{
	font-family: Arial;
	font-size: 12px;	
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 0px; 
	border: 0px; 
	border-spacing: 0;
	border-collapse: collapse;
	width:480px;
	overflow-y: visible; 
	overflow-x: hidden; 
	visibility: visible;
}


table.text_body {
	margin-top: 0px;
	padding: 0px; 
	border: 0px;
	border-spacing: 0;
	border-style:solid;
	border-left-width:1px;
	border-left-color:#eeebe0;
	border-collapse: collapse;
}



table#table_body_all{
	width:775px;
	table-layout:fixed; 
	background-color: #fcf3d2;
	border-style:solid;
	border-left-width:0px;	
	border-left-color:#eeebe0;
	border-top-width:0px; 
	border-right-width:0px; 
	border-bottom-width:0px;
}

table#inhalt_table{
	font-family: Arial;
	font-size: 12px;	
	margin: 25px 20px 20px 20px;
	padding: 0px; 
	border: 0px; 
	border-spacing: 0;
	border-collapse: collapse;
	width:480px;
	overflow-y: visible; 
	overflow-x: hidden; 
	visibility: visible;
}


table#navigation_table{
	font-family: Arial;
	font-size: 12px;	
	margin: 10px 0px 0px 0px;
	padding: 0px; 
	border: 0px;
	border-spacing: 0;
	border-collapse: collapse;
	width:196px;
	overflow-y: visible; 
	overflow-x: hidden; 
	visibility: visible;
}


table#footnote_table{
	font-family: Arial;
	font-size: 12px;	
	line-height:1.4em;
	margin: 7px 0px 0px 40px;
	padding: 0px; 
	border: 0px;
	border-spacing: 0;
	border-collapse: collapse;
	width:772px;
	position:relative; 
	background-color:#eeebe0;
	visibility: visible;
}



tr.blank {
	margin-top: 0px;
	padding: 0px; 
	border: 0px;
	border-spacing: 0;
	border-collapse: collapse;
}


td.inhalt {
	width:532px;
	border-style:solid;	
	border-right-width:0px;	
	border-left-color:#eeebe0;
	border-left-width:1px;
	border-bottom-width:0px; 
	border-top-width:0px;
}


td.navigation {
	width:196px; 
	margin-top: 0px;
	padding: 0px; 
	border: 0px;
	border-spacing: 0;
	border-collapse: collapse;
	background-color: #faebb4; 
	background-image:url('/images/background_nav.gif');
	background-repeat: repeat-y;
}


td.rechter_rand {
	width:47px; 
	margin-top: 0px;
	padding: 0px; 
	border: 0px;
	border-spacing: 0;
	border-collapse: collapse;
	background-color: #fcf3d2; 
	border-style:solid;	
	border-right-width:1px;	
	border-right-color:#eeebe0;
	border-left-width:0px;
	border-bottom-width:0px; 
	border-top-width:0px;
}

td.footnote {
	margin-top: 0px;
	padding: 0px; 
	border: 0px;
	border-spacing: 0;
	border-collapse: collapse;
	border-style:solid;	
	border-right-width:0px;	
	border-left-width:0px;
	border-bottom-width:0px; 
	border-top-width:1px;
	border-top-color:#ec7205;
}


td.blank {
	margin-top: 0px;
	padding: 0px; 
	border: 0px;
	border-spacing: 0;
	border-collapse: collapse;
}

/*===========================*/

#navigation_table ul li {
	color:#ec7205; 
	word-spacing: 0.2em;
	letter-spacing:0.02em;
	z-index:3;
	list-style-image:url('/images/nav_bullet.gif'); 
	margin-left:-16px; 
	margin-right:8px; 
	margin-top:0px; 
	margin-bottom:0px; 
	padding-left:0px; 
	padding-right:0px; 
	padding-top:0px; 
	padding-bottom:5px;
}


#navigation_table a {
	color: #ec7205;
	font-weight: bold;
	text-decoration: none;
	z-index:3;
	border: 0px;
}

#navigation_table a:hover{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	z-index:3;
	border: 0px;
}


#navigation_table h3 {
  margin: 0px 6px -5px 6px;
  padding: 0;
  font-family: Arial;
  font-weight: bold;
  color: #000000;
  font-size:100%; 
  word-spacing:-0.1em;
  letter-spacing:0.0em;
  z-index:3;
}


/*===========================*/

#inhalt_table h6 {
  margin: 0px 0px 10px 0px;
  padding: 0;
  font-family: Arial;
  font-weight: bold;
  color:#ec7205;
  font-size:100%; 
  word-spacing:-0.1em;
  letter-spacing:0.00em;
  z-index:2;
}


#inhalt_table h5 {
  margin: 0px 0px 10px 0px;
  padding: 0;
  font-family: Arial;
  font-weight: bold;
  color:#777;
  font-size:110%; 
  word-spacing:-0.1em;
  letter-spacing:0.00em;
  z-index:2;
}

#inhalt_table h4 {
  margin: 0px 0px 10px 0px;
  padding: 0;
  font-family: Arial;
  font-weight: bold;
  color:#777;
  font-size:130%; 
  word-spacing:-0.1em;
  letter-spacing:0.00em;
  z-index:2;
}


#inhalt_table h3 {
  margin: 0px 0px 10px 0px;
  padding: 0;
  font-family: Arial;
  font-weight: bold;
  color:#ec7205;
  font-size:150%; 
  word-spacing:-0.1em;
  letter-spacing:0.00em;
  z-index:2;
}


#inhalt_table h2 {
  margin: 0px 0px 5px 0px;
  padding: 0;
  font-family: Arial;
  font-weight: bold;
  color:#ec7205;
  font-size:120%; 
  word-spacing:-0.1em;
  letter-spacing:0.00em;
  z-index:2;
}

#inhalt_table h1 {
  margin: 0px 0px 5px 0px;
  padding: 0;
  font-family: Arial;
  font-weight: bold;
  color:#ec7205;
  font-size:100%; 
  word-spacing:-0.1em;
  letter-spacing:0.00em;
  z-index:2;
}

table td p#daneben
{
  line-height:1.0em;

}

#inhalt_table p {
  margin: 0px 6px 10px 0px;
  padding: 0;
  font-family: Arial;
  font-weight: normal;
  text-decoration: none;
  color:#555;
  font-size:100%; 
  word-spacing: 0.2em;
  line-height:1.4em;
  letter-spacing:0.02em;
  z-index:3;
}


#inhalt_table a {
	margin:0px 0px 0px 0px;
	font-family: Arial;
	font-size: 12px;	
	color: #ec7205;
	font-weight: bold;
	text-decoration: none;
	border: 0px;
	z-index:3;
}


#inhalt_table a:hover{
	font-family: Arial;
	font-size: 12px;	
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	border: 0px;
	z-index:3;
}


#inhalt_table ul li {
	color:#ec7205; 
	font-family: Arial;
	font-size: 12px;	
	font-weight: 600;
	line-height:1.6em;
	word-spacing: 0.2em;
	letter-spacing:0.03em;
	list-style-image:url('/images/in_bullet.gif'); 
	margin-left:-22px; 
	margin-right:7px; 
	margin-top:0px; 
	margin-bottom:0; 
	padding-left:0px; 
	padding-right:0; 
	padding-top:0; 
	padding-bottom:2px;
}

#inhalt_table ol li {
	color:#ec7205; 
	font-family: Arial;
	font-size: 12px;	
	font-weight: 600;
	line-height:1.6em;
	word-spacing: 0.2em;
	letter-spacing:0.03em;
	margin-left:-16px; 
	margin-right:8px; 
	margin-top:0px; 
	margin-bottom:0; 
	padding-left:0px; 
	padding-right:0; 
	padding-top:0; 
	padding-bottom:2px;
}


#inhalt_table img {
	margin:0px 7px 0px 0px;
	border: 0px;
	vertical-align: middle;
	z-index:3;	
}


/*===========================*/

#footnote_table p {
  margin: 0px 6px 10px 0px;
  padding: 0;
  font-family: Arial;
  font-size:12px;
  font-weight: normal;
  text-decoration: none;
  color:#555555;
  font-size:100%; 
  word-spacing: 0.2em;
  line-height:1.4em;
  letter-spacing:0.02em;
  z-index:3;
}


#footnote_table a {
	color: #ec7205;
	font-weight: bold;
	text-decoration: none;
	border: 0px;
	z-index:3;
}


#footnote_table a:hover{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	border: 0px;
	z-index:3;
}

/*===========================*/