/* CSS Document */

body {
  background-color: #e1e1e1;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	margin: 0;
}

h1 {
  font-size: 18px;
	line-height: 22px;
	font-weight: normal;
	margin: 0;
}

h2, h3 {
  font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	margin: 0;
}

p, td {
	font-size: 11px; 
	line-height: 16px;
}

input, select {
	font-size: 10px;
}
textarea {
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.label {
  width: 90px;
	text-align: left;
}
.feld {
/*	text-align: right; */
}
.rechts {
	text-align: right;
}
.w51 {
  width: 49px;
}
.w80 {
  width: 79px;
}
.w160 {
  width: 159px;
}
select.w160 {
  width: 165px;
}
.w180 {
  width: 180px;
}
.w199 {
  width: 199px;
}
.w205 {
  width: 205px;
}
.w216 {
  width: 216px;
}
.w250 {
  width: 250px;
}
.grey {
	color: #666;
}

/* Fix platzierte Elemente */

#p7PMnav {
  position: absolute;
	top: 0px;
	left: 220px;
	width: 550px;
	height: 22px;
}
#divMarkers {
  position: absolute;
	top: 22px;
	left: 220px;
	width: 550px;
}
#divMarkers div {
  float:left;
	height: 8px;
	width: 110px;
	font-size: 6px; /* IE Hack */
}

/* Seitenlayout */

#divWrapper {
  background-color: #e1e1e1;
}

#divNavigation {
  background-color: #000;
	height: 22px;
	width: 100%;
	z-index: 100;
}

#divLayout {
  width: 761px;
}

/* Linke Spalte */

#divLeft {
  float: left;
  width: 220px;
}

#divThema {
	height: 328px;
}
#divSubNavigation {
	line-height: 13px;
  padding: 0 40px 0 20px;
}
#divSubNavigation p {
	font-size: 10px;
	margin: 0;
	padding: 3px 0 3px 2px;
  background: transparent url(./images/unav_sep.gif) bottom left repeat-x;
}
#divSubNavigation ul {
	list-style-type: none;
	margin: 0 0 12px 0;
  padding: 0;
}
#divSubNavigation li {
	padding: 0 0 3px 0px;
  background: transparent url(./images/unav_sep.gif) bottom left repeat-x;
}
#divSubNavigation li a {
  display: block;
	padding-left: 10px;
  background: transparent url(./images/middot.gif) top left no-repeat;
}
#divSubNavigation a {
	font-size: 10px;
	color: #666;
	font-weight: normal;
	text-decoration: none;
}
#divSubNavigation p a {
	color: #000;
}
#divSubNavigation a:hover, #divSubNavigation a:active, #divSubNavigation a:focus {
	color: #000;
	font-weight: bold;
}


/* Mittlere Spalte */

#divCenter {
  float: left;
  width: 541px;
}

/* Mittlere Spalte oben */

#divCenterTop {
  float: none;
	height: 197px;
	border-bottom: 1px solid white;
	margin-bottom: 30px;
/*  background: transparent url(./images/head_sep.gif) bottom left repeat-x; */
}
#divCenterTopLeft {
  float: left;
	width: 380px;
	padding-right: 31px;
}
#pmmcrumb, #divTrail {
  float: none;
	margin: 148px 0 6px 0;
	color: #666;
}
#divHeading {
  float: none;
}
#divCenterTopRight {
  float: left;
	width: 130px;
}
#divTools {
  float: none;
	height: 63px;
	margin-top: 110px;
}

/* Mittlere Spalte unten */

#divContent {
  float: none;
  width: 541px;
	height: auto;
  padding-bottom: 20px;
}


/* Tools */

#divTrail {
	color: #666;
}
#divTrail a, #divTrail a:visited {
	text-decoration: none;
	color: #666;
}
#divTrail a:hover, #divTrail a:active, #divTrail a:focus {
	color: #000;
	text-decoration: underline;
}

/* Tools */

#divTools ul {
	margin: 0;
	padding:0;
}
#divTools ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: left;
}
#divTools ul li a {
  width: 25px;
  height: 17px;
	display: block;
}
#divTools ul li a.tool_mail {
  width: 25px;
	background: transparent url(./images/tool_mail.gif) 0px 0px no-repeat;
}
#divTools ul li a.tool_mail:hover {
  width: 25px;
	background: transparent url(./images/tool_mail_over.gif) 0px 0px no-repeat;
}
#divTools ul li a.tool_map {
  width: 30px;
	background: transparent url(./images/tool_map.gif) 0px 0px no-repeat;
}
#divTools ul li a.tool_map:hover {
  width: 30px;
	background: transparent url(./images/tool_map_over.gif) 0px 0px no-repeat;
}
#divTools ul li a.tool_print {
  width: 32px;
	background: transparent url(./images/tool_print.gif) 0px 0px no-repeat;
}
#divTools ul li a.tool_print:hover {
  width: 32px;
	background: transparent url(./images/tool_print_over.gif) 0px 0px no-repeat;
}
#divTools ul li a.tool_d {
  width: 15px;
	background: transparent url(./images/tool_d.gif) 0px 0px no-repeat;
}
#divTools ul li a.tool_d:hover {
  width: 15px;
	background: transparent url(./images/tool_d_over.gif) 0px 0px no-repeat;
}
#divTools ul li a.tool_f {
  width: 10px;
	background: transparent url(./images/tool_f.gif) 0px 0px no-repeat;
}
#divTools ul li a.tool_f:hover {
  width: 10px;
	background: transparent url(./images/tool_f_over.gif) 0px 0px no-repeat;
}
#searchForm {
	margin-bottom: 17px;
}
#searchCrit {
  display: block;
  font-size:10px;
  width: 105px;
	height: 13px;
	border: 1px solid #7f7f7f;
	float: left;
}
#searchGo {
  display: block;
	float: left;
  position: relative;
	top: 10px;
}


/* Erweiterung 2009  */
/* ***************** */


tr.bottomborder td {
	border-bottom: 1pt solid #808080
} 


