/*
 * Style -------------------------
 */
body {
	margin: 0 0 0 0;
	background-color: white;
}

td.kopfzeile {
	width: 100%;
	border-style: none;
	border: 0;
	padding: 20px 30px 0 30px;
	vertical-align: top;
}

a:active,a:focus {
	outline: none;
}

.logo {
	border: 0;
}

#schatten {
	z-index: -1;
	position: absolute;
	left: 16px;
	top: 183px;
}

#bildleiste {
	z-index: 300;
	position: relative;
	left: 40px;
	top: 20px;
}

#kopfband {
	z-index: 200;
	position: relative;
	width: 100%;
	height: 85px;
	background-color: #00376B;
	min-width: 500px;
}

#textbereich {
	width: 100%;
	height: 300px;
	background-image: url(../images/hintergrund_text.png);
	background-repeat: repeat-x;
}

.textzelle {
	font-family: verdana, arial, helvetica, sans-serif;
	color: #00376B;
	font-size: 12px;
	height: 300px;
	vertical-align: top;
	padding-top: 20px;
}

.ueberschrift {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 30px;
}

.hinweisliste {
	list-style-type: disc;
	list-style-position: outside;
	width: 320px;
}

.hinweis {
	font-size: 12px;
	text-decoration: underline;
	color: #00376B;
	padding-left: 10px;
	margin-bottom: 20px;
}

#fusszeile {
	background-color: #00376B;
	color: white;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	height: 40px;
	padding-top: 10px;
	padding-left: 20px;
}

.fusszeilenlink {
	color: white;
	text-decoration: underline;
}
.wartung {
        font-size: 14px;
        color: #ff0000;
}

.wartung-header {
        font-weight: bold;
        font-size: 16px;
        color: #ff0000;
}
