body{
	font-family: arial, verdana, helvetica, sans-serif;
	background-color: #eeeeee;
}
#container{
	margin:0 auto;
	width: 40em;
}
#left_nav{
	float: left;
	width: 10em;
	background-color: #F5FAFE;
}
#main{
	float: left;
	width: 30em;
	background-color: #FFFFFF;
	padding-bottom: 1em;
}
#content {
	float: left;
	width: 25em;
	padding-left: 1em;
}
#content_folgeSeite {
	width: 25em;
	padding-left: 1em;
	margin-bottom: 1em;
}
img{border:0px none;}
/* Start Mac IE5 filter \*/
#left_nav, #main{
	padding-bottom: 32767px!important;
	margin-bottom: -32767px!important;
}
	
@media all and (min-width: 0px) {
	#left_nav, #main{
		padding-bottom: 0 !important;
		margin-bottom: 0 !important; 
	}
	#left_nav:before, #main:before{
		main: '[DO NOT LEAVE IT IS NOT REAL]';
		display: block;
		background: inherit;
		padding-top: 32767px !important;
		margin-bottom: -32767px !important;
		height: 0;
	}
}

/* End Mac IE5 filter */
#wrapper{
	width: 40em;
	overflow: hidden; /* This hides the excess padding in non-IE browsers */
	padding-bottom: 1em;
	}
/* we need this for IE 5.01 - otherwise the wrapper does not expand to the
necessary height (unless fixed, this problem becomes even more acute 
weirdness as the method is enhanced */
#wrapper{
/* Normally a Holly-style hack height: 1% would suffice but that causes 
IE 5.01 to completely collapse the wrapper - instead we float it */
	float: left;
/* NB. possibly only IE 5.01 needs to get this float value - otherwise 5.5 sometimes 
(I saw it happen many moons ago) makes the width of wrapper too small 
the float: none with the comment is ignored by 5.01,
5.5 and above see it and carry on about their business
It's probably fine to just remove it, but it's left here 
just in case that many moons ago problem rears its head again */
	float/**/: none;
	}
/* easy clearing */
#wrapper:after{
	main: '[DO NOT LEAVE IT IS NOT REAL]'; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
#wrapper{
	display: inline-block;
}
/*\*/
#wrapper{
	display: block;
}
/* end easy clearing */
#footer{
	clear: both;
}
h2.header-text{
	padding:0px;
	margin:0px;
	padding-top:0.4em;
}
#header	{
	height: 4.0em;
	background-color: #FFFFFF;
	color: #032357;
}
#header, #footer, #top_nav{
	width: 40em;
}
/* Safari needs this - otherwise the ghost overflow, though painted 
correctly obscures links and form elements that by rights should be above it.
An unintended side-effect is that it cause such elements to vanish in IE 5.01
and 5.5, hence the child selector hack */
* > #footer, * > form, * > #notes, * > .output{
	position: relative;
	z-index: 1000;
}

/*========Images Styles========*/
.img_left {
	float:left;
	margin-right: 1em;
}
.img_right {
	float:right;
	margin-right: 1em;
}	
#header .img_left {
	float:left;
	margin-right: 0em;
	width:18.5em;
}
#header .img_right {
	float:right;
	margin-right: 0em;
	padding-right:0.5em;
	padding-top:0.5em;
	padding-bottom:0.5em;
	width:6em;
}	

/*========Top Navigation Bar========*/

#top_nav {
	background-color:#c6db8c;
	border-top: 1px solid #acca57;
	clear:both;
	color:#604d3e;
	text-align:right;
	border-bottom: 1px solid #acca57;
	height: 1.1em;
}
#top_nav ul {
	margin-right: 1em;
	font-size: 0.8em;
}
#top_nav ul, #top_nav li{
	display: inline;
	list-style-type: none;
}
#top_nav a{
	color:#604d3e;
	text-decoration:none;
	font-weight: bold;
}
#top_nav a:hover {
	text-decoration:underline;
	cursor:pointer;
}

/*========Left Navigation Bar========*/

