html {
	height:100%;
}
body { 
	background-color:#F0F0E8;
	margin:0;
    padding:0px;
    padding-left:10px;
	font-size: 100%;
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
}
h1 {
	margin:0px;
    padding:0px;
	font-size: 100%;
	color: #2F53A7;
	margin-bottom:5px;
}
textarea, input {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
}
#logos {
	background: white;
	height: 45px;
}
#header {
	background: white;
	background-image: url("../../images/header_middle.gif");
	background-repeat: repeat-x;
	height:26px;
}
#content {
	margin:0;
	padding:0;
	padding-top:5px;
	background:#FFFFFF;
	margin-left:1px;
}
#footer {
	background-image: url("../../images/header_middle.gif");
	background-repeat: repeat-x;
	color:white;
	font-size:11px;
	height:26px;
}
a:link, a:hover, a:visited, a:active {
	color: #2F53A7;
	text-decoration: none;
}
a:hover {
	color: #7A6E2A;
}
a:hover, a:link, a:visited {
	text-decoration: underline;
}
#header h1 {
	font-size:12px;
	color:white;
	margin-top:3px;
	height:26px;
	max-height:26px;
	overflow:hidden;
}
#menu {
	margin-left:1px;
}
.menuitems {
	border:1px solid #2F53A7;
	background-image: url("../../images/menuitem_bg.gif");
	background-repeat: repeat-x;
	border-bottom:1px solid #BDC7E0;
	height: 31px;
}
.menuitem {
	float:left;
	height:27px; /* 31px insg.*/
	padding-top:4px;
	padding-left:10px;
	padding-right:10px;
	background-image: url("../../images/menuitem_bg.gif");
	background-repeat: repeat-x;
	text-align:center;
}
.menuitem a:link, .menuitem a:hover, .menuitem a:visited, .menuitem a:active {
	color:white;
	text-decoration:none;
	font-weight:bold;
}
.menuitem a:hover {
	color:#FFE83A;
}
.menuitem_spacer {
	float:left;
	width:2px;
	height:31px;
	background-image: url("../../images/menuitem_spacer.gif");
}
.loggedIn {
	float:right;
}
.rowMod0,.rowMod1 {
}
.rowMod1 {
	background: #E1E5F0;
}
label {
	font-weight: bold;
}

.error_message_box {
	background: url('../images/warning.gif');
	background-repeat: no-repeat;
	background-position: 0px 5px; 
	border: rgb(242, 89, 0) dotted 1px;
	padding:5px 0px 5px 40px;
	min-height: 25px;
	color: rgb(242, 89, 0);
}
.error_message {
	font-color:#00FFFF;
}
.filterentry {
	width:450px;float:left;
}
.filterentry_label {
	float:left;
	margin-right:5px;
	min-width:166px;
	/* background:red; */
}
.filterentry_content {
	/* background:blue; */
}

.info_message_box {
	background: url('../images/information.gif');
	background-repeat: no-repeat;
	background-position: 0px 0px; 
	border: rgb(200, 200, 200) dotted 2px;
	padding:5px 0px 5px 40px;
	color: rgb(0, 0, 0);
	min-height: 25px;
	font-weight: bold;
}
.info_message {
}
.descriptionText {
	font-size: 80%;
	font-family:Arial, Helvetica, sans-serif;
}
.exportType {
	margin-top:5px;
	margin-bottom:5px;
}
.search_other {
	font-size: 10pt;
}
.search_other th {
	padding:1px;
}
.search_other td {
	padding:5px;
}
div.registriernummer {
	float:left;
	font-weight:bold;
	font-family:monospace;
	font-size:17px;
	color:#2F53A7;
	padding-top:8px;
	padding-bottom:8px;
	padding-left:8px;
	padding-right:8px;
	background:#E1E5F0;
}
table.listing {
}
table.listing thead td {
	background:lightgrey;
}
table.listing tbody td {
}
table.listing tbody tr.mod1 {
	background:#E1E5F0;
}
div.stzFieldset {
	border:1px solid black;padding:10px;
}
label.block {
	border:1px solid black;padding:2px;background:#B3C4E1;
}