* {
	font-family: Avantgarde, Arial;
	font-size: 11pt;
}

h1 {
	font-size: 120%;
}

body {
	background-color: #DDDDDD;
	margin: 0px;
}

div#header {
	background-color: #DDDDDD;
	margin: 0px;
	padding: 0px;
	height: 66px;
	border-bottom: 4px solid #808080;
}

div#header h1 {
	margin: 15px 10px 10px 40px;
}

div#header img {
	display: inline-block;
	position: absolute;
	right: 0px;
	top: 0px;
}

div#navi ul {
	list-style-type: none;
}

div#navi ul li {
	display: inline-block;
	padding: 5px 10px 5px 10px;
	background: white;
}

div#navi ul li.no_id {
	display: inline-block;
	padding: 5px 10px 5px 10px;
	background: #DDDDDD;
}

div#navi ul li a {
	text-decoration: none;
	font-weight: bold;
	color: #009FD6;
}

div#navi #account_dropdown {
	display: none;
	position: absolute;
	list-style-type: none;
	border: 1px solid #808080;
	border-top: none;
	padding: 0;
	margin-top: 14px;
	margin-left: -93px;
}

div#navi #account_dropdown li {
	display: block;
	height: 20px;
	padding: 5px 10px 5px 10px;
}

div#navi #account_dropdown li a {
	text-decoration: none;
	font-weight: bold;
	color: #009FD6;
}

div.panel-head {
	background-color: white;
	margin-left: 0px;
	margin-right: 0px;
	padding: 5px 5px 5px 5px;
	border-bottom: 1px solid black;
}

div.body {
	background-color: white;
	margin-left: 0px;
	margin-right: 0px;
	padding: 20px 40px 40px 40px;
}

div.body-iframe {
	background-color: white;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px 0px 0px 0px;
}

div.body label {
	display: inline-block;
	width: 320px;
}

div.body img {
	display: block;
	float: left;
	width: 100px;
}

div.body span.error {
	margin-left: 10px;
	border: red 2px solid;
	background: #ffa7a7;
	display: none;
}

div.error {
	border: red 2px solid;
	background: #ffa7a7;
}

div.info {
	border: green 2px solid;
	background: #a7ffa7;
}

div.appletHint {
	padding: 8px;
}

div.appletError {
	padding: 8px;
}

div.body ul li {
	padding: 5px 10px 5px 10px;
}

div.body a:link, div#footer a:link {
	color: #1769C6;
}

div.body a:visited, div#footer a:visited {
	color: #1E4D7F;
}

div.body a:hover, div#footer a:hover {
	color: #4F9FF9;
}

a.button, input[type=submit], input[type=reset] {
	font-weight: bold;
	color: #009FD6;
	text-decoration: none;
	background: #DDDDDD;
	padding: 5px 20px;
	border: 1px grey solid;
	height: 30px;
	width: 92.5px;
	cursor: pointer;
	margin-right: 15px;
}

a.button:hover, input[type=submit]:hover, input[type=reset]:hover {
	background: #ccc;
}

input {
	width: 320px;
}

fieldset {
	margin: 5px -7px;
	padding: 5px;
	width: 510px;
	border: 1px solid grey;
	display: block;
}

fieldset legend {
	color: grey;
	font-size: 80%;
}

div#footer {
	background-color: #DDDDDD;
	margin: 0px;
	padding: 0px;
	border-top: 4px solid #808080;
}

div#footer p {
	margin-left: 20px;
	margin-right: 20px;
}

table.elements {
	border-width: 1px 1px 1px 1px;
	border-spacing: 1px;
	border-style: outset outset outset outset;
	border-color: gray gray gray gray;
	border-collapse: collapse;
	background-color: white;
}

th.elements {
	border-width: 1px 1px 1px 1px;
	border-spacing: 1px;
	border-style: outset outset outset outset;
	border-color: gray gray gray gray;
	border-collapse: collapse;
	background-color: white;
}

td.elements {
	border-width: 1px 1px 1px 1px;
	border-spacing: 1px;
	border-style: outset outset outset outset;
	border-color: gray gray gray gray;
	border-collapse: collapse;
	background-color: white;
}

input.actionText {
	width: 900px;
}

div.fullheight {
	margin: auto; /* Div soll zentriert werden */
	min-height: 100%; /* Mindesth�he f�r moderne Browser */
	height: auto !important; /* Important Regel f�r moderne Browser */
	height: 100%; /* Mindesth�he f�r den IE */
	overflow: hidden !important; /* FF Scroll-leiste */
}

.little {
	font-size: 75%;
	color: grey;
}

.clear {
	clear: both;
}

.left {
    float: left;
    width: 50%;
}

.right {
     margin-left: 50%;
}

img.logo {
    display: block;
    max-height:80px;
    width: auto;
    height: auto;
}

/* genutzt bei WebDAV Ausgabe */
.mono {
	font-family: "Lucida Console", Monaco, monospace;
}

code {
  font-family: Consolas,"courier new";
  color: black;
  background-color: #f1f1f1;
  padding: 2px;
  font-size: 100%;
}