﻿a:hover {
	color: #7788aa; /* anker textfarbe bei 'hover' ist schwarz */
	text-decoration: underline; /* anker text wird bei 'hover' mit Unterstich dargestellt */
}
body {
	color: #000000;
	font: medium Arial, sans-serif;
}
body, div {
	margin: 0;
	padding: 0;
	border: 0;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial #000000;
}
.float_right {
	float: right;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
#karte { width: 672px; height: 300px;}
#container {
    width: 51em; min-width: 832px; max-width: 98%; /* Ermöglicht auch bei den älteren Browsern das Zoomen. */
    text-align: left; 
    margin: 0 auto;
	background: #193e76;
/*	background:url('../images/background.jpg') fixed;*/
}
#content {
	color: #000000; /* Content Textfarbe */
 margin-left: 150px;
 padding: 10px 0px 10px 10px;
 background: #ffffff;
}
#content a, a {
	color: #000000; /* Content Anker Textfarbe */
	text-decoration: underline; /* Anker Text unterstrichen */
}
#content a:hover {
	color: #498ADB;/* Content Anker Textfarbe bei hover */
	text-decoration: none;
}

/* Styles for Footer */
#footer {
	color: #498ADB; /* Textfarbe */
	clear: both;
	width: 99%;
	background: #193e76;
	padding: 1% 0 1% 1%;
}
#footer a, a {
	color: #ffffff; /* Anker Textfarbe */
	text-decoration: underline; /* Anker Text unterstrichen */
}
#footer a:hover {
	color: #C0CBDC;/* Anker Textfarbe bei hover */
	text-decoration: none;
}
#footer p {
	font-size: x-small;
}
#masthead {
 background: #ffffff;
 height: 80px;
}
/* Styles for Navigation */
#sidebar {
 position: relative;
 float: left;
 width: 150px;
 background: #193e76;
 clear: left;
}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	padding: 5%;
	display: block;
	border-bottom: 1px solid #0A07EC;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	border-bottom: 1px solid #0A07EC;
	background: #498ADB;
}
#sidebar li {
	display: block;
	border: 1px solid #ccbb88;
}
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}

#table1 {
    text-align:center; 
}

#menubar2 {
	margin-left: 150px;
}
#menubar {
	width:98%; 
    margin:1%;
    height:30px;
}

#menubar a {
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	display: block;
	width:100px;
	height:30px;
}
#menubar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	background: #498ADB;
}
#ietlogo {
	float:left;
}
#headline {
 color: #193e76;
	float:right;
}
