/* CSS Document */

/*********************/
/* HTML-Definitionen */
/*********************/
* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
}
body {
	background-color: #000000;
	text-align: center;
}
p {
	font-size: 11px;
	color: #BABABA;
	margin-bottom: 18px; 
}
		td p {
			margin-top: 9px;
			margin-bottom: 9px;
		}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #FFAE00;
	margin-bottom: 18px;
	font-weight: normal;
	text-transform: lowercase;
}
h1.subline {
	padding-top: 9px;
	border-top: 1px solid  #FFAE00;
}
a {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
		a:hover {
			color: #FFAE00;
		}
		a.addInfo {
			font-size: 10px;
			color: #FFFFFF;
			font-weight: bold;
			padding-right: 10px;
			background-position: right;
			background-repeat: no-repeat;
		}
		a.goto {
			background-image: url(../img/icon_goto.gif);
		}
				a.goto:hover {
					color: #FFAE00;
					background-image: url(../img/icon_goto_hover.gif);
				}
		a.backto {
			background-image: url(../img/icon_backto.gif);
		}
				a.backto:hover {
					color: #FFAE00;
					background-image: url(../img/icon_backto_hover.gif);
				}
		a.backtoList {
			padding-right: 15px;
			background-image: url(../img/icon_list.gif);
		}
				a.backtoList:hover {
					color: #FFAE00;
					background-image: url(../img/icon_list_hover.gif);
				}
		a.print {
			padding-right: 15px;
			background-image: url(../img/icon_print.gif);
		}
				a.print:hover {
					color: #FFAE00;
					background-image: url(../img/icon_print_hover.gif);
				}
		a.close {
			padding-right: 15px;
			margin-right: 5px;
			background-image: url(../img/icon_close.gif);
		}
				a.close:hover {
					color: #FFAE00;
					background-image: url(../img/icon_close_hover.gif);
				}
		a.logout {
			padding-right: 18px;
			background-image: url(../img/icon_logout.gif);
		}
				a.logout:hover {
					color: #FFAE00;
					background-image: url(../img/icon_logout_hover.gif);
				}
		a.request {
			padding-right: 24px;
			background-image: url(../img/icon_request.gif);
		}
				a.request:hover {
					color: #FFAE00;
					background-image: url(../img/icon_request_hover.gif);
				}
		a.actSubNav {
			color: #FFAE00;
		}
img {
	border: 0px;
}
td {
	vertical-align: top;
}
		.dataList * td {
			border-top: 1px solid #292929;
		}
				.dataList * td p {
					margin-bottom: 10px;
				}
input {
	font-size: 11px;
	border: 1px solid #BABABA;
	height: 13px;
	width: 125px;
}
textarea {
	font-size: 11px;
	border: 1px solid #BABABA;
}
		input.radio {
			border: 0px;
			width: auto;
		}
		.breit {
			width: 280px;
		}
		input.button {
			width: 75px;
			background-color: #BABABA;
			height: 16px;
			border: 1px solid #000000;
			font-size: 10px;
		}
form * td p {
	padding: 3px 0px 4px 0px;
	margin: 0px;
}
.login {
	text-align: center;
	padding-bottom: 200px;
}
		.login form {
			margin: auto;
			text-align: left;
/*			width: 240px;*/
		}
		.fileList {
			height: 320px;
		}
/******************/
/* SEITENSTRUKTUR */
/******************/
#background {
	margin: auto;
	width: 757px;
	height: 680px;
	padding: 0px 62px 0px 61px;
	text-align: left;
}
#page {
	margin: 0px;
	width: 757px;
}
/**********/
/* Header */
/**********/
		#header {
			height: 127px;
		}
				#headerNavigation {
					float: left;
					padding-top: 112px;
					text-align: left;
				}
						#headerNavigation img, #headerNavigation * img {
							margin: 0px 30px 0px 0px;
							border: 0px;
						}
				#headerLogo {
					float: right;
					margin-top: 64px;
					text-align: right;
					background-image: url(../img/logo.png);
				}
		#printHeader {
			display: none;
		}
/**************/
/* Trennungen */
/**************/
		.dottedLine {
			clear: both;
			background-image: url(../img/dottedline.gif);
			width: 100%;
			height: 1px;
			line-height: 1px;
			font-size: 1px;
			margin: 0px 0px 0px 0px;
		}
		.vert40 {
			height: 40px;
		}
		.vert291 {
			height: 291px;
		}
		.vert20 {
			height: 20px;
			clear: both;
		}
				.vert20 * {
					font-size: 11px;
				}
				div.addInfo {
					float: left;
					text-align: right;
					padding-top:3px;
				}
				div.addInfo2 {
					float: right;
					text-align: right;
					padding-top:3px;
					color: #FFFFFF;
				}
				div.addInfoTop {
					float: right;
					text-align: right;
					padding-top: 23px;
				}
						div.addInfoTop p {
							padding-bottom: 0px;
							margin-bottom: 0px;
						}
				div.noPadding {
					padding: 0px 0px 0px 0px;
				}
/***********/
/* CONTENT */ 
/***********/
		#singleText {
		}
				.wSingleTextEx { width: 461px; padding-right: 0px;}
				.wSingleText { width: 501px; }
		.png {
			display: block;
		}
		.doubleText {
			float: left;
			margin-right: 22px;
		}
				.wDouble { width: 210px; }
				.wDoubleEx { width: 170px; }
				.wContact { width: 295px; }
				.wContactEx { width: 255px; }
		.doubleText2 {
			float:right;
		}
		.content {
			padding: 20px 20px 0px 20px;
			text-align: left;
			height: 374px;
		}
		.noRightPadding { padding-right: 0px;}
				.wDouble2 { width: 525px; }
				.wDouble2Ex { width: 485px; }
				.wDouble2Scroll { 
					width: 485px; 
					padding-right: 0px;
				}
				.wContact2 { width: 437px; }
				.wContact2Scroll { 
					width: 417px; 
					padding-right: 0px;
				}
				.scrollContent {
					overflow: auto;
					overflow-x: hidden;
					overflow-y: auto;
					padding-right: 20px;
				}
						.hContactScrollArea {
							height: 330px;
						}
						.hDoubleLineHeaderScrollArea {
							height: 304px;
						}
						.hListAllScrollArea {
							height: 374px;
							padding-right: 20px;
						}
						.hListScrollArea {
							height: 343px;
							padding-right: 0px;
						}
				.image {
					height: 394px;
					padding: 0px 0px 0px 0px;
					text-align: center;
				}
				.transBg {
					background-image: url(../img/black60.png);
				}
				.contactTitle {
					margin-bottom: 5px;
				}
				.contactImage {
					border: 1px solid #FFFFFF;
					float: left;
					margin-right: 20px;
				}
				.contactSep {
					clear: left;
					line-height: 2px;
				}
		.popupHeader {
			padding: 20px 0px 0px 20px;
			text-align: left;
		}
		.startpng {
			/* Hack, um .png im IE/Win transparent darzustellen */
			visibility: expression("hidden");
			behavior:  url("/pngbehavior.htc");
		}
/**********/
/* Footer */
/**********/
		#footer {
			font-size: 10px;
			color: #FFFFFF;
			padding-top: 3px;
		}
				#footerCopyright {
					float: left;
					text-transform: lowercase;
				}
				#footerNavigation {
					float: right;
				}
						#footerNavigation a {
							text-transform: uppercase;
						}
