html, body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #46494d;
	margin: 0;
	padding: 0;
	height: 100%;
}
p {
	margin: 0;
	padding: 0;
}
a {
	color: #079ab4;
}
a:visited {
	color: #079ab4;
}
a:hover	{
	color: #000;
}
span.blau {
	color: #079ab4;
}
span.blaufett {
	color: #079ab4;
	font-weight: bold;
}
span.fett {
	font-weight: bold;
}
span.hellgrau {
	color: #d2d4d4;
}
img {
	border: none;
}
table.ganzebreite {
	width: 100%;
	margin: 8px 0;
}
table.blauerhintergrund {
	background: #bdecff;
	margin: 8px 0;
}
table.ganzebreiteundblau {
	width: 100%;
	background: #bdecff;
	margin: 8px 0;
}
table {
	border: 0;
}
#container {
	position: relative;
	width: 100%;
	min-height: 100%;
}
* html #container { height: 100%; }
.zentrieren {
	position: relative;
	width: 820px;
	padding: 0 20px;
	margin: 0 auto;
}

/* OBEN */
#oben {
	border-bottom: solid 1px #fff;
	background: url(../images/oben-hintergrund.gif) #676d70;
	height: 80px;
	width: 100%;
}
#logo {
	height: 80px;
	width: 190px;
	float: left;
}
#menueoben {
	float: right;
	margin: 20px 20px 0 0;
	text-align: right;
	color: #fff;
}
#menueoben a {
	color: #fff;
	text-decoration: none;
}
#menueoben a:visited {
	color: #fff;
	text-decoration: none;
}
#menueoben a:hover {
	color: #9cdeec;
	text-decoration: none;
}
/* OBEN */

/* MITTE */
#mitte {
	position: relative;
	width: 100%;
}
#panorama {
	position: relative;
	height: 201px;
	width: 820px;
	margin: 20px 0 28px 0;
	padding: 0;
	background: url(../images/panorama-hintergrund.jpg) #15b7d7 no-repeat;
	overflow: visible;
}
#panoramabild {
	position: relative;
	float: left;
	margin: -20px 0 0 0;
	width: 264px;
	height: 249px;
}
#teaser {
	position: relative;
	float: right;
	width: 400px;
	margin: 35px 0 0 0;
	padding: 0 110px 0 0;
	color: #fff;
}
#teaser p {
	padding: 0 0 8px 0;
}
#teaser a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
#teaser a:visited {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
#teaser a:hover {
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
}
#teaser img {
	vertical-align: -2px;
}
#newsheader {
	width: 233px;
	height: 34px;
}
#news {
	float: left;
	width: 190px;
	padding: 20px;
	background: url(../images/news-hintergrund.gif) repeat-x #dfe3e3;
	margin: 0 0 62px 0;
}
#news h2,h3,h4,h5,h6 {
	font-size: 11px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	color: #079ab4;
}
#schriftgroesse {
    position: relative;
	z-index: 100;
	margin: -52px 15px 0 0;
	float: right;
	text-align: right;
}
#schriftgroesse a {
	text-decoration: none;
}
#schriftgroesse a:visited {
	text-decoration: none;
}
#schriftgroesse a:hover {
	text-decoration: none;
}
#ueberschrift {
	position: relative;
	width: 545px;
	float: right;
	margin: -20px 0 10px 0;
	padding: 0 15px 0 0;
}
#ueberschrift h1{
	font-size: 18px;
	color: #079ab4;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
#inhalt {
	position: relative;
	width: 545px;
	font-size: 11px;
	line-height: 16px;
	float: right; 
	margin: 0 0 32px 0;
	padding: 0 15px 0 0;
}
#inhalt h2,h4,h5,h6 {
	font-size: 11px;
	font-weight: bold;
	padding: 0;
	margin: 16px 0 0 0;
	color: #079ab4;
}
#inhalt h3 {
	font-size: 11px;
	font-weight: bold;
	margin: 16px 0 0 0;
	padding: 0;
}
#inhalt td {
	padding: 8px;
	vertical-align: top;
}
#inhalt ul {
	padding: 0 13px 0 13px;
	margin: 0;
}
#inhalt li {
	padding:0;
}
#drucken {
	float: right;
	width: 545px;
	margin: 0 15px 48px 0;
	text-align: right;
}
#drucken img {
	vertical-align: -1px;
}
/* MITTE */

/* UNTEN */
#footer {
	position: relative;
	margin: -55px 0 0 0;
	padding: 17px 0 0 0;
	width: 100%;
	height: 38px;
	bottom: 0;
	background: url(../images/unten-hintergrund.gif) repeat-x #5b6064;
	clear: both;
}
#adresse {
	position: relative;
	width: 820px;
	color: #fff;
	text-align: center;
}
#adresse img {
	vertical-align: -4px;
}
#adresse a {
	color: #fff;
	text-decoration: none;
}
#adresse a:visited {
	color: #fff;
	text-decoration: none;
}
#adresse a:hover {
	color: #9cdeec;
	text-decoration: none;
}
/* UNTEN */