ul.menu	{
	list-style: none;
	margin: 1em 0 0 0.7em;
	padding: 0 0.2em 0 0;
	border: none;
	font-size: 0.8em;
	font-weight: bold;
}
.menu a	{
	display:block;
	color: #604d3e;
	text-decoration: none;
}
.menu a:hover{
	background-color: #c6db8c;
	cursor:pointer;
}
.menu li{
	border-bottom: 1px solid #acca57;
	margin: 0.1em 0 0.1em 0;
	text-align: left;
	padding: 0.1em 0 0.1em 0.2em;
}
.menu li ul li{
	font-size: 0.9em;
	list-style: none;
	border: none;
	font-weight: lighter;
	margin-left: -2em;
}
.menu li ul li ul li{
	font-size: 0.9em;
	padding-left: 8px;
}

/*========News Box========*/

.news-box {
	border: 1px solid #D2E6F9;
	margin:0 1em 2em 1em;
	width:12.5em;
	float:right;
	background: #F5FAFE;
}		
.news-box h1 {
	margin:0;
	padding:0 0 0 0.2em;
	background-color:#032357;
	color:#604d3e;
	font-size:0.9em;
	font-weight:bold;
}
.news-box h2 {
	margin:0;
	padding:0.5em 0.1em 0.5em 0.2em;
	font-size:0.8em;
	font-weight:bold;
	color: #000000;
}
.news-box p {
	font-size: 0.8em;
	margin:0;
	padding: 0.5em 0.1em 0.5em 0.2em;
}

/*========Text Styles========*/

#content_folgeSeite ul {
	margin:0px 0px 0px 10px;
	padding:0px;
	font-size:0.8em;
	list-style-type: none;
}
#content_folgeSeite ul li {
	padding: 0px 0px 0px 13px;
	margin: 0px 0px 5px 0px;
	background: url(images/list-icon.gif) no-repeat 3px 0.4em;
}
#content_folgeSeite ul li a {
	color: #604d3e;
	text-decoration: none;
}
#content_folgeSeite ul li a:hover {
	color: #b26747;
	text-decoration: underline;
}
.kb{
	font-size:1.2em;
	text-decoration:underline;
	color:#894425;
	font-weight:bold;
}
table tr td p{
	padding-left:1em;
	padding-right:1em;
	padding-bottom:0.5em;
	padding-top:0em;
	margin:0em;
}
h1 {
	font-weight:bold;
	font-variant:normal;
	margin: 0.5em 0 1em 0;
	font-size: 1.1em;
	color: #604d3e;
}
h2 {
	font-size: 0.9em;
	font-weight:bold;
	color: #7f5859;
	margin-top: 1em;
}
h3 {
	font-size: 0.9em;
	margin: 20px 0 5px 0;
	font-style:italic;
	font-weight:normal;
	color:#b2a59f;
}
h3 a {
	text-decoration:underline;
	color: #b2a59f;
}
p {
	font-size: 0.8em;
}
.bold{
	font-weight:bold;
	color: #604d3e;
	font-size:1.1em;
}
.blocksatz{
	text-align: justify;
}
p a:link,
p a:visited,
p a:active {
	text-decoration:underline;
	color: #604d3e;
}
p a:hover {
	text-decoration:underline;
	color: #b26747;
	cursor:pointer;
}
code {
	font-family: Courier New, Courier, mono, serif;
}
label {
	font-size: 0.8em;
	margin: 0;
}

/*========Footer Styles========*/

.footer {
	margin:0;
	padding:0.3em 0 0.3em 0;
	font-size:0.75em;
	text-align:center;
	color:#604d3e;
	border-top:1px solid #acca57;
	border-bottom:1px solid #acca57;
	font-weight: bold;
	background-color: #c6db8c;
}
.footer a:link,
.footer a:visited,
.footer a:active  {
	text-decoration:none;
	color:#604d3e;
}
.footer p a:hover {
	color:#b26747;
	text-decoration:underline;
}

/* ------ */
/* Hoverendes Popup */
/* ------ */
.popup {
  font-size: 12px;
  color: #000000;
  background-color: #FFFFFF;
  text-decoration: none;
  position: absolute;
  z-index: 20;
  visibility: hidden;
  top: 0px;
  left: 0px;
  border: 1px solid #000000;
  padding: 3px;
}
.popup dl {
  margin: 0px;
  padding: 0px;
}
.popup dt {
  font-weight: bold;
  margin: 0px;
  padding: 0px;
}
.popup dd {
  margin-left: 20px;
}
.active_link {
	background-color:#c6db8c;
}