/* Egermann & Aicher, main.css */
/*
html, body {
	height: 100%;
}
*/
body {
	margin: 0;
	padding: 0;
	background: #0b1546 url(/img/de/back.gif) no-repeat;
	color: #333; /* #666 */
	font-size: 11px;
	font-family: Arial, Verdana, sans-serif;
}

a:link, a:active, a:visited {
	color: #999;
	text-decoration: underline;
}

a:hover {
	color: #e60000;
}

font {
	font-size: 12px;
}

img {
	border: 0;
}

h1 {
	border-top: 1px solid #0b1546;
	border-bottom: 1px solid #0b1546;
	margin: 0;
	padding: 3px 0 1px 13px;
	color: #0b1546;
	font-size: 11px;
	font-weight: normal;
}

	h1 a:link, h1 a:visited, h1 a:active {
		color: #0b1546;
		text-decoration: none;
	}

h2 {
	clear: both;
	width: 175px;
	border-top: 1px solid #0b1546;
	border-bottom: 1px solid #0b1546;
	margin: 11px 0 0 -13px;
	padding: 3px 0 1px 13px;
	color: #000;
	font-size: 11px;
	font-weight: normal;
	line-height: normal;
}

h3 {
	margin: 0 0 11px 0;
	font-size: 12px;
	font-weight: bold;
}

dt {
	float: left;
	width: 160px;
	margin: 0 0 20px 0;
	font-weight: bold;
}

dd {
	height: 1%;
	margin: 0 0 20px 175px;
}

ul.arrow_red {
	list-style-image: url(/img/de/arrow_red.gif);
	margin: 15px 0 0 16px;
	padding: 0;
}


ul.arrow_line {
	list-style-image: url(/img/de/arrow_line.gif);
	margin: 0 0 0 16px;
	padding: 0;
	line-height: 14px;
}

	ul.arrow_line li {
		padding: 4px 0 5px 9px;
	}

ul.arrow_grey {
	list-style-image: url(/img/de/arrow_grey.gif);
	margin-left: 16px;
	padding: 0;
	line-height: 12px;
}

	ul.arrow_grey li {
		padding: 4px 0 5px 9px;
	}

.small {
	font-size: 11px;
}

.normal {
	font-weight: normal;
}

.normal_size {
	font-size: 12px;
}

.white {
	color: #fff;
}

.dark {
	color: #333;
}

.red  {
	color: #e60000;
}

.grey {
	color: #999;
}

.clear {
	clear: both;
}

.u {
	text-decoration: underline;
}

.pdf, .lock {
	margin: 10px 0 0 0;
	background: transparent url(/img/de/pdf_back.gif) no-repeat;
	padding: 5px 0 0 90px;
}

.lock {
	margin: 20px 0 20px 0;
	background: transparent url(/img/de/lock_back.gif) no-repeat;
}

.toplink {
	background: transparent url(/img/de/toplink_back.gif) no-repeat;
	background-position: 100% 1px;
	margin: 15px 0 0 0;
	padding: 0 22px 0 0;
	text-align: right;
	font-weight: normal;
}

/* Formular */

form input.form {
	border-top: 1px solid #bebebe;
	border-left: 1px solid #bebebe;
	border-bottom: 1px solid #f0f0f0;
	border-right: 1px solid #f0f0f0;
	padding: 0 1px 0 1px;
	background: #e9e9e9;
	color: #666;
	font-size: 12px;
	font-family: Arial, Verdana, sans-serif;
}