body {
	background-color:  #ffffff;
	text-align: center;
	margin: 0px;
	text-align: left;
}

* {
	font-family: Verdana;
}

a {
	color: #1182c6;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

.menubalken {
	position: relative;
	top: 0px; left: 0px;
	text-align: left;
	background-color: #3333FF;
	color: white;
}
.menubalken a {
	color: white;
}
.unten {
	position: relative;
	top: 0px; left: 0px;
	border: 0px red solid;
}
.fuss{
	position:absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	border-top: 5px solid #3333FF;
	background-color: #D3D6D9;
	font-family: Verdana;
	font-size: 1em;
	color: #575454;
	text-align: center;
	clear:both;
}
.fuss a {
	color: #575454;
}
.fuss a:hover {
	text-decoration: none;
	color: #0079C2;
}

.unten_links {
	position: absolute;
	width: 170px;
	left: 0px; top: 0px;
	border-bottom: 0px solid #9D9D9E;
	background-color: #FFFFFF;
}
.unten_mitte {
	position: absolute;
	left: 200px;
	top: 0px;
}

.eintragstabelle {
	border-bottom: 0px black solid;
	width: 1000px;
	font-size:10px;
}

.eineintrag div {
	padding-left: 5px;
	display: inline;
	vertical-align: top;
	text-align: left;
}

.priority {
	width: 50px;
}
.onetitle {
	width: 100px;
}
.decisiondate {
	width: 80px;
}
.submitted {
	width: 120px;
}
.submittedon {
	width: 80px;
}
.document {
	width: 80px;
}
.decided {
	width: 100px;
}
.decidedon {
	width: 80px;
}



/*----------------------------------------- Barrierenfreiheit -----------------------------------------*/

div unsichtbar, a.unsichtbar { 
	font-size: 1pt;
	color: white;
	visibility: hidden;
	position: absolute;
}