﻿/* CSS-Layout */
body {
	background-image: url('/design/background.jpg');
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	background-color: #00356f;
	font: 12px  Arial, Verdana, Geneva, Helvetica, sans-serif;
}
#menue-mitte ul {
	padding: 6px 0 6px 17px;
	margin: 0 0 0 1px;
	text-align: left;
}
#menue-mitte li {
	align: left;
	list-style-image: url('/design/li-button.jpg');
	font-size: 11px;
}
h1 {
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
	padding-left: 280px;
	padding-top: 40px;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	color: #ffa200;
	margin: 0px;
	padding: 2px 0 8px 0;
}
.formular-ueberschrift
{
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 3px;
  background-color:#ffa200;
  font-size: 11px;
  font-weight: bold;
  color:#ffffff;
}

.formular-datenschutz
{
  font-size: 9px;
}

.menue a:link {
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
}
.menue a:visited {
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
}
.menue a:hover {
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.menue a:active {
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}

a:link 		{	color: #000000;	text-decoration: underline;	}
a:visited {	color: #000000;	text-decoration: underline;	}
a:hover		{	color: #000000;	text-decoration: none;			}
a:active	{	color: #000000	text-decoration: none;			}

#footer a:link			{ font-size: 10px; color: #000000;	text-decoration: none;	}
#footer a:visited		{	font-size: 10px; color: #000000;	text-decoration: none;	}
#footer a:hover			{ font-size: 10px; color: #000000;	text-decoration: none;	}
#footer a:active 		{	font-size: 10px; color: #000000;	text-decoration: none;	}

#mantel {
	width: 771px;
	vertical-align: top;
	margin: 0 auto;
}
#head {
	position: relative;
	width: 100%;
}
#oben-links {
	width: 260px;
	height: 118px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-image: url('/design/oben-links.jpg');
}
#oben-mitte {
	width: 100%;
	height: 118px;
	float: none;
	background-image: url('/design/oben-mitte.jpg');
}
#oben-rechts {
	width: 15px;
	height: 118px;
	position: absolute;
	right: 0px;
	top: 0px;
	background-image: url('/design/oben-rechts.jpg');
}
#mitte {
	position: relative;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	float: none;
	background-color: #93aac3;
}
#content {
	width: 100%;
	right: 10px;
	top: 0px;
}
#content-oben {
	background-image: url('/design/content-anfang.jpg');
	background-repeat: repeat-x;
	height: 15px;
}
#content-mitte {
	background-color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
	height:100%;
}
#content-unten {
	background-image: url('/design/content-ende.jpg');
	background-repeat: repeat-x;
	height: 15px;
}
#menue {
	width: 141px;
	left: 5px;
	top: 0px;
}
#menue-oben {
	background-image: url('/design/menue-anfang.jpg');
	background-repeat: repeat-x;
	height: 19px;
}
#menue-mitte {
	background-image: url('/design/menue-mitte.jpg');
	background-repeat: repeat-y;
}
#menue-unten {
	background-image: url('/design/menue-ende.jpg');
	background-repeat: repeat-x;
	height: 16px;
}
#footer {
	background-image: url('/design/footer.jpg');
	background-repeat: repeat-x;
	width: 771px;
	height: 22px;
	font-size: 10px;
	text-align: center;
}
#schatten-grafik-links {
	width: 5px;
	height: 654px;
	background-image: url('/design/schatten-links-verlauf.jpg');
}
#schatten-grafik-rechts {
	width: 5px;
	height: 655px;
	background-image: url('/design/schatten-rechts-verlauf.jpg');
}
#schatten-links {
	width: 5px;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	background-image: url('/design/schatten-links.jpg');
}
#schatten-mitte {
	width: 766px;
	height: 100%;
	position: relative;
}
#schatten-rechts {
	width: 5px;
	height: 100%;
	position: absolute;
	right: 0px;
	top: 0px;
	background-image: url('/design/schatten-rechts.jpg');
}
