body {
	margin: 0px;
	padding: 0px;
	font-family:arial, helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	line-height:16px;
}
div#header {
	z-index:26;
	position: absolute; 
	top: 0px;
	right: 0px !important;
	right: 16px;
	height: 100px; 
	background-color: white; 
	padding: 0px;
	margin-left: 150px;
	overflow:hidden;
	width: 100%;
	border-bottom: 1px solid lightgrey;
}
body>div#header {
	position: fixed;
}
div#navigation {
	z-index:27;	
	position: absolute;
	left: 0;
	padding: 10px;
	margin: 90px 0px;
	background-color: white;
	height: 100%;
	overflow:hidden;
	width: 120px;
}
body > div#navigation {
    position: fixed;
}
div#main {
	padding: 100px 1px 20px;
	margin-left: 150px; 
	margin-right: 20px;
	max-width: 600px;
	min-width: 400px;
}
#main h1 {
	font-family:arial, helvetica;
	font-size:14px;
	font-weight:bold;
	line-height:16px;
	color:#333333;
	padding-bottom: 5px;
}
.newsdatum {
	font-family:arial, helvetica;
	font-size:10px;
	font-weight:normal;
	color:gray;
	padding-left: 7px;
}
.newsheading{
	font-weight: bold;
	margin-left: 7px;
	display: list-item;
	list-style-position: outside;
	list-style-image: url("images/arrow_right.gif");
}
.newstext {
	margin-top: 0px;
	text-align: justify;
	padding-left: 7px;
	margin-bottom: 20px;
}
a {
	font-weight: bold;
}
a:link{
	color: rgb(0, 0, 255);
	text-decoration: none;
}
a:visited {
	color: rgb(148, 29, 52);
	text-decoration: none;
}
a:hover {
	color: rgb(148, 29, 52);
	text-decoration: underline;
}
h2 {
	font-family:arial, helvetica;
	font-size:12px;
	font-weight:bold;
	line-height:16px;
	color:#333333;
}
fieldset {
	padding: 0px;
	margin: 0px;
	border: #ff0000 0px solid;
}
.input_label {
	text-align: right;
	font-weight: bold;
	vertical-align: top;
}
a.navigation_link {
	white-space: nowrap;
}
a.navigation_link:link, a.navigation_link:visited {
	display: block;
	color:white;
	font-weight: bold;
	text-decoration: none;
	padding: 4px;
  width: 105px;
}
a.navigation_link:hover {
	color: black;
	background: white none;
	text-decoration: none;
}
.logo_divider { 
	position: absolute; 
	left: 80px; 
	top: 85px; 
	width: 100%; 
	color: black;
}
.pagination_wrap {
	text-align: center;
	clear: both;
	padding-top: 10px;
}
.pagination {
	padding: 5px; 
	text-align: center; 
	margin: auto; 
	background: #EFEFEF none; 
	border-style: solid; 
	border-width: 1px; 
	border-color: black;	
}
.list_entry {
	margin-bottom: 10px;
	margin-left: 13px;
	display: list-item;
	list-style-position: outside;
	list-style-image: url("images/arrow_right.gif");
}
.input_description {
	font-size: 8pt;
	color: grey;
}
.alpha-shadow {
	clear: both;
	float: left;
	background: url(images/shadow.gif) no-repeat bottom right;
	margin: 0px 0 0 0px !important;
	margin: 0px 0 0 0px;
}
.alpha-shadow div {
	float: left;
	background: url(images/shadow2.png) no-repeat left top !important;
	background: url(images/shadow2.gif) no-repeat left top;
	padding: 0px 8px 9px 0px;
}
.alpha-shadow p {
	background-color: #B92837;
	border: 1px solid white;
	padding: 1px;
	margin: 0;
}
a.info{
	position:relative; /*this is the key*/
	z-index:24;
	text-decoration:none;
}
a.info:hover{
	z-index:25;
	background-color:#000;
	color: #FFFFFF
}
a.info span{
	display: none;
}
a.info:hover span{
	display:block;
	overflow:hidden;
	position:absolute;
	top:2em;
	left:-10em;
	width:25em;
	border:2px solid #B92837;
	background-color:white;
	color:#000;
	text-align:justify;
	font-size:10px;
	font-weight:normal;
	padding:3px;
}
a.info:hover b{
	white-space:nowrap;
	display:inline;
	font-size:small;
}
a.info:hover img{
	float:none;
	margin:5px;
	vertical-align:middle;
	border-style:none;
	border-width:0;
}
.diff_deleted {
	background-color: #FFB0B0;
	display:block;
}
.diff_added {
	background-color: #B0FFB0;
}
.diff_unchanged {
	background-color: #FFFFB0;
}
.diff_other {
	background-color: black;
	color: white;
}
.diff {
	white-space:pre;
	font-family:monospace;
	width:100%;
	border:0;
	padding:0;
	margin:0;
}
.alternate_row_1 {
	background: #E8E8E8;
}
.alternate_row_2 {
	background: #F0F0F0;
}
