body, table, td {
	font-family: helvetica, arial;
	color: black;
	font-size: 12px;
	font-style: normal;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

a:link {
	text-decoration: none;
	color: blue;
}
a:visited {
	text-decoration: none;
	color: blue;
}
a:active {
	text-decoration: none;
	color: blue;
}
a:hover {
	text-decoration: none;
	color: #06C;
}

h1 {
	text-align : left;
	font-style: normal;
	font-size: 18px;
	font-weight: bold;
	color: black;
}
h2 {
	font-style: normal;
	font-size: 15px;
	font-weight: bold;
	color: black;
}
h3 {
	font-style: normal;
	font-size: 12px;
	font-weight: bold;
	color: black;
	margin-top: 0px;
	margin-bottom: 5px;
}
img {
	border: none;
	vertical-align: top;
}

 td.pendenz  {
	border-color: #A0A0A0;
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	padding: 2px 0px 2px 0px;
}

 th.pendenz  {
	border-style: none;
	font-size: 11px;
	font-weight: normal;
	padding: 0px 0px 2px 0px;
}

 th.pendenzH3  {
	border-style: none;
	font-size: 12px;
	font-weight: bold;
	padding: 0px 0px 2px 0px;
	text-align: left;
}

.pendenzDetail {
	font-size: 11px;
	margin-bottom: 10px;
	margin-left: 21px;
	width: 420px;
}

 td.release {
 	background-color: #DADADA;
	border-color: #A0A0A0;
	border-width: 0px;
	border-style: none;
	padding-bottom: 1px;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 1px;
}

.subPage {
	padding-bottom: 20px;
}

.legende{
	margin-left: 0px;
}

.legende ul{
	padding-left: 20px;
  list-style: none;
}

.legende li{
  float : left;
	font-size: 10px;
	margin-right: 15px;
}

.linkListe ul {
	list-style: none;
}
.linkListe li {
	display: inline;
	margin: 5px;
}
.linkListe {
	text-align: right;
}

#page {
	position: absolute;
	left: 190;
	top:  70;
	width: 570;
	z-index: 1;
}

#nav{
  position:absolute;
  left: 608px;
  top: 54Px;
  font-family:Tahoma,Geneva,Kalimati,sans-serif;
  font-size: 11px;
  z-index: 100;
  color:#fff;
  display:block;

}
#nav ul{
	list-style:none;
	margin:0;
	padding:0;
}
#nav ul li{
	float:left;
	border-left: 1px solid #fff;
}

#nav ul li a{
	text-align: center;
	display:block;
	width: 30px;
	height: 14Px;
	color:#fff;
	background-color:#BD1808;
}
#nav ul li a:hover{
  background-color:#BD5A4F;
}


