/* Style Sheet */
/*----- Seite -----*/
body
	{
	color: rgb(0,35,0);
	background-color: rgb(200,255,200);
	font-size: 0.9em;
	font-family: Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 0em;
	min-width: 41em; /* Mindestbreite verhindert Umbruch und Anzeigefehler in modernen Browsern */
	text-align: center;
	}

#Seite
	{
	text-align: left;    /* Seiteninhalt wieder links ausrichten */
	margin: 0px auto 0px 170px;
/*	margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
	width: 820px;
	padding: 0;
	background-color: rgb(200,255,200);
	}
a, a:before
	{
	color: rgb(0,35,0);
	}

/*----- Seitenheader -----*/
/*      Logo */
.logo
	{
	width: 200px;
	text-align: center;
	}
/*      Titel */
.header_h1, .header_h2, .header_h3
	{
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	line-height: 10px;
	}
.header_h2
	{
	font-size: 12px;
	font-weight: normal;
	}
.header_h3
	{
	font-size: 10px;
	font-weight: normal;
	}
/*      Autor */
.autor
	{
	width: 200px;
	text-align: center;
	}
/*      Rootline */
#header_rootline
	{
	font-size: 12px;
	color: rgb(0,35,0);
	text-decoration: none;
	}
#header_rootline a
	{
	color: rgb(0,35,0);
	text-decoration: none;
	}
#header_rootline a:hover
	{
	color: rgb(255,0,0);
	text-decoration: none;
	}
/*      Headernavigation */
#header_navigation
	{
	width: 460px;
	}
/*      aktuelles Datum */
#header_datum
	{
	font-size: 0.7em;
	text-align: right;
	}
/*----- Seiteninhalt -----*/
/*      Navigation */
#Navigation
	{
	padding-left: 0px;
	}
#menu_left
	{
	width: 220px;
	float: left;
	}
.nav_header a
	{
	display: block;
	width: 210px;
	height: 20px;
	background: url(./fileadmin/template/pix/nav_header.gif) no-repeat;
	}
.nav_body a  {
	display: block;
	height: 20px;
	background: url(pix/nav_body.gif) no-repeat;
	line-height:20px;
	font-size: 0.75em;
	text-decoration: none;
	color: rgb(0,102,0);
	width: 210px;
	padding-left: 15px;
	}
.nav_body2 a
	{
	display: block;
	height: 20px;
	background: url(pix/nav_body.gif) no-repeat;
	line-height:20px;
	font-size: 0.75em;
	text-decoration: none;
	color: rgb(0,102,0);
	width: 210px;
	padding-left: 25px;
	}
.nav_body3 a
	{
	display: block;
	height: 20px;
	background: url(pix/nav_body.gif) no-repeat;
	line-height:20px;
	font-size: 0.75em;
	text-decoration: none;
	color: rgb(0,102,0);
	width: 210px;
	padding-left: 35px;
	}
.nav_footer a
	{
	display: block;
	width: 210px;
	height: 33px;
	background: url(./pix/nav_footer.gif) no-repeat;
	}
.nav_body a:hover, .nav_body2 a:hover, .nav_body3 a:hover
	{
	background-position:  0 -20px;
	color: rgb(255,0,0);
	}

/*      Login-Box */
#login_box
	{
	width: 180px;
	height:155px;
	float: left;
	background: url(./pix/login_box.gif) no-repeat top;
	}
.login_box_input
	{
	padding-top: 1px;
	padding-left: 15px;
	}

/*      Inhalt */
#Inhalt
	{
	margin: 0 0 0 210px;
	padding: 0 10px 10px 10px;
	background-color: rgb(200,255,200);
	clear: right;
	}
#Inhalt_links
	{
	margin:  0 0 10 0px;
	padding: 0 10px 10px 0;
	background-color: rgb(200,255,200);
	width: 420px;
	border-right: 1px solid rgb(0,35,0);
	float: left;
	overflow: hidden;
	}
#Inhalt_rechts
	{
	margin: 10px 0 0 0;
	padding: 10px 0 0 0.50px;
	background-color: rgb(200,255,200);
	width: 150px;
	border-top: 10px solid rgb(0,102,0);
	float: right;
	}

  * html div#Inhalt {
    height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorers */
  }




.table
	{
	table-layout: fixed;
	}
/*----- Fusszeile -----*/
#fusszeile
	{
	clear: both;
	font-size: 0.9em;
	margin: 0;
	padding: 0.1em;
	text-align: center;
	background-color: rgb(230,255,230);
	border: 1px solid silver;
	}

/*----- Sitemap -----*/
.sitemap1 a
	{
	list-style-type: disc;
	font-weight: bold;
	padding-left: 5px;
	text-decoration: none;
	}