html{
overflow-y:scroll;
}
body{
	font-family: arial, verdana, helvetica, sans-serif;
	background-color: #eeeeee;
	}
#container {
	margin:0 auto;
	width: 55em;
	}
#header{
	height: 7em;
	background-color:#d5d5d5;
	border-bottom:2px solid red;
	}
#header_img_r{
	width: 6.9em;
	height: 5.6em;
	float:right;
	margin-left: 2em;
	margin-top:0.8em;
	margin-bottom:0.8em;
	margin-right:0.8em;
	}
#header_img_l{
	width: 8.3em;
	height: 5.7em;
	float:left;
	margin-right: 2em;
	margin-top:0.8em;
	margin-bottom:0.8em;
	margin-left:0.8em;
	}
#header_headline{ 
	font-size: 2em;
	text-align:center;
	margin-bottom: 0px;
	padding-top: 0.2em;
	}

#left_nav{
	float: left;
	width: 10em;
	background-color: #F5FAFE;
	}
#menu_img{
	float:right;
	margin-top:3em;
}
#main{
	float: left;
	width: 45em;
	background-color: #FFFFFF;
	padding-top: 1em;
	padding-bottom: 1em;
	}
#content {
	float: left;
	width: 25em;
	padding-left: 1em;
	margin-bottom: 1em;
	}
#content_folgeSeite {
	width: 40em;
	padding-left: 1em;
	margin-bottom: 1em;
	}

/* 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: 55em;
	overflow: hidden; /* This hides the excess padding in non-IE browsers */
	padding-bottom: 1em;
	border-top: 2px solid #000000;
	border-bottom: 2px solid red;
	}
/* 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{
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
#wrapper{
/*	display: inline-block;*/
	display:inline;
	}
/*\*/
#wrapper{
	display: block;
	}
/* end easy clearing */
#footer{
	clear: both;
	background-color: #032357;
	}
#header, #footer, #top_nav{
	width: 55em;
	}
/* 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;
	}	
/*========Text Styles========*/
.left {
	clear:both;
	float:left;
	margin-left: 0.5em;
	margin-top: 0.5em;
	margin-right: 1em;
	width:200px;
	height:57px;
}	
.left img{
	float:right;
}
.border{
border:2px solid #d5d5d5;
padding:0.2em;
padding-left:14em;
}
/*========Top Navigation Bar========*/

#top_nav {
	border-top: 0.2em solid #5e5e5e;
	background-color:#3a3939;
	border-bottom: 0.2em solid #2e2d2d;
	clear:both;
	color:#FFFFFF;
	text-align:right;
	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:#FFFFFF;
	text-decoration:none;
	}
#top_nav a:hover {
	text-decoration:underline;
}

/*========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: #373535;
	text-decoration: none;
	}
.menu a:hover{
	display:block;
	color: #FFFFFF;
	background-color: #858686;
	}
.menu li{
	border-bottom: 1px solid #989898;
	margin: 0;
	text-align: left;
	color: #373535;
	margin: 0.1em 0 0.1em 0;
	padding: 0.1em 0 0.1em 0.2em;
	}
.menu li ul li{
	font-size: 1.1em;
	list-style: none;
	border: none;
	font-weight: lighter;
	margin-left: -2em;
	}
.menu li ul li ul li{
	font-size: 1.3em;
	padding-left: 8px;
	}

/*========News Box========*/

.news-box {
	border: 2px solid #d5d5d5;
	margin:0 1em 2em 1em;
	width:12.5em;
	float:right;
	background: #F5FAFE;
}		
.news-box h1 {
	margin:0;
	padding:0 0 0 0.3em;
	border-top: 1px solid #5e5e5e;
	background-color:#3a3939;
	border-bottom: 2px solid #2e2d2d;
	color:#FFFFFF;
	font-size:0.9em;
	font-weight:bold;
	font-variant:small-caps;
}
.news-box h2 {
	margin:0;
	padding:0.5em 0.1em 0.5em 0.2em;
	font-size:0.8em;
	font-weight:bold;
	color: #3a3939;
}
.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 0px 0px 0px;
	font-size:0.8em;
	list-style-type: none;
}
#content_folgeSeite ol{
	margin:0px 0px 0px 10px;
	padding:0px 0px 0px 0px;
	font-size:0.8em;
}
#content_folgeSeite ul.footnote,
#content_folgeSeite ol.footnote{
	font-size:0.6em;
}

#content_folgeSeite ul li {
	padding: 0px 0px 0px 13px;
	margin: 0px 0px 0.6em 0px;
	background: url(images/list-icon.gif) no-repeat 3px 0.4em;
}
#content_folgeSeite ol li {
	padding: 0px 0px 0px 13px;
	margin: 0px 0px 0.6em 0px;
}
#content_folgeSeite ul li a,
#content_folgeSeite ol li a {
	color: #373535;
	text-decoration: underline;
}

#content_folgeSeite ul li a:hover,
#content_folgeSeite ol li a:hover {
	color: #999999;
	text-decoration: underline;
}

h1 {
	font-weight:bold;
	font-variant:small-caps;
	margin: 0.5em 0 0.5em 0;
	font-size: 1.4em;
	color:#3a3939;
	padding:0px;
}
h2 {
	font-weight:bold;
	color: #656565;
	font-size: 1.0em;
	margin: 0.5em 0 0em 0;
	padding:0px;
}
h3 {
	font-size: 0.9em;
	margin: 20px 0 5px 0;
	font-weight:bold;
	color:#818181;
	padding:0px;
}
p {
	font-size: 0.8em;
}
p a:link {
	text-decoration:underline;
	color:#000000;
}
p a:visited {
	text-decoration:underline;
	color:#000000;
}
p a:hover {
	text-decoration:underline;
	color: #999999;
}
p a:active {
	text-decoration:underline;
	color: #999999;
}
a img{
	border:0px none;
}
a{
	color:#000000;
}
code {
	font-family: Courier New, Courier, mono, serif;
}
label {
	font-size: 0.8em;
	margin: 0;
}
.bold{
	font-weight:bold;
}
.italic{
	font-style:italic;
}
.underline{
	text-decoration:underline;
}
table{
	font-size: 0.8em;
}
td{
	padding:0.2em;
}
ul, ol{	
font-size: 0.8em;
}


/*========Footer Styles========*/

.footer {
	margin:0;
	padding:0.3em 0 0.3em 0;
	border-top: 0.2em solid #5e5e5e;
	background-color:#3a3939;
	border-bottom: 0.2em solid #2e2d2d;
	font-size:0.75em;
	text-align:center;
	color:#FFFFFF;
	font-weight: normal;
}
.footer a:link {
	color:#FFFFFF;
	}
.footer a:hover {
	color:#FFFFFF;
	}
.footer a:visited {
	color:#FFFFFF;
	}
.footer a:active {
	color:red;
	}
/* ------ */
/* 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;
}
table{
	width:100%;
	border-top:2px solid #5e5e5e;
}
.line{
background-color: #f1f1f1;
}
.head{
background:#d5d5d5;
font-weight:bold;
}
.w20{
width:20%;
}
.center{
text-align:center;
}

#content_folgeSeite span.google{
 font-size:0.8em;
 float:left;
 padding-top:0.8em;
 }
 
span.google h2{
padding-bottom:10em;
margin-bottom:1em;
}

span.google ul{
font-size:1.2em;
padding-top:0.8em;
}