body {
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: white; 
}

*.value {
	color: #0089E1;
	font-weight: bold;
}

*.error {
	text-decoration: none; 
	font-size: 14pt;
	font-weight: bold;
	color: black;
}

a {
	text-decoration: none;
	color: #0089E1;
	font-weight: bold;
}

a:hover{ 
	color:red; 
}
a:active { 
	color:red; 
}

a.menu { 
	font-size: 12pt;
	font-weight: bold; 
	color: #FFFFFF; 
	background-color: #0089E1; 
	padding: 3pt;
	width: 160pt;
}

a:hover.menu {color: #FFFFFF;}
a:hover.active {color: #FFFFFF;}

a.text {
	text-decoration: underline; 
	font-size: 10pt;
	font-weight: normal; 
	color: #000000; 
	background-color: #FFFFFF; 
	padding: 1pt;
}

a.image {
	background-color: #FFFFFF; 
}

a.text:before, a.menu:before, a.image:before {
	before: ;
	content: none;
}

table {
	font-size: 10pt;
	width:100%;
}

th {
	padding: 1pt;
	vertical-align: top;
	text-align: left;
	border-style: none;
}

td {
	padding: 1pt;
	vertical-align: middle;
	border-style: none;
}

td.top {
	width: 100%;
	vertical-align: top;
	border-width: thin;
	border-style: solid;
	border-color: gray;
}

td.caption {
	vertical-align: top;
	text-align: left;
	font-weight: bold;
}

*.border {
	border-width: thin;
	border-style: solid;
	border-color: gray;
}

*.titleText {
/*	line-height: 2em; */
/*	margin-left: 5px; */
	font-weight: bold;
}

*.intensified {
	background-color: #e4e4e4;
}

img.icon {
	border-width: 0pt;
	border-style: none;
	border-color: #000000;
	vertical-align: middle;
}

img.checkbox {
	width: 12px;
	height: 12px;
	border-width: 0pt;
	border-style: none;
}

img.drawing {
	width: 973px;
	height: 668px;
}

div.bayernatlas {
	width: 973px;
	height: 668px;
}

/* Some styles for the public menu */
div.publicmenu {
	position: fixed;
	top: 0px;
	left: 0px;
	width: auto;
	height: 3em;
	background: white;
}

div.publicmenu table {
	margin: 5px 5px 5px 5px;
}

div.menuspace {
	height: 3em;
}

div.publicmenu table tr td {
	vertical-align: middle;
	height: 2em
}

hr.onlyScreen {
	width: 100%;
}
