/* Generated by KaZcadeS */
/* gesmat breite pixel */
.ausrichtung {
  width: 700px;
  margin-left: auto;
  margin-right: auto;
  text-align: justify;
}
/* container zum verschachteln container */
.oben {
	height: 138px;
	width: 100%;
}
.mitte {
	widht: 100%;
}
.unten {
	height: 30px;
	width: 100%;
}
/* container fuer logo plazierung */
.logo {
  height: 138px;
  width: 100%;
}
/* container fuer service navigation */
.sn {
	height: 20px;
	width: 86%;
	margin-top: -138px;
	font-size: 10px;
	text-transform: lowercase;
	text-align: right;
	}
.sn a {
	text-decoration: none;
}
.sn a:hover {
  text-decoration: none;
}

.sn .current {
  font-weight: bold;
}
/* container fuer breadcrumbnavigation - klickpfad */
.bn {
	margin: 0px;
	padding: 0px;
	height: 18px;
	width: 100%;
	float: left;
	font-size: 10px;
	text-transform: lowercase;
	background-image: url(verlauf_bn.jpg);
}
/* container fuer hauptnavigation */
.hn {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 20%;
	text-align: left;
	font-size: 10px;
	height: 500px;
	background-image: url(verlauf_bn.jpg);
}
.hn ul {
  margin: 0px;
  padding: 0px;
  list-style-position: inside;
  list-style-type: none;
}
.hn ul li a {
  text-decoration: none;
}
.hn ul li a:hover {
  text-decoration: none;
}
.hn .current {
  text-decoration: none;
}
/* container fuer inhalt */
.inhalt {
	margin: 0px;
	padding: 0% 1% 0% 2%;
	float: left;
	text-align: justify;
	overflow: auto;
	height: 500px;
	width: 77%;
	background-color: #FFFFFF;
}
/* formular gestalten */
.inhalt label {
	width: 108px;
	float: left;
	padding-boottom: 5px;
}
.inhalt textarea {
	width: 250px;
}
.inhalt input {
	width: 250px;
}
.inhalt .csc-mailform {
	border: 0px none;
	margin: 1px;
	padding: 0px;
}
.inhalt .csc-mailform-field {
	margin-bottom: 7px;
}
/* container fusszeilen */
.fzl {
	margin: 0px;
	float: left;
	height: 30px;
	font-size: 8px;
	width: 20%;
	background-image: url(verlauf_bn.jpg);
}
.fzr {
	margin: 0px;
	background-image: url(verlauf_bn.jpg);
	padding: 0% 0% 0% 2%;
	font-size: 8px;
	text-decoration: none;
	clip: rect(0px,0px,0px,20px);
	text-align: center;
	height: 30px;
	font-weight: bolder;
}

