html,
body {
	margin: 0;
	padding: 0;
	height: 100%;
	font: normal 9pt Verdana,Arial,sans-serif;
}
td, table	{ margin: 0; }
a:link		{ color: #397699; text-decoration: none; }
a:visited	{ color: #397699; text-decoration: none; }
a:active	{ color: #707070; text-decoration: underline; }
a:hover		{ color: #707070; text-decoration: underline; }
.tr_left {
	font-family: Verdana;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	background-color: #DCDCDC;
	color: #000000;
}
.tr_result_1 {
	font-family: Verdana;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	background-color: #DCDCDC;
	color: #000000;
}
.tr_result_2 {
	font-family: Verdana;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	background-color: #FFFFFF;
}
.tr_head {
	font-family: Verdana;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	background-color: #397699;
	color: #FFFFFF;
}
.td_normal {
	font-family: Verdana;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
.objWo {
	margin-left: -3px;
	text-align: center;
	padding: 10px 0;
}
.block1 {
	position: relative;
	float: left;
	width: 150px;
	margin: 14px 5px;
	border-collapse: collapse;
	color: #434343;
}
.dbpfeil {
	color: #9F0002;
	font-weight: bold;
}
.objWo img	{ border: 1px solid #8a8a8c; }
.noDeco		{ text-decoration: none; }
input, select, textarea { font-size: 10px; }

/* new design */
#seite {
/*	min-height: 100%;	/* fuer fuss ganz unten */
	width: 949px;
	margin: 0 auto;
	position: relative;
}
#kopf {
	height: 99px;
	position: relative;
	width: 100%;
	border-bottom: 1px solid white;
}
#hauptteil {
	min-height: 500px;
	height: 100%;
}
#fuss {
	clear: both;
	background: white;
	position: relative;	/* absolute fuer fuss ganz unten */
	bottom: 0;
	width: 100%;
	border-top: 1px solid #dcdcdc;
}
#cookie-notification{
	display: block;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 32px;
	background: #fff;
	border-top: 2px solid #3e7496;
	opacity: 0;
	font-size: 14px;
}
#cookie-notification.visible{
	-webkit-animation-name: fadeIn;
  animation-name: fadeIn;
	animation-duration: .3s;
	animation-delay: .5s;
	animation-fill-mode: both;

opacity: 1;
}
#cookie-notification.confirmed{
	display: none;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}


#navigation { width: 309px }
#inhalte {
	float: left;
	width: 640px;
	height: 100%;
	margin-top: -100px;
	padding-top: 100px;
}
#frame {
	position: absolute;
	top: 100px;
	bottom: 32px;
	width: 636px;
	border-right: 4px solid #dcdcdc;
}
.fusstext {
	display: inline;
	position: relative;
	line-height: 28px;
	vertical-align: middle;
	left: 16px;
}
.block	{ display: block; }
.fl		{ float: left; }
.w160	{ width: 160px; }
.h28	{ height: 28px; }
.h96	{ height: 96px; }
.h114	{ height: 114px; }
.h280	{ height: 280px; }
.grau	{ background-color: #dcdcdc; }
.tem	{ margin-top: 1em; }
