@charset "iso-8859-1";
/* Defaults */
	body {
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#666666;
		margin:0px;
		padding:0px;
		background-image:url(/img/bgGradientTop.gif);
		background-position:top;
		background-repeat:repeat-x;
		/*width:995px;*/
		width:auto;
	}
	html>body {
		width:auto;
	}
	img {
		border:0px;
	}
	a {
		color:#666666;
	}
	a:hover {
		color:#000000;
	}
	form {
		margin:0px;
	}
	td {
		vertical-align:top;
	}
	input {
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		border:1px solid #999999;
		background-image:url(/img/bgInputFields.gif);
		background-repeat:no-repeat;
		height:15px;
		padding-top:1px;
		padding-left:4px;
		color:#666666;
		background-color:#FFFFFF;
	}
	
	.fieldError {
		border:1px solid #e58a1c;
		background-color:#e5c8a4;
	}
	
	input.checkbox, input.radio {
		background-color:transparent;
		background-image:none;
		border:0px;
	}
	select,textarea {
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#666666;
		border:1px solid #b6b6b6;
	}
	p {
		margin:0px 0 10px 0;
		padding:0px;
		line-height: 1.4;
	}
	.divClear {
		clear:both;
	}
	.left {
		float:left;
	}
	.right {
		float:right;
	}
	/* IE 6 ausschliessen */
	html>body .boxShadow {
		background-image:url(/img/boxShadow.png);
		background-repeat:no-repeat;
		background-position:bottom right;
	}
	.greyBox {
		background-color:#e2e2e2;
		border:1px solid #d3d3d3;
		padding:9px;
	}
	a.print {
		background-image:url(/img/icoPrint.gif);
		background-repeat:no-repeat;
		background-position:0px 1px;
		padding-left:20px;
		text-decoration:none;
	}
	.txtDate {
		margin-bottom:20px;
	}
	.txtOrange {
		color:#E58A1C;
	}
	.displayNone {
		display:none;
	}
	
	a.orangeLnk {
		text-decoration:none;
		color:#E58A1C;
	}

/* Main-Container */
	#divMainContainer {
		/*max-width:1250px;*/
		min-width:860px;
		margin-right:16px;
	}	

/* Message */
	#divMessage {
		position:absolute;
		z-index:150;
	}
	#divMessage div {
		background-color:#cfeecf;
		border:1px solid #66cc66;
		padding:10px;
		margin-right:6px;
		margin-bottom:7px;
	}

/* Text-Auszeichungen */
	h1 {
		margin:0px;
		padding:0px;
		margin-bottom:10px;
		color:#666666;
		font-weight:bold;
		font-size:18px;
	}
	h3 {
		margin:0px;
		padding:0px;
		margin-bottom:10px;
		color:#666666;
		font-weight:bold;
		font-size:16px;
	}
	h4 {
		margin:20px 0 10px 0;
		padding:0px;
		color:#666666;
		font-weight:bold;
		font-size:14px;
	}
	
	h5 {
		margin:20px 0 4px 0;
		padding:0px;
		color:#666666;
		font-weight:bold;
		font-size:12px;
	}
		
	.textWithArrow {
		padding-left:9px !important;
		background-image:url(/img/smallArrow.gif);
		background-repeat:no-repeat;
		background-position:0px 4px;
	}
	
	
	li.without a.textohnePfeil {
		padding-left:9px !important;
		background-image:none;

	}
	
	.noUnderline {
		text-decoration:none;
	}
	.lightGrey {
		color:#9b9b9b;
	}
	.greyText {
		color:#666666 !important;
	}
	.greyText:hover {
		color:#000000 !important;
	}
	.black {
		color:#000000;
	}
	
/* Form Error */
	.error {
		border:1px solid #e58a1c;
		background-color:#e5c8a4;
	}

