@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0px;
	line-height: 14px;
	background-image:url(../img/p21-dots.gif);
}
#aussenrahmen {
	width: 100%;
	background-image:url(../img/strahlen.gif);
	background-repeat:no-repeat;
	background-position: 0px 1px;
}
#innenrahmen {
	background-image:url(../img/hintergrund.gif);
	background-repeat: repeat-y;
	width: 859px;
	text-align: left;
}
#logo {
	width: 760px;
	height: 100px;
	z-index: 2;
	padding-left: 84px;
}
#logo img {
	border: none;
}
#navigation {
	margin-left: 276px;
	margin-top: 92px;
	margin-bottom: 46px;
	float: left;
	width: 566px;
	padding-left: 17px;
}
#navigation .eintrag a {
	padding-left: 13px;
	padding-right: 13px;
	float: left;
	margin-right: 14px;
	padding-top: 1px;
	padding-bottom: 2px;
	text-decoration:none;
	color:#000000;
*/
}
#navigation #nav-aktiv a {
	font-weight: normal;
	color: #FFFFFF;
	background-color: #000000;
}
#subnavigation {
	width: 260px;
	margin-right: 16px;
	margin-top: 36px;
	float: left;
	text-align: right;
}
#subnavigation .eintrag a {
	line-height: 29px;
	text-decoration: none;
	color: #000000;
}
#subnavigation #subnav-aktiv {
	font-weight: bold;
}
#inhalt {
	width: 521px;
	padding-left: 30px;
	padding-right: 30px;
	margin-bottom: 20px;
	float: left;
}
.fusszeile {
	font-size: 9px;
	color: #9d9d9d;
	text-align: center;
	margin-top: 20px;
	margin-left: 276px;
	width: 583px;
	display: none;
}
#inhalt h1 {
	font-size: 12px;
	font-weight: bold;
	margin-top: 0px;
	line-height: 15px;
	margin-bottom: 1px;
}
#inhalt h2 {
	font-size: 11px;
	line-height: 15px;
	margin-bottom: 13px;
	margin-top: 0px;
	font-weight: normal;
}
#inhalt h3 {
	font-size: 12px;
	font-weight: bold;
	margin-top: 0px;
	line-height: 15px;
	margin-bottom: 28px;
}
#inhalt p {
	font-size: 11px;
	font-weight: normal;
	line-height: 15px;
	margin-bottom: 7px;
	margin-top: 0px;
}
#inhalt ul {
  margin-top: 0px;
}
#inhalt ul li {
  font-size: 11px;
	line-height: 15px;
	margin-bottom: 0px;
	margin-top: 0px;
	list-style-type: square;
}
#inhalt a {
  color: #000000;
  /* font-weight: normal; */
  text-decoration: none;
}
#inhalt table {
  font-size: 11px;
}
#inhalt table th {
  text-align: left;
}
#inhalt table .td-0 {
  width: 200px;
  vertical-align: top;
  border-bottom: 1px solid #AAAAAA;
}
#inhalt table .td-1 {
  width: auto;
  vertical-align: top;
  border-bottom: 1px solid #AAAAAA;
}
.clearer {
	float: none;
	clear: both;
}

/* Bildelemente */
#inhalt dl.csc-textpic-image {
	margin-bottom: 0px !important;
	margin-top: 0px !important;
	padding-bottom: 0px !important;
	padding-top: 0px !important;
}
#inhalt dl.csc-textpic-image dt {
	margin-bottom: 0px !important;
	margin-top: 0px !important;
}
#inhalt .csc-textpic-intext-right dl{
	float: right;
}

/* Formulare */
#mailform {
	font-size: 11px;
}
#mailform fieldset {
  border: none;
  padding-left: 0px;
  padding-right: 0px;
  margin-top: 10px;
}
#mailform .csc-mailform-field {
  float: none;
  clear: both;
  padding-bottom: 15px;
}
#mailform label {
  width: 150px;
  float: left;
  padding-left: 0px;
}
#mailform input,
#mailform select {
  /* width: 365px; */
  width: 348px;
  border: 1px solid #8f8f8f;
  font-size: 11px;
}
#mailform textarea{
  /* width: 365px; */
  width: 348px;
  height: 100px;
  font-size: 11px;
  border: none;
  border: 1px solid #8f8f8f;
}
#mailform .csc-mailform-check {
  width: 10px;
  text-align: left;
  border: none !important;
}
#mailform .csc-mailform-submit {
  margin-left: 150px;
  border: 1px solid #8f8f8f;
  background: #cccccc;
}

/* 2 Spalten FCE */
.zweispaltig {
	width: 521px;
	float: none;
}
.zweispaltig .links {
	float: left;
	width: 230px;
}
.zweispaltig .rechts {
	float:right;
	width: 290px;
}
