body {
	font-family: verdana, arial, sans serif;
	font-size: 10pt;
	color: #003572;
}
div.layout {
	height: 100%;
	overflow: auto;
	background-position: center center;
	background-attachment: fixed;
	background-repeat: no-repeat;
}
table {
	font-family: verdana, arial, sans serif;
	font-size: 10pt;
	color: #003572;
	border-collapse: collapse;
}
td.liste {
	border-top: 1px solid #D1D1D1;
	border-bottom: 1px solid #D1D1D1;
}
a {
	text-decoration: none;
}
a:link, a:visited {
	color: #1F86FF;
}
a:hover, a:active {
	color: #62A9FF;
}
.popup {
	z-index: 1000;
	visibility: hidden;
	position: absolute;
	right: 5px;
	top: 120px;
	border: 1px solid #003572;
	background-color: #FFFFFF;
	padding: 10px;
}
.bild {
	border: 1px solid #000000;
}
input, textarea, select, button {
	font-family: verdana, arial, sans serif;
	font-size: 10pt;
	border: 1px solid #7F9DB9;
	color: #003572;
	background-color: #F2F2F2;
	vertical-align: middle;
	cursor: auto;
}
button {
	border: 2px solid #7F9DB9;
	text-align: middle;
	cursor: hand;
}
input.checkbox, input.radio {
	margin: 1px;
}
