﻿  /* CSS layout */
body {
	border: #F8EECA;
	margin: 0;
	padding: 0;
	background-color: #F8EECA;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
	height: 100%;
	z-index: 0;
}
#container {
	min-height: 100%;
	position: relative;
	z-index: 1;
}

#masthead {
	background-color: #F8EECA;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	height: 192px;
	position: fixed;
	width: auto;
	left: 0px;
	right: auto;
	top: 0px;
	z-index: 2;
	min-width: 100%;
}

#top_nav {
	margin: 0,1em;
	padding: 0,1em;
	background-color: #D5CAA1;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-style: normal;
	height: 48px;
	position: fixed;
	width: auto;
	right: auto;
	top: 192px;
	left: 0;
	z-index: 3;
	float: left;
	text-align: center;
	vertical-align: middle;
	display: inline;
	clear: both;
	min-width: 100%;
}

#Ueberschrift {
	background-color: #F8EECA;
	color: #CC6600;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: x-large;
	font-style: normal;
	font-weight: bold;
	bottom: auto;
	height: inherit;
	left: 210px;
	width: 800px;
	position: fixed;
	right: auto;
	top: 240px;
	font-variant: small-caps;
	z-index: 4;
}

#page_content {
	background-color: #F8EECA;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	font-weight: normal;
	height: inherit;
	left: 210px;
	width: 800px;
	position: absolute;
	top: 300px;
	min-height: 100%;
	visibility: inherit;
	z-index: -1;
	padding-bottom: 50px;
}

#left_col {
	width: 200px;
	background-color: #D5CAA1;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	font-weight: bold;
	position: fixed;
	left: 0px;
	height: auto;
	top: 240px;
	margin-left: 0px;
	z-index: 9;
	min-height: 100%;
}

#body {
	padding-bottom: 10%;
	padding: 10%;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	font-weight: bold;
	visibility: visible;
}

#footer {
	background-color: #F8EECA;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: lighter;
	bottom: auto;
	height: 32px;
	width: auto;
	position: absolute;
	z-index: 1;
	left: 200px;
	min-width: 100%;
}

#right_col {
	width: 200px;
	background-color: #F8EECA;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	font-weight: bold;
	position: absolute;
	height: 100%;
	top: 240px;
	z-index: -1;
	left: 1010px;
}

h1 {
	background-color: #F8EECA;
	color: #CC6600;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: x-large;
	font-style: normal;
	font-weight: bold;
	font-variant: small-caps;
	text-align: center;
}

h2 {
	background-color: #F8EECA;
	color: #CC6600;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-large;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-align: center;
}

 ul#Navigation {
	width: 10em;
	margin: 0;
	padding: 0.8em;
	background-color: #D5CAA1;
}
  * html ul#Navigation {  /* Korrekturen fuer IE 5.x */
    width: 11.6em;
    w\idth: 10em;
    padding-left: 0;
    padd\ing-left: 0.8em;
  }
  ul#Navigation li {
    list-style: none;
    margin: 0.4em; padding: 0;
  }

  ul#Navigation a {
	display: block;
	padding: 0.2em;
	text-decoration: none;
	font-weight: bold;
	border: 1px solid black;
	border-left-color: white;
	border-top-color: white;
	color: #000000;
	background-color: #F8EECA;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
}
  * html ul#Navigation a {  /* Breitenangaben nur fuer IE */
    width: 100%;
    w\idth: 8.8em;
  }
 
 ul#Navigation a:hover {
	border-color: white;
	border-left-color: black;
	border-top-color: black;
	color: white;
	background-color: #897A3D;
}

 
 ul#NavigationSM {
	width: 10em;
	margin: 0;
	padding: 0.8em;
	background-color: #F8EECA;
}
  * html ul#NavigationSM {  /* Korrekturen fuer IE 5.x */
    width: 11.6em;
    w\idth: 10em;
    padding-left: 0;
    padd\ing-left: 0.8em;
  }
  ul#NavigationSM li {
    list-style: none;
    margin: 0.4em; padding: 0;
  }

  ul#NavigationSM a {
	display: block;
	padding: 0.2em;
	text-decoration: none;
	font-weight: normal;
	border: 1px solid black;
	border-left-color: white;
	border-top-color: white;
	color: #000000;
	background-color: #F0DB91;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: small;
}
  * html ul#NavigationSM a {  /* Breitenangaben nur fuer IE */
    width: 100%;
    w\idth: 8.8em;
  }


 ul#NavigationSM a:hover {
	border-color: white;
	border-left-color: black;
	border-top-color: black;
	color: white;
	background-color: #897A3D;
}

ul#NavigationOB {
	margin: 0;
	padding: 0.8em;
	text-align: center;
}
  ul#NavigationOB li {
    list-style: none;
    display: inline;
    margin: 0.4em; padding: 0;
  }

  ul#NavigationOB a, ul#NavigationOB span {
	padding: 0.2em 1em;
	text-decoration: none;
	font-weight: bold;
	border: 1px solid black;
	border-left-color: white;
	border-top-color: white;
	color: #8E7E40;
	background-color: #F8EECA;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
}
  * html ul#NavigationOB a, * html ul#NavigationOB span {
    width: 1em;    /* nur fuer IE 5.0x erforderlich */
    w/idth: auto;  /* sicherheitshalber fuer IE 6 zurueckgesetzt */
  }
  ul#NavigationOB a:hover, ul#NavigationOB span {
    border-color: white;
    border-left-color: black; border-top-color: black;
    color: white; background-color: #897A3D;
  }

ul#NavigationUN {
	margin: 0;
	padding: 0.8em;
	text-align: left;
}
  ul#NavigationUN li {
    list-style: none;
    display: inline;
    margin: 0.4em; padding: 0;
  }

  ul#NavigationUN a, ul#NavigationUN span {
	padding: 0.2em 1em;
	text-decoration: none;
	font-weight: bold;
	color: #8E7E40;
	background-color: #F8EECA;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
}
  * html ul#NavigationUN a, * html ul#NavigationUN span {
    width: 1em;    /* nur fuer IE 5.0x erforderlich */
    w/idth: auto;  /* sicherheitshalber fuer IE 6 zurueckgesetzt */
  }
  ul#NavigationUN a:hover, ul#NavigationUN span {
	color: black;
	background-color: #EFD889;
}

