html {
	height: 100%;
}

body {
	background-color:#f7f6f6;
	margin: 0px;
	padding: 0px;
	height: 100%;
}

#container {
	background-image:url(../gfx/bg.gif);
	background-color: white;
	background-repeat:no-repeat;
	width: 788px;
	height: auto;
	min-height: 100%;
	margin: auto;
}

#logo_klein {
	position:relative;
	top:4px;
	left:687px;
	width:75px;
	height:49px;
}

#top {
	position:relative;
	top:-48px; /* corr */
	left:2px;
	width:476px;
	height:60px;
}

#slog_kl {
	position:relative;
	top:-48px; /* corr */
	left:536px;
	width:226px;
	height:12px;
}

#headline {
	position:relative;
	top:-73px; /* corr */
	left:2px;
	width:476px;
	height:34px;
}

#line_slog {
	position:relative;
	top:-42px; /* corr */
	left:217px;
	width:57px;
	height:11px;
	z-index:5;
}

#nav {
	position:relative;
	top:43px;
	left:21px;
	width:400px;
	height:11px;
	z-index:6;
}

#subnav {
	position:relative;
	top:-20px; /* corr */
	left:5px;
	width:140px;
	height:45px; /* corr */
	z-index:7;
}

#stadt {
	position:relative;
	top:-80px; /* corr */
	left:537px;
	width:79px;
	height:15px;
}

#content {
	position:relative;
	top:-125px; /* corr */
	left:217px;
	width:548px;
	height:100%;
	z-index:9;
}

#footer {
	position: fixed;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
	color: #CC1466;
	opacity: 1;
	z-index: 10;
	background-color: white;
	/* background-color: #e3e2e2; */
}

li#imprint, li#privacy {
	display: none;
}

a.nav, span.nav, a.nav:link, a.nav:visited, a.nav:active {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #CC1466;
	text-decoration: underline;
}

a.nav:hover {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
	background-color: #CC1466;
}

a.nav img:hover {
	color: #F5A7CA;
}

a.pageNav {
	padding: 1px;
	border: 1px solid #CC1466;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #CC1466;
	text-decoration: none;
	background-color: #FCE2EE;
}

.copy, .dialog {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}

.dialog {
	position:absolute;
	top:0px;
	left:0px;
	z-index:10;
	visibility:hidden;
	background-color: #FCE2EE;
	border: 1px solid #CC1466;
	text-align: left;
	vertical-align: top;
}

.headline {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #CC1466;
	text-decoration: none;
}

span#pageSelf {
	padding: 1px;
	border: 1px solid #666666;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	background-color: #CCCCCC;
}

.base, .baseT, .baseS {
	border:1px solid #CC1466;
	font-family : Verdana, sans-serif;
	font-size: 11px;
	color:#000000;
	background : #F7F6F6;
}

.base {
	width:110px;
}

.baseT {
	width:302px;
}

.baseS {
	width:34px;
}

.check {
	border:1px solid #CC1466;
	font-family : Verdana, sans-serif;
	font-size: 11px;
	color:#000000;
	width:17px;
	height:17px;
	background : #F7F6F6;
}

.select, .select_s {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000000;
	background : #F7F6F6;
	border: 1px solid #CC1466;
}

input, textarea {
	border:1px solid #CC1466;
	font-family : Verdana, sans-serif;
	font-size: 11px;
	color: #CC1466;
	background : #F7F6F6;
	padding: 1px;
}

input[type=text], textarea {
	color: #000000;
}

input[type=submit], input[type=button], input[type=reset] {
	border: 2px outset #CCCCCC;
	text-align: center;
}

.listRow {
	line-height: 20px;
	vertical-align:middle;
}

.listRow:hover {
	background-image: url(../gfx/lumi.gif);
}

.form {
	line-height: 20px;
	vertical-align:middle;
}

.formtd {
	padding-left: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-top: 4px;
	text-align:left;
}

button {
	border: 0;
	background: transparent;
	cursor: pointer;
}

.msg {
	border: #FF0000 1px solid;
	padding: 5px;
	color: #FF0000;
	margin-bottom: 20px;
	margin-top: 20px;
	width: 100%;
	max-width: 400px;
}

.fehler {
	background-color: #F7C8C8;
}

::placeholder {
	color: #CC1466;
	opacity: 1;
}

input.tabular, label.tabular {
	display:inline-block;
}

ul.fe li {
	margin-top: 15px;
	list-style-image: url('/gfx/point.gif');
}

ul.be li {
	margin-top: 5px;
	list-style-type: none;
}

#subnav ul {
	padding-left: 10px;
}

#menu-icon {
	display: none;
}

#menu-main {
	display: block;
}
