<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	font-family: Arial, sans-serif;
	background-color: rgb(42,73,117); /*#86A4BC;/  /*#0d1520*/
	background-image: /*url(../images/elements/background-gradient.jpg);*/
	background-repeat: repeat-x;
	text-align: center;
}

h1 {
	font-size: 28px;
	font-weight: bold;
	color: #da991d;
	background-color: transparent;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #316E84;
	background-color: transparent;
	margin: 0px;
	padding: 0px;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	color: rgb(0,102,153); /*#00859F*/
	background-color: transparent;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

.alternative-bid h3
	{
		width:830px;
	}

h4 {
	font-size: 14px;
	font-weight: normal;
	color: rgb(0,102,153); /*#00859F*/
	background-color: transparent;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

h5 {
	font-size: 14px;
	font-weight: bold;
	color: #black;
	margin: 0px 0px 25px 0px;
	padding: 5px;
	background-color: rgb(230,240,250);
	border-bottom: 3px solid rgb(180,190,200);
	border-left: 12px solid rgb(180,190,200);
	border-radius: 5px;
	width: 650px;
	box-shadow: 2px 2px 2px rgb(180,190,200);
}

h6 {
	font-size: 14px;
	font-weight: bold;
	color: #black;
	margin: 0px 0px 15px 0px;
	padding: 5px;
	background-color: rgb(230,210,167);
	border-bottom: 3px solid rgb(180,190,200);
	border-left: 12px solid rgb(180,190,200);
	border-radius: 5px;
	width: 700px;
	box-shadow: 2px 2px 2px rgb(180,190,200);
}

h7 {
	font-size: 14px;
	font-weight: bold;
	color: rgb(200,200,220);
	margin: 0px 0px 15px 0px;
	padding: 5px;
	background-color: transparent;
	width: 700px;
}

a img {
	border: 0px;
}

#leftCol {
	position: absolute;
	top: 160px;
	left: 20px;
	width: 200px;
	height: 150px;
	overflow: hidden;
	border: 0px solid #FF0000;
	font-size: 12px;
	font-weight: normal;
	text-align: right;
	line-height: 1.7;
	font-family: Arial, Helvetica, sans-serif;
}

#rightCol {
	position: absolute;
	top: 160px;
	left: 280px;
	width: 400px;
	height: 150px;
	overflow: hidden;
	border: 0px solid #FF0000;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.7;
	font-family: Arial, Helvetica, sans-serif;
}

#logo {
	width: 500px;
	height: 70px;
	padding: 0px;
	margin: 20px 0px 20px 20px;
	overflow: hidden;
	border: 0px solid #FF0000;
	float: left;
	z-index: 10;
}

#logo img {
	border: none;
}

#navi {
	position: absolute;
	top: 0px;
	left: 215px;
	width: 757px;
	height: 50px;
	overflow: hidden;
	border: 0px solid #FF0000;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: -1.5px;
}

#navi ul {
	list-style-type: none;
	margin-left: 0px;
}

#navi ul li {
	display: inline;
}

#navi a:link {
	color: #000;
	background-color: transparent;
	text-decoration: none;
	padding: 5px 0px 3px 0px;
	border: 1px solid #FFF;
}

#navi a:active {
	color: #000;
	background-color: transparent;
	text-decoration: none;
	padding: 5px 0px 5px 0px;
	border: 1px solid #FFF;
}

#navi a:visited {
	color: #000;
	background-color: transparent;
	text-decoration: none;
	padding: 5px 0px 5px 0px;
	border: 1px solid #FFF;
}

#navi a:hover {
	color: #FFF;
	background-color: #000;
	text-decoration: none;
	padding: 5px 0px 5px 0px;
	border: 1px solid #FFF;
}

.naviInactive {
	padding: 2px 10px 5px 10px;
}

.naviActive {
	color: #FFF;
	background-color: #000;
	padding: 2px 10px 5px 10px;
}

/* -------- Nur fuer IE &lt;= 6.0 ---------*/

* html #navi {
	position: absolute;
	top: 5px;
	left: 250px;
	width: 757px;
	height: 50px;
	overflow: hidden;
	border: 0px solid #FF0000;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: -1.5px;
	padding-top: 10px;
}

* html #navi ul {
	list-style-type: none;
	margin-left: 0px;
}

* html #navi ul li {
	display: inline;
}

* html #navi a:link {
	color: #000;
	background-color: transparent;
	text-decoration: none;
	padding: 2px 0px 3px 0px;
}

* html #navi a:active {
	color: #000;
	background-color: transparent;
	text-decoration: none;
	padding: 2px 0px 3px 0px;
}

* html #navi a:visited {
	color: #000;
	background-color: transparent;
	text-decoration: none;
	padding: 2px 0px 3px 0px;
}

* html #navi a:hover {
	color: #FFF;
	background-color: #000;
	text-decoration: none;
	padding: 0px 0px 0px 0px;
}

* html .naviInactive {
	padding: 5px 10px 5px 10px;
}

* html .naviActive {
	color: #FFF;
	background-color: #333;
	padding: 5px 10px 5px 10px;
}

/* ------------IE &lt;= 6.0 Ende -------------*/



/* -------- Nur fuer IE 7.0 ---------*/

*+html #navi {
	position: absolute;
	top: 10px;
	left: 250px;
	width: 757px;
	height: 50px;
	overflow: hidden;
	border: 0px solid #FF0000;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: -1.5px;
	padding: 10px 0px 0px 0px;
	margin: 0px;
}

*+html #navi ul {
	list-style-type: none;
	list-style:none;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

*+html #navi ul li {
	display: inline;
	padding: 0px;
	margin: 0px;
}

*+html #navi a:link {
	color: #000;
	background-color: transparent;
	text-decoration: none;
	margin: 0px;
	padding: 2px 0px 0px 0px;
}

*+html #navi a:active {
	color: #000;
	background-color: transparent;
	text-decoration: none;
	margin: 0px;
	padding: 2px 0px 0px 0px;
}

*+html #navi a:visited {
	color: #000;
	background-color: transparent;
	text-decoration: none;
	margin: 0px;
	padding: 2px 0px 0px 0px;
}

*+html #navi a:hover {
	color: #FFF;
	background-color: #000;
	text-decoration: none;
	padding: 0px 0px 0px 0px;
	margin: 0px;
}

*+html .naviInactive {
	margin: 0px;
	padding: 5px 10px 5px 10px;
}

*+html .naviActive {
	color: #FFF;
	background-color: #000;
	margin: 0px;
	padding: 5px 10px 5px 10px;
}

/* ------------IE 7.0 Ende -------------*/

#content {
	text-align: left;
	margin: 0px auto;
	width: 985px;
	border: 1px solid rgb(175,175,175); /*1px solid #369;*/
	color: #222;
	background-color: rgb(242,247,252);
	padding: 0px;
	overflow:hidden;
}

#contentadmincenter {
	text-align: left;
	margin: 0px auto;
	width: 985px;
	border: 1px solid rgb(175,175,175); /*1px solid #369;*/
	color: #222;
	background-color: rgb(242,247,252);
	padding: 0px;
}

#content a:link {
	color: #333; /*rgb(25,25,112);*/ /*rgb(40,40,40);*/ /*#069;*/
	background-color: transparent;
	text-decoration: none;
}

#contentadmincenter a:link {
	color: rgb(90,90,90); /*#069;*/
	background-color: transparent;
	text-decoration: none;
}

#content a:visited {
	color: #333; /*rgb(25,25,112);*/ /*rgb(40,40,40);*/ /*#069;*/
	background-color: transparent;
	text-decoration: none;
}

#contentadmincenter a:visited {
	color: rgb(90,90,90); /*#069;*/
	background-color: transparent;
	text-decoration: none;
}

#content a:hover {
	color: rgb(129,39,39); /*#069;*/
	background-color: transparent;
	text-decoration: underline;
}

#contentadmincenter a:hover {
	color: rgb(129,39,39); /*#069;*/
	background-color: transparent;
	text-decoration: underline;
}

#content a:active {
	color: rgb(25,25,112); /*rgb(40,40,40);*/ /*#069;*/
	background-color: transparent;
	text-decoration: none;
}

#contentadmincenter a:active {
	color: rgb(90,90,90); /*#069;*/
	background-color: transparent;
	text-decoration: none;
}

#content p {
	margin: 0px;
	padding: 0px;
}

#contentadmincenter p {
	margin: 0px;
	padding: 0px;
}

#content ul {
	list-style-type: none;
	padding-left: 0px;
	margin: 0px 0px 0px 5px;
}

#contentadmincenter ul {
	list-style-type: none;
	padding-left: 0px;
	margin: 0px 0px 0px 5px;
}

#content li {
	border-bottom: 0px dashed #999;
	padding: 0px 0px 5px 0px;
}

#contentadmincenter li {
	border-bottom: 0px dashed #999;
	padding: 0px 0px 5px 0px;
}

#contentLeftCol {
	position: absolute;
	top: 50px;
	left: 255px;
	width: 200px;
	height: 440px;
	overflow: hidden;
	border: 0px solid #FF0000;
}

#contentCenterCol {
	position: absolute;
	top: 50px;
	left: 505px;
	width: 200px;
	height: 440px;
	overflow: hidden;
	border: 0px solid #FF0000;
}


#contentRightCol {
	position: absolute;
	top: 50px;
	left: 753px;
	width: 200px;
	height: 440px;
	overflow: hidden;
	border: 0px solid #FF0000;
}


input {
	font-family: Arial, Helvetica, sans-serif;
}


.inputStandard {
	color: #000;
	background-color: #f9fafb;
	border: 1px solid rgb(153,153,153); /*#bdd5e7;*/
	font-size: 12px;
	padding: 2px;
}

.inputSmall {
	color: #000;
	background-color: #f9fafb;
	border: 1px solid #bdd5e7;
	font-size: 12px;
	width: 50px;
	padding: 2px;
}

.inputLong {
	color: #000;
	background-color: #f9fafb;
	border: 1px solid #bdd5e7;
	font-size: 12px;
	font-weight: bold;
	width: 690px;
	padding: 2px;
	margin-top: -20px;
}

.inputLong2 {
	color: #000;
	background-color: #FFF8E6;
	border: 1px solid #812727;
	font-size: 12px;
	font-weight: bold;
	width: 690px;
	padding: 2px;
	margin-top: -15px;
}

.inputLong3 {
	color: #000;
	background-color: #FFF8E6;
	border: 1px solid #812727;
	font-size: 12px;
	font-weight: bold;
	width: 690px;
	padding: 2px;
	margin-top: -15px;
	padding: 5px 2px;
}

.inputLong4 {
	color: #000;
	background-color: #FFF8E6;
	border: 1px solid #812727;
	font-size: 12px;
	font-weight: bold;
	width: 705px;
	padding: 2px;
	margin-top: -15px;
	padding: 2px;
}

.inputName {
	color: #000;
	background-color: #f9fafb;
	border: 1px solid #bdd5e7;
	font-size: 12px;
	font-weight: bold;
	width: 210px;
	padding: 2px;
}

.selectMissingData {
	color: #000;
	background-color: #f9fafb; /* #7789A4 */
	border: 1px solid #333;
	font-size: 12px;
}

.textareaStandard {
	color: #000;
	background-color: rgb(248,250,252);
	border: 1px solid rgb(153,153,153); /*#bdd5e7;*/
	font-size: 12px;
	padding: 2px;
	width: 450px;
	height:100px;
}

.textareaStandard2 {
	color: #000;
	background-color: rgb(248,250,252);
	border: 1px solid #bdd5e7;
	font-size: 12px;
	padding: 2px;
	width: 450px;
	height:100px;
}

.textareaStandard3 {
	color: #000;
	background-color: rgb(248,250,252);
	border: 1px solid rgb(153,153,153);
	font-size: 12px;
	padding: 2px;
	width: 690px;
	height:100px;
}

.textareaTranslate {
	width: 350px;
	color: #000;
	background-color: #f9fafb;
	border: 1px solid rgb(153,153,153);
	font-size: 12px;
	padding: 2px;
}

.textareaTranslateSpecifications {
	width: 250px;
	color: #000;
	background-color: #f9fafb; /* #b0b7c0 */
	border: 1px solid #333;
	font-size: 12px;
	padding: 2px;
}

.textareaSpecifications {
	color: #000;
	background-color: rgb(248,250,252);
	width: 660px;
	border: 1px solid rgb(153,153,153);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 2px;
}


.textareaNoRelease {
	color: #000;
	width: 100%;
	background-color: #f9fafb; /*#b0b7c0*/
	border: 1px solid #333;
	font-size: 12px;
	padding: 2px;
}

.selectStandard {
	color: #000;
	background-color: #f9fafb;
	border: 1px solid #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.loginButton {
	width: 200px;
	height: 30px;
	color: #FFF8E6; /*rgb(250,255,189);*/
	background-color: #5082A0; /*transparent;*/
	/*background-image: url(../images/elements/login-button.png);*/
	/*background-repeat: no-repeat;*/
	border: /*0px solid #036;*/ 1px solid #036;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin: 55px 0px 25px 0px;
	box-shadow: 0px 0px 0px 0px; /*2px 2px 2px #777;*/
	border-radius: 0px;
}

.backButton {
	color: #FFF;
	background-color: #060;
	border: 1px solid #030;
	font-size: 14px;
	font-weight: bold;
	margin: 20px 0px 20px 0px;
	box-shadow: 2px 2px 2px #777;
}

/*.goButton {
	color: #FFF;
	background-color: #060;
	border: 1px solid #030;
	font-size: 14px;
	font-weight: bold;
	margin: 20px 0px 20px 0px;
}*/

.goButton {
	float: left;
	margin: 20px 0px 10px 0px;
	border: 1px solid #060;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background-color: #287621;
	background-image: url(../images/led-icons/accept.png);
	background-position: 3px;
	background-repeat: no-repeat;
	padding: 5px;
	padding-left: 25px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	box-shadow: 2px 2px 2px #777;
}


/*.saveButton {
	color: #FFF;
	background-color: #060;
	border: 1px solid #030;
	font-size: 14px;
	font-weight: bold;
	margin: 20px 0px 20px 0px;
}*/



.saveButtonOld {
	float: left;
	margin: 20px 0px 20px 0px;
	border: 1px solid #060;
	font-size: 14px;
	font-weight: bold;
	color: #060;
	background-color: #FFF;
	background-image: url(../images/led-icons/disk.png);
	background-position: 3px;
	background-repeat: no-repeat;
	padding-top: 3px;
	padding-left: 25px;
	box-shadow: 2px 2px 2px #777;
}

.saveButton {
	float: left;
	margin: 20px -5px;
	border: 1px solid #060;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background-color: #287621;
	background-image: url(../images/led-icons/accept.png);
	background-position: 3px;
	background-repeat: no-repeat;
	padding: 5px;
	padding-left: 25px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	box-shadow: 2px 2px 2px #777;
}

.saveButtonCompanyRegistration {
	float: left;
	margin: 20px 0px;
	border: 1px solid #060;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background-color: #287621;
	background-image: url(../images/led-icons/accept.png);
	background-position: 3px;
	background-repeat: no-repeat;
	padding: 5px;
	padding-left: 25px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	box-shadow: 2px 2px 2px #777;
}

.saveButtonCompanyRegistrationClientPerson {
	float: left;
	margin: 20px 244px;
	border: 1px solid #060;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background-color: #287621;
	background-image: url(../images/led-icons/accept.png);
	background-position: 3px;
	background-repeat: no-repeat;
	padding: 5px;
	padding-left: 25px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	box-shadow: 2px 2px 2px #777;
}

.saveButtonAlertCreateTender {
	float: left;
	margin-left: 0px;
	margin-bottom: 20px;
	border: 1px solid #060;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background-color: #287621;
	background-image: url(../images/led-icons/accept.png);
	background-position: 3px;
	background-repeat: no-repeat;
	padding: 5px;
	padding-left: 25px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-top:0px;
	box-shadow: 2px 2px 2px #777;
}

.acceptButton {
	float: left;
	margin: 20px 0px 20px 0px;
	border: 1px solid #060;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background-color: #287621;
	background-image: url(../images/led-icons/accept.png);
	background-position: 3px;
	background-repeat: no-repeat;
	padding: 5px;
	padding-left: 25px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	box-shadow: 2px 2px 2px #777;
}

.acceptButtonReg {
	float: left;
	margin: -170px 0px 20px 0px;
	border: 1px solid #060;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background-color: #287621;
	background-image: url(../images/led-icons/accept.png);
	background-position: 3px;
	background-repeat: no-repeat;
	padding: 5px;
	padding-left: 25px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	box-shadow: 2px 2px 2px #777;
}

.acceptButtonFile {
	float: left;
	margin: 20px 0px 0px 0px;
	border: 1px solid #060;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background-color: #287621;
	background-image: url(../images/led-icons/accept.png);
	background-position: 3px;
	background-repeat: no-repeat;
	padding: 5px;
	padding-left: 25px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	box-shadow: 2px 2px 2px #777;
}

.backButton {
	float: left;
	margin: 20px 0px 20px 0px;
	border: 1px solid #060;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background-color: #287621;
	background-image: url(../images/led-icons/arrow_left.png);
	background-position: 3px;
	background-repeat: no-repeat;
	padding: 5px;
	padding-left: 25px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	box-shadow: 2px 2px 2px #777;
}

.editButton {
	color: #FFF;
	background-color: #069;
	border: 1px solid #036;
	font-size: 14px;
	font-weight: bold;
	margin: 20px 0px 20px 0px;
}

.createTenderButton {
	float: left;
	margin: 20px 0px 20px 0px;
	border: 1px solid #060;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background-color: #287621;
	background-image: url(../images/led-icons/accept.png);
	background-position: 3px;
	background-repeat: no-repeat;
	padding: 5px;
	padding-left: 25px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	box-shadow: 2px 2px 2px #777;
}

/*.cancelButton {
	color: #FFF;
	background-color: #900;
	border: 1px solid #600;
	font-size: 14px;
	font-weight: bold;
	margin: 20px 0px 20px 0px;
}*/

.cancelButtonOld {
	float: left;
	margin: 20px 0px 20px 0px;
	border: 1px solid #9d0d15;
	font-size: 14px;
	font-weight: bold;
	color: #9d0d15;
	background-color: #FFF;
	background-image: url(../images/led-icons/cross.png);
	background-position: 3px;
	background-repeat: no-repeat;
	padding-top: 3px;
	padding-left: 25px;
	box-shadow: 2px 2px 2px #777;
}

.cancelButton {
	float: left;
	margin: 20px 0px 0px -5px;
	border: 1px solid #9d0d15;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background-color: #7d0b12;
	background-image: url(../images/led-icons/cross.png);
	background-position: 3px;
	background-repeat: no-repeat;
	padding: 5px;
	padding-left: 25px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	box-shadow: 2px 2px 2px #777;
}

.cancelButtonCompanyRegistration {
	float: left;
	margin: 20px 0px 0px 0px;
	border: 1px solid #9d0d15;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background-color: #7d0b12;
	background-image: url(../images/led-icons/cross.png);
	background-position: 3px;
	background-repeat: no-repeat;
	padding: 5px;
	padding-left: 25px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	box-shadow: 2px 2px 2px #777;
}

.cancelButtonCompanyRegistrationClientPerson {
	float: left;
	margin: 20px 0px 0px -100px;
	border: 1px solid #9d0d15;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background-color: #7d0b12;
	background-image: url(../images/led-icons/cross.png);
	background-position: 3px;
	background-repeat: no-repeat;
	padding: 5px;
	padding-left: 25px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	box-shadow: 2px 2px 2px #777;
}

.cancelButtonAlertCreateTender {
	float: left;
	margin-left: 0px;
	margin-top: 0px;
	border: 1px solid #9d0d15;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background-color: #7d0b12;
	background-image: url(../images/led-icons/cross.png);
	background-position: 3px;
	background-repeat: no-repeat;
	padding: 5px;
	padding-left: 25px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	box-shadow: 2px 2px 2px #777;
}

.cancelButtonReg {
	float: left;
	margin: -170px 0px 0px -128px;
	border: 1px solid #9d0d15;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background-color: #7d0b12;
	background-image: url(../images/led-icons/cross.png);
	background-position: 3px;
	background-repeat: no-repeat;
	padding: 5px;
	padding-left: 25px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	box-shadow: 2px 2px 2px #777;
}

.cancelButtonFile {
	float: left;
	margin: 20px 0px 0px 0px;
	border: 1px solid #9d0d15;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background-color: #7d0b12;
	background-image: url(../images/led-icons/cross.png);
	background-position: 3px;
	background-repeat: no-repeat;
	padding: 5px;
	padding-left: 25px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	box-shadow: 2px 2px 2px #777;
}

.cancelTenderButton {
	color: rgb(225,230,20);
	background-color: #666; /*#069*/
	border: 1px solid #666;
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	box-shadow: 2px 2px rgb(220,30,20);
}

.releaseButton {
	color: rgb(225,230,20);
	background-color: #666; /*#060*/
	border: 1px solid #666;
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 5px;
	box-shadow: 2px 2px 2px rgb(220,30,20);
}

.releaseButtonInactive {
	color: #0C3;
	background-color: #666; /*#060*/
	border: 1px solid #666;
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 5px;
	box-shadow: 2px 2px rgb(0,204,51);
}

.noReleaseButton {
	color: rgb(225,230,20);
	background-color: #666; /*#900 */
	border: 1px solid #666;
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 5px;
	box-shadow: 2px 2px rgb(220,30,20);
}

.bidButton {
	color: #FFF;
	background-color: #060;
	border: 1px solid #030;
	font-size: 14px;
	font-weight: bold;
	margin: 20px 0px 20px 0px;
	box-shadow: 2px 2px 2px #777;
}

.informButton {
	color: #F90;
	background-color: #EEE; /*#069*/
	border: 1px solid #CCC;
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	box-shadow: 2px 2px 2px #777;
}

.informButton_missingbids {
	color: rgb(129,39,39);
	background-color: #EEE; /*#069*/
	border: 1px solid rgb(129,39,39);
	font-size: 11px;
	font-weight: normal;
	margin: 0px;
	box-shadow: 2px 2px 2px #777;
}

.textOKButton {
	color: #000;
	background-color: #7789A4;
	border: 1px solid #036;
	font-size: 12px;
	font-weight: normal;
	margin: 5px 0px 20px 0px;
	box-shadow: 2px 2px 2px #777;
}

.selfTranslateButton {
	color: #000;
	background-color: #7789A4;
	border: 1px solid #036;
	font-size: 12px;
	font-weight: normal;
	margin: 5px 0px 20px 0px;
	box-shadow: 2px 2px 2px #777;
}

.translateButton {
	color: #000;
	background-color: #7789A4;
	border: 1px solid #036;
	font-size: 12px;
	font-weight: normal;
	margin: 5px 0px 20px 0px;
	box-shadow: 2px 2px 2px #777;
}

.sendEnquiryButton {
	color: #FFF;
	background-color: #069;
	border: 1px solid #069;
	font-size: 12px;
	font-weight: normal;
	margin: 5px 0px 5px 0px;
	box-shadow: 2px 2px 2px #777
}

h3.listHeadline
{
	margin: 20px 0px 0px 10px;
}


.listNavButton
{
	padding: 2px 6px 2px 6px !important;
	background-color:#00859F !important;
	color: #D9ECF4 !important;
	border: 0px solid !important;
	box-shadow: 2px 2px 2px #777;
}

.listNavBar
{
	height:20px;
	margin:0;
	padding:0;
	position:relative;
	font-size:12px;
	text-align: center;
	margin-top:14px;
}

.listPager
{
	
	margin:0;
	width:70px;
	padding:0;
	left:50%;
	margin-left:-35px;
	position:absolute;
	text-align:center;
 	font-weight:bold;
 }

.listNavPrev
{
	
	right:50%;
	left:0;
	margin:0;
	padding:0;
	margin-right:30px;
	position:absolute;
	text-align:right;
}

.listNavNext
{
	
	left:50%;
	margin:0;
	padding:0;
	margin-left:30px;
	position:absolute;
	text-align:left;
}

.listSizeSetting
{
	
	font-size:9px;
	text-align: center;
	margin-top:5px;
	
}

.termsAndConditionsBox {
	margin-right: 40px;
	border: 0px solid #666;
	float: right;
}

.termsAndConditionsBox2 {
	margin-right: 25px;
	border: 0px solid #666;
	float: right;
}

.termsAndConditionsText {
	float:left;
	font-size: 12px;
	margin-left:20px;
}

#termsAndConditionsBody {
	font-size: 11px;
}

.termsAndConditionsBody li {
	margin-bottom: 20px;
}

.message {
	margin: 10px 0px 0px 10px;
}

.messageLinks {
	padding: 20px 20px 20px 20px;
	font-size: 15px;
	line-height: 1.3;
	color: #b0b7c0;
	background-color: transparent;
}

.messageLinksHeader {
	color: #FFF;
	background-color: transparent;
	font-weight: bold;
}

.loggedInName {
	color: #da991d;
	background-color: transparent;
}

#pageHeaderIndex {
	float: left;
	width: 965px;
	height: 125px;
	padding: 10px;
	margin-bottom: 0px;
	background-color: rgb(240,240,240);
	border-bottom: 5px solid rgb(183,206,211);
}

#pageHeader {
	float: left;
	width: 100%;
	height: 80px;
	padding: 10px 5px 5px 10px;
	margin-bottom: 0px;
	background-color: transparent;
	background-image: url(../images/elements/header-home2.png);
	background-repeat: no-repeat;
	/*background-image: url(../images/elements/background-group-header.jpg);
	background-repeat: repeat-x;*/
	border-bottom: 0px solid #FFF;
}

#pageHeader a:link {
	color: #666;
	background-color: transparent;
	text-decoration: none;
}

#pageHeader a:visited {
	color: #666;
	background-color: transparent;
	text-decoration: none;
}

#pageHeader a:hover {
	color: #FFF;
	background-color: transparent;
	text-decoration: underline;
}

#pageHeader a:active {
	color: #666;
	background-color: transparent;
	text-decoration: none;
}

#titleBox {
	height: 75px;
	width: 440px;
	padding: 15px 0px 0px 0px;
	float: left;
	border: 0px solid #FF0000;
	color: #FFF;
	background-color: transparent;
	/*background-image: url(../images/elements/logo-structural-calculation.png);
	background-repeat: no-repeat;*/
	overflow: auto;
	font-size: 14px;
	font-weight: bold;
}

.pageTitle {
	color: #da991d;
	background-color: transparent; /*#0b3546*/
	font-size: 14px;
	padding: 0px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.pageTitleSub {
	color: #FFF;
	background-color: transparent;
}

.stepText {
	font-weight: normal;
	font-size: 16px;
	padding-left: 200px;
}

.projectTitle {
	color: #da991d;
	background-color: transparent;
	font-size: 16px;
	padding-left: 40px;
}

#Datumzeit {
	float: left;
	width: 220px;
	height: 20px;
	margin: 60px 0px 0px 9px;
	font-size: 11px;
	color: #FFF;
	background-color: transparent;
	border: 0px solid #FF0000;
}

#toolBox {
	float: right;
	text-align: right;
	width: 285px;
	margin-right: 5px;
	color: #FFF;
	background-color: transparent;
	font-size: 11px;
	padding: 15px 20px 20px 5px;
	border: 0px solid #CCC;
	overflow: auto;
}

#toolBox a:link {
	color: #FFF; /*color: #346e86;*/
	background-color: transparent;
	text-decoration: none;
	font-weight: bold;
}

#toolBox a:visited {
	color: #FFF; /*color: #346e86;*/
	background-color: transparent;
	text-decoration: none;
	font-weight: bold;
}

#toolBox a:hover {
	color: #bbd2db; /*color: #346e86;*/
	background-color: #0b3546;
	text-decoration: underline;
	font-weight: bold;
}

#toolBox a:active {
	color: #FFF; /*color: #346e86;*/
	background-color: transparent;
	text-decoration: none;
	font-weight: bold;
}

.toolContainer {
	width: 100%;
	padding: 10px 0px 10px 10px;
	color: RGB(250,200,20);
	background-color: rgb(34,44,34);
}

.tableDetails {
	width: 945px;
	margin: 10px 0px 30px 10px;
	background-color: #FFF;
	border: 1px solid #86a4bc;
}

.tableDetails td {
	vertical-align: top;
	padding: 5px;
}

.detailsLeftCol {
	font-size: 12px;
	width: 50%;
	border: 0px solid #CCC;
}

.detailsLeftCol p {
	width: 300px;
	padding-bottom: 20px;
}

.detailsLeftCol a:link {
	color: #CCC;
	background-color: transparent;
	text-decoration: none;
}

.detailsLeftCol a:visited {
	color: #CCC;
	background-color: transparent;
	text-decoration: none;
}

.detailsLeftCol a:hover {
	color: #FFF;
	background-color: transparent;
	text-decoration: underline;
}

.detailsLeftCol a:active {
	color: #CCC;
	background-color: transparent;
	text-decoration: none;
}

.detailsRightCol {
	font-size: 12px;
	line-height: 1.4;
}

#tableContactPersons {
	width: 950px;
	padding: 0px;
	margin: 5px 10px 30px 10px;
	font-size: 12px;
	border: 1px solid rgb(225,227,224);
}

#tableContactPersons td {
	border: 0px solid #FF0000;
}

.tableContactpersonsTitle {
	width: 65px;
	padding-left: 5px;
	padding-right: 10px;
}

.tableContactpersonsName {
	width: 220px;
	padding-right: 10px;
	font-weight: bold;
}

.tableContactpersonsOffice {
	width: 270px;
	padding-right: 10px;
}

.tableContactpersonsPhone {
	width: 210px;
	padding-right: 10px;
}

.tableContactpersonsEmail {
	width: 60px;
	padding-right: 10px;
}

.tableContactpersonsEdit {
	width: 80px;
	text-align: right;
}

.tableBasicTender {
	width: 950px;
	margin: 10px 10px 30px 10px;
	border: 0px solid #FFF;
	font-size: 12px;
}

.tableBasicTender td {
	vertical-align: middle;
	padding-left: 10px;
	border-left: 1px solid rgb(51,51,51);
}

.tableBasicTenderLeftCol {
	width: 300px;
	padding-right: 10px;
	background-color:rgb(230,240,250);
}

.tableBasicTenderMiddleCol {
	width: 300px;
	padding-right: 10px;
}

.tableBasicTenderRightCol {
	width: 300px;
}

/*.tableSpecifications {
	width: 955px;
	margin: 5px 10px 0px 5px;
	border: 1px solid #999;
	font-size: 12px;
} */

.tableSpecifications {
	width: 955px;
	margin: 6px 10px 0px 5px;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
	font-size: 12px;
}

.tableSpecifications td {
	vertical-align: top;
	padding: 15px 15px 15px 5px;
	background-color: rgb(220,230,240);	
}

.tableSpecificationsInfos {
	background-color: rgb(220,230,240);
	border: 0px solid #333;
}

.tableSpecificationsDescription {
	background-color: #d4e2ec;
}

.specificationPositionTextBox {
	width: 700px;
	overflow: auto;
	padding: 10px;
	margin-top: 12px;
	background-color: rgb(255,255,255);
	border: 1px solid rgb(120,120,120);
}

.tableSpecificationsNumber {
	width: 70px;
	padding-right: 5px;
	border-bottom: 1px dotted #333;
}

.tableSpecificationsAction {
	width: 100px;
	text-align: right;
}

.tableCheckSpecifications {
	width: 955px;
	margin: 10px 10px 30px 5px;
	border: 0px solid #FFF;
	font-size: 12px;
}

.tableCheckSpecifications td {
	vertical-align: top;
	padding: 15px 15px 15px 5px;
	border: 0px dotted #CCC;
}

.tableEditSpecifications {
	width: 98%;
	margin: 10px 10px 10px 10px;
	border: 0px solid #FF0000;
}

.tableEditSpecifications td {
	vertical-align: top;
	text-align: left;
	padding: 15px 0px 15px 0px;
	border: 0px dotted #FFF;
}

.tableBidSpecifications {
	width: 955px;
	margin: 10px 10px 30px 5px;
	border: 0px solid #FFF;
	font-size: 12px;
}

.tableBidSpecifications td {
	vertical-align: top;
	padding: 15px 15px 15px 5px;
	border: 0px dotted #CCC;
}

.tableDetailsBidSpecifications {
	width: 955px;
	margin: 6px 10px 0px 5px;
	border-top: 1px solid rgb(51,51,51);
	border-bottom: 1px solid rgb(51,51,51);
	border-left:3px double rgb(51,51,51);
	font-size: 12px;
	background-color:transparent;
}

.tableDetailsBidSpecifications td {
	vertical-align: top;
	padding: 15px 15px 15px 5px;
}

#specificationText {
	font-size: 11px;
	padding: 10px 10px 0px 10px;
}

#specificationText p {
	margin-bottom: 10px;
	text-align: justify;
}

.specificationPositionNumber {
	font-size: 14px;
	font-weight: bold;
	padding-right: 5px;
	width: 40px;
	border-left: 3px double rgb(51,51,51);
	border-right: 3px double rgb(51,51,51);
	background-color: rgb(220,230,240);
}

.specificationDescription {
	padding-bottom: 10px;
	text-align: justify;
}

.specificationDescription p {
	padding-bottom: 10px;
	text-align: justify;
}

.alternative-bid .Description {
	font-size:12px;
	margin-left:10px;
	margin-bottom:30px;
	width:820px;
}

.update {
	color: #C30 ; /*#00859F*/
	background-color: transparent;
	font-weight: bold;
}

.tableReleaseTerms {
	width: 950px;
	margin: 10px 10px 30px 10px;
	border: 0px solid #FFF;
}

.tableReleaseTerms td {
	vertical-align: top;
	padding: 2px;
	border-bottom: 0px dotted #666;
	font-size: 12px;
	font-weight: normal;
	background-color: rgb(220,230,240);
}

.tableReleaseTerms th {
	vertical-align: top;
	padding: 2px;
	border-bottom: 1px solid rgb(102,102,102);
	font-size: 12px;
	font-weight: bold;
}

.tableReleaseTermsName {
	width: 300px;
	padding-right: 10px;
}

.tableReleaseTermsCounter {
	width: 20px;
	padding-right: 5px;
	text-align: right;
	border-left: 1px dotted #BBB;
}

.tableReleaseTermsPLZ {
	width: 60px;
	padding-right: 5px;
}

.tableReleaseTermsCity {
	width: 90px;
	padding-right: 10px;
}

.tableReleaseTermsCountry {
	width: 50px;
	padding-right: 10px;
}

.tableReleaseTermsFachbereich {
	width: 50px;
	padding-right: 10px;
}

.tableReleaseTermsBerater {
	width: 70px;
	padding-right: 10px;
}

.tableReleaseTermsLanguages {
	width: 110px;
	padding-right: 10px;
}

.tableCheckFiles {
	width: 950px;
	margin: 10px 10px 20px 10px;
	border: 1px solid rgb(200,200,200);
}

.tableCheckFiles522 {
	vertical-align: top;
	width: 522px;
	margin: 10px 10px 20px 10px;
}

.tableCheckFiles td {
	vertical-align: bottom;
	padding: 2px;
	border-bottom: 0px dotted #666;
	font-weight: normal;
}

.tableCheckFiles th {
	vertical-align: top;
	padding: 2px;
	border-bottom: 1px dotted #666;
	font-size: 12px;
	font-weight: bold;
}

.tableCheckFilesName {
	width: 570px;
	padding-right: 10px;
	font-size: 12px;
}

.tableCheckFilesCheckbox {
	width: 20px;
	font-size: 12px;
}

.tableCheckFilesCheck {
	width: 300px;
	text-align: right;
	font-size: 12px;
}

.tableCheckFilesCheck .editBox {
	float:right;
	clear:right;
	text-align:right;
	padding:0;
	margin:0;
	}
.tableCheckFilesRole {
	text-align: right;
	font-size: 12px;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.superscript {
	vertical-align: super;
	font-size: 70%;
}

.alert {
	color: rgb(129,39,39); /* #F90; */
	background-color: transparent;
}

.missingData {
	color: rgb(255,0,0);
	background-color: transparent;
}

.entryInfo {
	font-size: 11px;
}

.fileTypeHeader {
	font-size: 12px;
	font-weight: bold;
	color: RGB(0,0,0);
	background-color: rgb(255,255,153);
}

.noEntries {
	padding: 2px;
	border-bottom: 0px dotted #666;
	margin-bottom:24px;
	width: 946px;
}

.entryFormHeader {
	font-size: 12px;
	font-weight: normal;
	color: #000;
	background-color: transparent;
	margin-left: 2px;
}

.entryFormHeaderDetails {
	font-size: 12px;
	font-weight: bold;
	color: rgb(99,51,51);
	background-color: transparent;
}

.checkHeader {
	font-size: 12px;
	font-weight: bold;
	color: rgb(34,34,34);
	background-color: transparent;
}

.forOfficesInvisible {
	color: #999;
}

.devRemark {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	font-weight: bold;
	color: #C06;
	background-color: transparent;
}

.remark {
	font-size: 11px;
	font-weight: normal;
	text-align:justify;
	color: rgb(129,39,39);
	background-color: transparent;
}

.remark2 {
	font-size: 11px;
	font-weight: normal;
	text-align:justify;
	color: rgb(51,51,51);
	background-color: #DCE6F0;
	border: 1px solid rgb(190,190,190);
	padding: 5px;
}

.importantRemark {
	font-size: 12px;
	font-weight: normal;
	color: rgb(129,39,39);
	background-color: transparent;
}

.requiredField {
	font-size: 13px;
	font-weight: normal;
	color: #900;
	background-color: transparent;
	margin-left: 10px;
}

.addItem {
	color: #CCC;
	background-color:transparent;
	font-size: 12px;
	font-weight: normal;
	padding-left: 10px;
}

.editItem {
	font-size: 12px;
	font-weight: normal;
	margin-top: 20px;
	padding: 2px;
	border: 0px solid #FF0000;
}

.editItemAGB {
	margin-left: 40px;
}

.tenderState {
	font-size: 12px;
	font-weight: normal;
	padding: 2px;
	border: 0px solid #FF0000;
}

.bidLink {
	color: rgb(0,102,153);
	background-color:transparent;
}

.loginText {
	font-size: 12px;
}

.loginFloat {
	float: left;
	width: 80px;
	margin-top: 10px;
	margin-left: 5px;
}

.loginInput {
	width: 198px;
	margin-bottom: 5px;
	border: 1px solid rgb(129,39,39); /*rgb(149,149,149); urspr. Wert*/
	font-size: 12px;
	font-weight: bold;
	background-color:#FFF8E6; /*rgb(250,255,189); urspr. Wert*/
	padding-left: 2px;
}

.float {
	float: left;
	margin-right: 10px;
	width: 230px;
	border: 0px solid #CCC;
	text-align:justify;
	font-size:12px;
}

.floatUID {
	float: left;
	margin-right: 10px;
	margin-bottom: 20px;
	width: 230px;
	border: 0px solid #CCC;
	text-align:justify;
	font-size:12px;
}

.floatDouble {
	float: left;
	margin-right: 30px;
	width: 450px;
	border: 0px solid #CCC;
	text-align:justify;
	font-size:12px;
}

.floatTriple {
	float: left;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	height: 40px;
	width: 710px;
	border: 0px solid #CCC;
}

.floatQuad {
	float: left;
	margin-left: 5px;
	width: 950px;
	border: 0px solid #CCC;
}

.floatRight {
	float: right;
	margin-right: 10px;
	width: 200px;
	border: 0px solid #CCC;
}

.floatRightalertCreateTender {
	float: left;
	margin-left: 655px;
	width: 120px;
	border: 0px solid #CCC;
	margin-top: 10px;
}

.floatRightalertCreateTender2 {
	float: left;
	margin-left: 530px;
	width: 80px;
	height: 30px;
	border: 0px solid #CCC;
	margin-top: -50px;
}

.floatRightnewClientCompany {
	float: left;
	margin-left: 528px;
	width: 130px;
	border: 0px solid #CCC;
}

.floatRightnewClientCompany2 {
	float: left;
	margin-left: 0px;
	width: 280px;
	border: 0px solid #CCC;
}

.floatRightnewClientCompany3 {
	float: left;
	margin-left: 675px;
	width: 130px;
	border: 0px solid #CCC;
}

.floatRightnewClientCompany4 {
	float: left;
	margin-left: 5px;
	width: 130px;
	border: 0px solid #CCC;
}

.floatRightpwd01 {
	float: left;
	margin-left: 527px;
	margin-top: -20px;
	margin-bottom: -5px;
	width: 130px;
	border: 0px solid #CCC;
}

.floatRightpwd02 {
	float: left;
	margin-left: 5px;
	margin-top: -20px;
	margin-bottom: -5px;
	width: 130px;
	border: 0px solid #CCC;
}

.floatRightCancel690 {
	float: left;
	margin-left: 400px;
	margin-top: -10px;
	margin-bottom: 20px;
	width: 150px;
	border: 0px solid #CCC;
}

.floatRightAccept690 {
	float: left;
	margin-left: -15px;
	margin-top: -10px;
	margin-bottom: 20px;
	width: 200px;
	border: 0px solid #CCC;
}

.floatRightCancelNewTechnSpec {
	float: left;
	margin-left: 450px;
	margin-top: -10px;
	margin-bottom: 20px;
	width: 150px;
	border: 0px solid #CCC;
}

.floatRightSaveNewTechnSpec {
	float: left;
	margin-left: -15px;
	margin-top: -10px;
	margin-bottom: 20px;
	width: 200px;
	border: 0px solid #CCC;
}

.noFloat {
	clear: both;
}

.group {
	float: left;
	width: 100%;
	padding: 10px 5px 5px 10px;
	margin-bottom: 5px;
	border-bottom: 0px dotted #bdd5e7;
}

.groupCompanyRegistration {
	float: left;
	width: 100%;
	padding-left:10px;
}

.groupCompanyRegistrationClientPerson {
	float: left;
	width: 100%;
	margin-left:10px;
	margin-bottom: 0px;
}

.groupPublic {
	float: left;
	width: 100%;
	padding: 0px;
	margin-bottom: 10px;
	border-bottom: 0px dotted #bdd5e7;
}

.groupSettings {
	margin-bottom:10px;
}

.every2ndRow {
	color: #222;
	background-color: rgb(220,230,240);/*#cde3f4;*/ /* #d8e5f0*/
}

.every2ndRowDetailsClientCompany {
	color: #222;
	background-color: rgb(180,210,210); /* #d8e5f0*/
}
.every2ndRow_text_client {
	font-color: rgb(51,51,51);
	width: 935px;
	padding: 5px;
	border: 3px double rgb(200,200,200);
	background-color: rgb(230,240,250); /* #d8e5f0*/
}

.newsletterForm {
	width:560px;
}

.newsletter .remark a:link, .newsletter .remark a:visited, .newsletter .remark a:hover, .newsletter .remark a:focus
 {
	color:#333 !important;
	background:transparent !important;
}
.newsletter a:link, .newsletter a:visited, .newsletter a:hover, .newsletter a:focus
 {
    color:#333 !important;
	background:transparent !important;
}

#adminCenter {
	width: 820px;
	margin: -275px 1px 30px 10px;
	margin-left: 60px;
	padding: 20px;
	border: 3px double rgb(139,139,139); /* solid #bdd5e7; */
	border-radius: 10px;
	font-size: 12px;
	box-shadow: 2px 2px rgb(90,90,90);
	background-color: rgb(225,225,150);/*rgb(220,210,165);*/ /*#e3efed; */
	/*background-image: url(../images/elements/admin-center-background.jpg);
	background-repeat: no-repeat;*/
	/*-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;*/
	overflow: hidden;
}

#adminCenterAdmin {
	width: 985px;
	margin: 10px 20px 20px 20px;
	/*margin: 0px 0px 50px 0px;*/
	border: 0px solid #FF0000;
	font-size: 12px;
	/*background-image: url(../images/elements/admin-center-background.jpg);
	background-repeat: no-repeat;*/
	overflow: hidden;
}

#adminCenterAdmin h2 {
	font-size: 14px;
}

#adminCenterAdmin a:link {
	color: #000;
	background-color: transparent;
	text-decoration: none;
	padding: 2px;
}

#adminCenterAdmin a:visited {
	color: #000;
	background-color: transparent;
	text-decoration: none;
	padding: 2px;
}

#adminCenterAdmin a:hover {
	color: #FFF; /*color: #346e86;*/
	background-color: #316E84;

/*color: #346e86;
	background-color: #daf1f9;*/
	text-decoration: underline;
	padding: 2px;
}

#adminCenterAdmin a:active {
	color: #000;
	background-color: transparent;
	text-decoration: none;
	padding: 2px;
}

#adminCenterMenu {
	width: 700px;
	margin: 20px 20px 50px 80px;
	font-size: 12px;
	font-weight:bold;
	border-top:3px solid rgb(90,90,90);
	background-color: transparent;

}

#adminCenter h2 {
	margin-bottom: 30px;
}

#adminCenterColumn1 {
	width: 260px;
	height: 470px;
	overflow: auto;
	margin: 30px 20px 10px 40px;
	padding: 10px;
	font-size: 15px;
	line-height: 1.5;
	float: left;
	background-color: rgb(217,229,237);
	border: 5px double rgb(139,139,139); /* 5px solid #bdd5e7; */
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

#adminCenterColumn2 {
	width: 260px;
	height: 470px;
	overflow: auto;
	margin: 30px 20px 10px 0px;
	padding: 10px;
	font-size: 15px;
	line-height: 1.5;
	float: left;
	background-color: rgb(217,229,237);
	border: 5px double rgb(139,139,139); /* 5px solid #bdd5e7; */
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

#adminCenterColumn3 {
	width: 260px;
	height: 470px;
	overflow: auto;
	margin: 30px 0px 10px 0px;
	padding: 10px;
	font-size: 15px;
	line-height: 1.5;
	float: left;
	background-color: #f6fbff;
	border: 5px double rgb(139,139,139);  /* 5px solid #bdd5e7; */
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#adminCenterColumn3SubTop {
	width: 260px;
	height: 180px;
	overflow: auto;
	margin: 30px 0px 18px 0px;
	padding: 10px;
	font-size: 15px;
	line-height: 1.5;
	float: left;
	background-color: rgb(217,229,237);
	border: 5px double rgb(139,139,139);   /* 5px solid #bdd5e7; */
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

#adminCenterColumn3SubBottom {
	width: 260px;
	height: 242px;
	overflow: auto;
	margin: 0px 0px 10px 0px;
	padding: 10px;
	font-size: 15px;
	line-height: 1.5;
	float: left;
	background-color: rgb(217,229,237);
	border: 5px double rgb(139,139,139);   /* 5px solid #bdd5e7; */
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

.adminCenterActionBox {
	width: 150px;
	height: 110px;
	overflow: auto;
	margin: 10px 10px 0px 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.8;
	text-align: center;
	float: left;
	background-color: transparent; /*#f6fbff*/
	border: 0px solid #bdd5e7;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	overflow:hidden;
}

#adminCenter a:link {
	color: rgb(79,79,79); /*#316E84;*/
	background-color: transparent;
	text-decoration: none;
	width: 100%;
	height: 100%;
	display: block;
}

#adminCenter a:visited {
	color: rgb(79,79,79); /*#316E84;*/
	background-color: transparent;
	text-decoration: none;
	width: 100%;
	height: 100%;
	display: block;
}

#adminCenter a:hover {
	color: rgb(129,39,39); /*#316E84;*/
	background-color: rgb(235,235,235);/*#bdd5e7;*/ /*#e1e3c7*/

/*color: #346e86;
	background-color: #daf1f9;*/
	text-decoration: none;
	width: 100%;
	height: 100%;
	display: block;
}

#adminCenter a:active {
	color: rgb(79,79,79); /*#316E84;*/
	background-color: transparent;
	text-decoration: none;
	width: 100%;
	height: 100%;
	display: block;
}

.adminCenterSpace {
	margin-top: 30px;
}

.adminCenterGreeting {
	margin-top: 50px;
	margin-left: 80px;
	font-weight: normal;
	background-color: transparent; /*white;*/
	line-height: 1.5;
	box-shadow: 2px 2px rgb(90,90,90);
}

#indexSubtitle {
	width: 600px;
	margin-left: 20px;
	margin-top: -35px;
	padding: 0px;
	font-size: 20px;
	font-weight:bold;
	/*text-align: justify;*/
	color: #222; /*#27586C;*/
	background-color: transparent;
	float: left;
	border: 0px solid #FF0000;
	/*text-shadow:1px 1px rgb(210,210,210);*/
}

#indexMainStoryContainer {
	width: 985px;
	height: 272px;
	margin: 0px;
	border: 0px dashed #FF0000;
	background-image: url(../images/elements/header-home.png);
	background-repeat: no-repeat;
	line-height: 1.5;
	float: left;
}

#indexMainStoryText {
	width: 455px;
	padding: 35px 0px 0px 500px;
	border: 0px dashed #FFF;
	/*color: #C6E0EC;*/
	color:rgb(242,247,252);
	background-color: transparent;
	font-weight: bold;
	text-align:justify;
}

.indexMainStoryHeader {
	color: #FFF;
	background-color: transparent;
	font-size: 20px;
	font-weight: bold;
}

#login {
	width: 200px;
	height: 230px;
	margin: 10px 15px 30px 30px;
	padding: 10px;
	font-size: 10px;
	text-align:justify;
	line-height: 1.5;
	float: left;
	color: #333;
	background-color: rgb(219, 232, 241); /*#DFF1F7*/
	/*background-image: url(../images/elements/image-left.jpg);
	background-repeat:no-repeat;
	background-position:0px 0px;*/
	border: 5px solid rgb(129,39,39); /*1px solid rgb(183,206,211);*/
	border-top: 1px solid rgb(129,39,39); /*5px solid rgb(183,206,211);*/
	border-right: 1px solid rgb(129,39,39); /*3px solid rgb(183,206,211);*/
	border-bottom: 1px solid rgb(129,39,39);
	border-radius: 0px; /*10px;*/
}

#indexColumn2 {
	width: 417px;
	height: 230px;
	margin: 10px 15px 30px 0px;
	padding: 10px;
	font-size: 12px;
	text-align:justify;
	line-height: 1.5;
	float: left;
	color: #333;
	background-color: transparent; /*rgb(230,230,230);*/
	/*background-image: url(../images/elements/image-mid.jpg);
	background-repeat: no-repeat;
	background-position:0px 0px;*/
	border: 5px solid rgb(129,39,39); /*1px solid rgb(183,206,211);*/
	border-top: 1px solid rgb(129,39,39); /*1px solid rgb(183,206,211);*/
	border-right: 1px solid rgb(129,39,39); /*3px solid rgb(183,206,211);*/
	border-bottom: 1px solid rgb(129,39,39); /*5px solid rgb(183,206,211);*/
	border-radius: 0px; /*10px;*/
}

#indexColumn3 {
	width: 200px;
	height: 230px;
	margin: 10px 10px 30px 0px;
	padding: 10px;
	font-size: 12px;
	text-align:justify;
	line-height: 1.5;
	float: left;
	color: #333;
	background-color: transparent; /*rgb(220,220,220);*/
	/*background-image: url(../images/elements/image-right.jpg);
	background-repeat: no-repeat;
	background-position:0px 0px;*/
	border: 5px solid rgb(129,39,39); /*1px solid rgb(183,206,211);*/
	border-top: 1px solid rgb(129,39,39); /*5px solid rgb(183,206,211);*/
	border-right: 1px solid rgb(129,39,39); /*3px solid rgb(183,206,211);*/
	border-bottom: 1px solid rgb(129,39,39);
	border-radius: 0px; /*10px;*/
}

#stateSealText {
	width: 300px;
	margin: -45px 0px 0px 590px;
	font-size: 11px;
	text-align: right;
	color: #27586C;
	background-color: transparent;
	float: left;
	border: 0px solid #FF0000;
}

#stateSeal {
	width: 50px;
	margin: -45px 0px -75px 895px;
	font-size: 11px;
	text-align: right;
	float: left;
	border: 0px solid #FF0000;
}

#languageMenu {
	margin: 25px 0px 0px 265px;
	font-size: 11px;
	float: left;
	border: 0px solid #FF0000;
}

.flag {
	margin: 0px 20px 5px 0px;
	border: none;
}

#menu {
	width: 705px;
	margin: 0px 15px 50px 40px;
	font-size: 14px;
	float: left;
	border-top: 1px solid rgb(0,0,0);
	font-weight: bold;
	background-color: rgb(230,240,250)
}

.newsletterFooter #menu
{
	margin: 20px 20px 50px 20px !important;
}


.newsletterFooter #menu a:link, .newsletterFooter #menu a:hover, .newsletterFooter #menu a:visited, .newsletterFooter #menu a:focus
{
	color:rgb(40,40,40); !important;
}

.facebook {
	margin-top: 0px;
	float: left;
	z-index: 100;
	margin-left: 3px;
}

#divPublicPage {
	margin-left: 40px;
}

.tableOffice {
	width: 965px;
	margin: 20px 10px 10px 10px;
	border: 0px solid #FFF;
	font-size: 13px;
}

.tableOffice th {
	font-size: 12px;
	text-align: left;
}

.tableOffice a:link {
	color: #CCC;
	background-color: transparent;
	text-decoration: none;
}

.tableOffice a:visited {
	color: #CCC;
	background-color: transparent;
	text-decoration: none;
}

.tableOffice a:hover {
	color: #FFF;
	background-color: transparent;
	text-decoration: underline;
}

.tableOffice a:active {
	color: #CCC;
	background-color: transparent;
	text-decoration: none;
}

.tableOfficeName {
	width: 330px;
	padding-right: 10px;
}

.tableOfficeStreet {
	width: 255px;
	padding-right: 10px;
}

.tableOfficePLZ {
	width: 60px;
	padding-right: 10px;
}

.tableOfficeCity {
	width: 150px;
	padding-right: 10px;
}

.tableOfficeState {
	width: 50px;
	padding-right: 10px;
}

.tablePartners .tableOfficeState {
	width: 18px;
}

.tableOfficeState {
	width: 50px;
	padding-right: 10px;
}

.tableOfficeSpecialist {
	width: 30px;
	padding-right: 40px;
}

.tableOfficeEdit {
	width: 85px;
	padding-right: 10px;
	text-align: right;
}

.tableClient {
	width: 965px;
	margin: 20px 10px 10px 10px;
	border: 0px solid #FFF;
}

.tableClient th {
	font-size: 13px;
}

.tableClient td {
	font-size: 13px;
	border: 0px solid #333;
}

.tableClient a:link {
	color: #CCC;
	background-color: transparent;
	text-decoration: none;
}

.tableClient a:visited {
	color: #CCC;
	background-color: transparent;
	text-decoration: none;
}

.tableClient a:hover {
	color: #FFF;
	background-color: transparent;
	text-decoration: underline;
}

.tableClient a:active {
	color: #CCC;
	background-color: transparent;
	text-decoration: none;
}

.tableClientName {
	width: 300px;
	padding-right: 10px;
	text-align: left;
}

.tableClientName a, .tableOfficeName a {
	color:#000 !important;
}

.tableClientStreet {
	width: 205px;
	padding-right: 10px;
	text-align: left;
}

.tableClientPLZ {
	width: 50px;
	padding-right: 10px;
	text-align: left;
}

.tableClientCity {
	width: 170px;
	padding-right: 10px;
	text-align: left;
}

.tableClientState {
	width: 50px;
	padding-right: 10px;
	text-align: left;
}

.tableClientType {
	width: 30px;
	padding-right: 10px;
	text-align: left;
}

.tableClientEdit {
	width: 90px;
	padding-right: 10px;
	text-align: right;
}

#tableTranslator {
	width: 965px;
	margin: 20px 10px 10px 10px;
	border: 0px solid #FFF;
}

#tableTranslator th {
	font-size: 13px;
	text-align: left;
}

#tableTranslator td {
	font-size: 13px;
	border: 0px solid #333;
}

#tableTranslator a:link {
	color: #222;
	background-color: transparent;
	text-decoration: none;
}

#tableTranslator a:visited {
	color: #222;
	background-color: transparent;
	text-decoration: none;
}

#tableTranslator a:hover {
	color: #069;
	background-color: transparent;
	text-decoration: underline;
}

#tableTranslator a:active {
	color: #222;
	background-color: transparent;
	text-decoration: none;
}

.tableTranslatorName {
	width: 275px;
	padding-right: 10px;
}

.tableTranslatorStreet {
	width: 180px;
	padding-right: 10px;
}

.tableTranslatorPLZ {
	width: 50px;
	padding-right: 10px;
}

.tableTranslatorCity {
	width: 150px;
	padding-right: 10px;
}

.tableTranslatorState {
	width: 50px;
	padding-right: 10px;
}

.tableTranslatorType {
	width: 30px;
	padding-right: 10px;
}

.tableTranslatorEdit {
	width: 90px;
	padding-right: 10px;
	text-align: right;
}

#tableTranslation {
	width: 965px;
	margin: 20px 10px 10px 10px;
	border: 0px solid #FFF;
}

#tableTranslation th {
	font-size: 12px;
	text-align: left;
}

#tableTranslation td {
	font-size: 12px;
	border: 0px solid #333;
}

#tableTranslation a:link {
	color: #222;
	background-color: transparent;
	text-decoration: none;
}

#tableTranslation a:visited {
	color: #222;
	background-color: transparent;
	text-decoration: none;
}

#tableTranslation a:hover {
	color: #069;
	background-color: transparent;
	text-decoration: underline;
}

#tableTranslation a:active {
	color: #222;
	background-color: transparent;
	text-decoration: none;
}

.tableTranslationFileNumber {
	width: 125px;
	padding-right: 10px;
	text-align: left;
}

.tableTranslationType {
	width: 150px;
	padding-right: 10px;
}

.tableTranslationText {
	width: 150px;
	padding-right: 10px;
}

.tableTranslationWords {
	width: 50px;
	padding-right: 10px;
}

.tableTranslationDeadline {
	width: 130px;
	padding-right: 5px;
}

.tableTranslationTranslate {
	width: 100px;
	padding-right: 10px;
}

.tableTranslationDecline {
	width: 90px;
	padding-right: 5px;
}

.tableTranslationDeliveredFileNumber {
	width: 90px;
	padding-right: 10px;
	text-align: left;
}

.tableTranslationDeliveredType {
	width: 110px;
	padding-right: 10px;
}

.tableTranslationDeliveredText {
	width: 280px;
	padding-right: 10px;
}

.tableTranslationDeliveredWords {
	width: 30px;
	padding-right: 10px;
}

.tableTranslationDeliveredDeadline {
	width: 110px;
	padding-right: 5px;
}

.tableTranslationDeliveredDelivered {
	width: 100px;
	padding-right: 10px;
}

.tableTranslationDeliveredDetails {
	width: 60px;
	padding-right: 5px;
}

.tableTranslationFileNumberAdmin {
	width: 125px;
	padding-right: 10px;
	text-align: left;
}

.tableTranslationTypeAdmin {
	width: 150px;
	padding-right: 10px;
}

.tableTranslationTextAdmin {
	width: 150px;
	padding-right: 10px;
}

.tableTranslationWordsAdmin {
	width: 50px;
	padding-right: 10px;
}

.tableTranslationDeadlineAdmin {
	width: 130px;
	padding-right: 5px;
}

.tableTranslationTranslateAdmin {
	width: 100px;
	padding-right: 10px;
}

.tableTranslationDeclineAdmin {
	width: 90px;
	padding-right: 5px;
}

.labelPruefingenieur {
	color: #063;
	background-color: transparent;
}

.fileNumber {
	color: #FFF;
	background-color: #374c68;
	padding: 2px;
	font-weight: bold;
}

#tableTender {
	width: 965px;
	margin: 20px 10px 10px 10px;
	border: 0px solid #FFF;
	font-size: 13px;
}

#tableTender th {
	font-size: 12px;
	text-align: left;
}

#tableTender td {
	border: 0px solid #CCC;
}



#tableTenderPublic {
	width: 925px;
	margin: 20px 10px 10px 30px;
	border: 0px solid #FFF;
	font-size: 13px;
}

#tableTenderPublic th {
	font-size: 12px;
	text-align: left;
}

#tableTenderPublic td {
	border: 0px solid #CCC;
}





#tableTender a:link {
	background-color: transparent;
	text-decoration: none;
	color: #222;
}

#tableTender a:visited {
	color: #222;
	background-color: transparent;
	text-decoration: none;
}

#tableTender a:hover {
	color: #069;
	background-color: transparent;
	text-decoration: underline;
}

#tableTender a:active {
	color: #222;
	background-color: transparent;
	text-decoration: none;
}

.tableTenderFileNumber {
	width: 125px;
	padding-right: 10px;
	font-weight: bold;
}

.tableTenderFileNumberPublic {
	width: 125px;
	padding-right: 10px;
	font-weight: bold;
}

.tableTenderFileNumberOffice {
	width: 90px;
	padding-right: 10px;
	font-weight: bold;
}

.tableTenderTitle {
	width: 300px;
	padding-right: 10px;
	font-weight: bold;
}

.tableTenderTitlePublic {
	width: 300px;
	padding-right: 10px;
	font-weight: bold;
}

.tableTenderTitleOffice {
	width: 490px;
	padding-right: 10px;
	font-weight: bold;
}

.tableTenderConstructor {
	width: 200px;
	padding-right: 10px;
}

.tableTenderConstructorPublic {
	width: 200px;
	padding-right: 10px;
}

.tableTenderCity {
	width: 190px;
	padding-right: 15px;
}

.tableTenderCityPublic {
	width: 190px;
	padding-right: 15px;
}

.tableTenderDeadline {
	width: 130px;
	padding-right: 10px;
}

.tableTenderDeadlinePublic {
	width: 130px;
	padding-right: 10px;
}

.tableTenderDeadlineOffice {
	width: 140px;
	padding-right: 10px;
}

.tableTenderEdit {
	width: 95px;
	padding-right: 10px;
	text-align: right;
}

.tableTenderBid {
	width: 215px;
	padding-right: 10px;
	text-align: right;
}

.tableBid {
	width: 965px;
	margin: 10px 10px 10px 10px;
	border: 0px solid #cde3f4;
	font-size: 12px;
}

.alternative-bid .tableBid {
	width:820px;
	margin: 10px 10px 15px 10px;
}

.tableBid th {
	font-size: 12px;
	text-align: left;
}

.tableBid td {
	border: 0px solid #CCC;
}

.listBidHeader {
	margin: 0px 10px 0px 10px;
	padding: 3px;
	color: #FFF;
	background-color: rgb(51,81,101);
	border: 0px solid #bbd5e9;
	font-weight: normal;
	font-size: 13px;
	display: block;
	box-shadow: 2px 2px 2px #777;
}

span.listItemIdle a:link, span.listItemIdle  a:active, span.listItemIdle a:visited, span.listItemIdle  a:focus
{
	color:rgb(129, 39, 39) !important;
	font-weight:normal;
	font-size:12px;
}


.tableBid a:link {
	color: #222;
	background-color: transparent;
	text-decoration: none;
}

.tableBid a:visited {
	color: #222;
	background-color: transparent;
	text-decoration: none;
}

.tableBid a:hover {
	color: #069;
	background-color: transparent;
	text-decoration: underline;
}

.tableBid a:active {
	color: #222;
	background-color: transparent;
	text-decoration: none;
}

.tableBidFileNumber {
	width: 80px;
	padding-right: 10px;
	font-weight: bold;
}

.tableBidTenderType {
	width: 15px;
	padding-right: 5px;
	font-weight: bold;
}

.tableBidTenderTypePublic {
	width: 15px;
	padding-right: 5px;
	font-weight: bold;
}

.tableBidLink {
	color: #CCC;
	background-color: transparent;
	text-decoration: none;
}

.tableBidTitle {
	width: 350px;
	padding-right: 10px;
	font-weight: bold;
}

.tableBidTenderer {
	width: 130px;
	padding-right: 10px;
}

.tableBidTendererAdmin {
	width: 410px;
	padding-right: 10px;
}

.tableBidCosts {
	width: 135px;
	text-align: right;
	padding-right: 30px;
}

.tableBidCostsGross {
	width: 100px;
	text-align: right;
	padding-right: 40px;
}

.tableBidDeadline {
	width: 85px;
	padding-right: 10px;
}

.tableBidChecked {
	width: 80px;
	text-align: right;
}

.tableBidEdit {
	width: 55px;
	padding-right: 10px;
	text-align: right;
}





.tableBidOfficeFileNumber {
	width: 50px;
	padding-right: 10px;
	font-weight: bold;
}

.tableBidOfficeTitle {
	width: 375px;
	padding-right: 10px;
	font-weight: bold;
}

.tableBidOfficeCosts {
	width: 135px;
	text-align: right;
	padding-right: 30px;
}

.tableBidOfficeDeadline {
	width: 100px;
	padding-right: 10px;
}

.tableBidOfficeEdit {
	width: 55px;
	padding-right: 10px;
	text-align: right;
}





#tableOrders {
	width: 965px;
	margin: 20px 10px 10px 10px;
	border: 0px solid #FFF;
	font-size: 13px;
}

#tableOrders th {
	font-size: 12px;
	text-align: left;
}

#tableOrders td {
	border: 0px solid #CCC;
}

#tableOrders a:link {
	color: #222;
	background-color: transparent;
	text-decoration: none;
}

#tableOrders a:visited {
	color: #222;
	background-color: transparent;
	text-decoration: none;
}

#tableOrders a:hover {
	color: #069;
	background-color: transparent;
	text-decoration: underline;
}

#tableOrders a:active {
	color: #222;
	background-color: transparent;
	text-decoration: none;
}

.tableOrdersFileNumber {
	width: 115px;
	padding-right: 10px;
	font-weight: bold;
}

.tableOrdersTitle {
	width: 340px;
	padding-right: 10px;
	font-weight: bold;
}

.tableOrdersTenderer {
	width: 260px;
	padding-right: 10px;
}

.tableOrdersCosts {
	width: 90px;
	padding-right: 10px;
	text-align: right;
}

.tableOrdersCostsZT {
	width: 90px;
	padding-right: 10px;
	text-align: right;
}

.tableOrdersDeadline {
	width: 80px;
	padding-right: 10px;
	text-align: right;
}

.tableOrdersEdit {
	width: 80px;
	padding-right: 10px;
	text-align: right;
}

.tableOrdersClientFileNumber {
	width: 115px;
	padding-right: 10px;
	font-weight: bold;
}

.tableOrdersClientTitle {
	width: 300px;
	padding-right: 10px;
	font-weight: bold;
}

.tableOrdersClientCosts {
	width: 90px;
	padding-right: 10px;
	text-align: right;
}
.tableOrdersClientDeadline {
	width: 80px;
	padding-right: 10px;
	text-align: right;
}

.tableOrdersClientEdit {
	width: 120px;
	padding-right: 10px;
	text-align: right;
}

#tableBestBid {
	width: 965px;
	margin: 20px 10px 10px 10px;
	border: 0px solid #FFF;
	font-size: 13px;
}

#tableBestBid th {
	font-size: 12px;
}

#tableBestBid td {
	border: 0px solid #CCC;
}

#tableBestBid a:link {
	color: #222;
	background-color: transparent;
	text-decoration: none;
}

#tableBestBid a:visited {
	color: #222;
	background-color: transparent;
	text-decoration: none;
}

#tableBestBid a:hover {
	color: #069;
	background-color: transparent;
	text-decoration: underline;
}

#tableBestBid a:active {
	color: #222;
	background-color: transparent;
	text-decoration: none;
}

.tableBestBidFileNumber {
	width: 115px;
	padding-right: 10px;
	font-weight: bold;
}

.tableBestBidTitle {
	width: 330px;
	padding-right: 10px;
	font-weight: bold;
}

.tableBestBidTenderer {
	width: 280px;
	padding-right: 10px;
}

.tableBestBidCosts {
	width: 90px;
	padding-right: 10px;
	text-align: right;
}

.tableBestBidCostsZT {
	width: 90px;
	padding-right: 10px;
	text-align: right;
}

.tableBestBidDeadline {
	width: 80px;
	padding-right: 15px;
	text-align: right;
}

.tableBestBidEdit {
	width: 70px;
	text-align: left;
}





.tableBestBidOfficeFileNumber {
	width: 80px;
	padding-right: 10px;
	font-weight: bold;
}

.tableBestBidOfficeTitle {
	width: 365px;
	padding-right: 10px;
	font-weight: bold;
}

.tableBestBidOfficeCosts {
	width: 80px;
	padding-right: 10px;
	text-align: right;
}

.tableBestBidOfficeDeadline {
	width: 80px;
	padding-right: 15px;
	text-align: right;
}

.tableBestBidOfficeEdit {
	width: 70px;
	padding-right: 10px;
	text-align: right;
}







#tableBidTender {
	width: 965px;
	margin: 20px 10px 10px 10px;
	border: 0px solid #FFF;
	font-size: 13px;
}

#tableBidTender th {
	font-size: 12px;
}

#tableBidTender td {
	border: 0px solid #CCC;
}

.tableBidTenderTenderer {
	padding-right: 10px;
}

.tableBidTenderCosts {
	width: 100px;
	padding-right: 20px;
	text-align: right;
}

.tableBidTenderVAT {
	width: 50px;
	padding-right: 20px;
	text-align: right;
}

.tableBidTenderCompletion {
	width: 50px;
	padding-right: 5px;
}






.tableSpecificationEnquiry {
	width: 965px;
	margin: 20px 10px 10px 10px;
	border: 0px solid #FFF;
}

.tableSpecificationEnquiry th {
	font-size: 13px;
	text-align: left;
}

.tableSpecificationEnquiry td {
	font-size: 13px;
	border: 0px solid #333;
}

.tableSpecificationEnquiry a:link {
	color: #CCC;
	background-color: transparent;
	text-decoration: none;
}

.tableSpecificationEnquiry a:visited {
	color: #CCC;
	background-color: transparent;
	text-decoration: none;
}

.tableSpecificationEnquiry a:hover {
	color: #FFF;
	background-color: transparent;
	text-decoration: underline;
}

.tableSpecificationEnquiry a:active {
	color: #CCC;
	background-color: transparent;
	text-decoration: none;
}

.tableSpecificationEnquiryName {
	width: 250px;
	padding-right: 10px;
}

.tableSpecificationEnquiryAsk {
	width: 200px;
	padding-right: 10px;
}

.tableSpecificationEnquiryAnswer {
	width: 200px;
	padding-right: 10px;
}

.tableSpecificationEnquiryDate {
	width: 130px;
	padding-right: 10px;
}

.tableSpecificationDateDelivered {
	width: 130px;
	padding-right: 10px;
}



.tableNewInvoice {
	width: 965px;
	margin: 0px 10px 20px 10px;
	border: 0px solid #FFF;
	font-size: 13px;
}

.tableNewInvoice th {
	font-size: 13px;
}

.tableNewInvoice td {
	border: 0px solid #FF0000;
}

.tableNewInvoice a:link {
	color: #222;
	background-color: transparent;
	text-decoration: none;
}

.tableNewInvoice a:visited {
	color: #222;
	background-color: transparent;
	text-decoration: none;
}

.tableNewInvoice a:hover {
	color: #069;
	background-color: transparent;
	text-decoration: underline;
}

.tableNewInvoice a:active {
	color: #222;
	background-color: transparent;
	text-decoration: none;
}

.tableNewInvoiceTitle {
	width: 270px;
	padding-right: 10px;
}

.tableNewInvoiceRecipient {
	width: 250px;
	padding-right: 10px;
}

.tableNewInvoiceFunction {
	width: 30px;
	padding-right: 10px;
}

.tableNewInvoiceVisibility {
	width: 40px;
	padding-right: 10px;
}

.tableNewInvoiceRemarks {
	width: 100px;
	padding-right: 10px;
}

.tableNewInvoiceDate {
	width: 140px;
	padding-right: 10px;
}

.tableNewInvoiceAction {
	width: 90px;
	padding-right: 10px;
	text-align: right;
}

.tableNewInvoiceAction img {
	vertical-align: middle;
}

.invoiceType {
	padding: 0px 0px 0px 10px;
	margin-bottom: 10px;
	font-weight: normal;
	text-transform: uppercase;
	color: #000;
	background-color: transparent;
}









.tenderMissingCheckbox {
	background-color: #900;
	border: 1px solid #900;
}

.alertTextTender {
	color: #FFF;
	background-color: transparent;
	font-size: 12px;
	font-weight: bold;
}

.textAlignRight {
	text-align: right;
}

.textAlignCenter {
	text-align: center;
}

.passwordForgotten {
	font-size: 12px;
	margin-top: 15px;
	padding-left: 20px;
}

.translateContainer {
	float: left;
	margin-top: 10px;
	margin-left: 5px;
	border: 0px solid #CCC;
	font-size:12px;
}

.translateContainer p {
	font-size: 12px;
}

.tdReleaseStatus {
	font-size: 12px;
	text-align: right;
	width: 100px;
}

.releaseStatusText {
	font-size: 12px;
}

.releaseStatusRed {
	color: #FF0000;
	background-color: transparent;
}

.releaseStatusYellow {
	color: red;
	background-color: transparent;
}

.releaseStatusGreen {
	color: #090;
	background-color: transparent;
	text-align:right;
}

.releaseStatusGrey {
	color: #666;
	background-color: transparent;
}

.statusRed {
	color: #FF0000;
	background-color: transparent;
	/*color: #FFF;
	background-color: #FF0000;
	*/
}

.statusYellow {
	color: #F90;
	background-color: transparent;
	/*color: #FFF;
	background-color: #F90;
	*/
}

.statusGreen {
	color: #090;
	background-color: transparent;
	/*color: #FFF;
	background-color: #090;*/
}

.statusGrey {
	color: #AAA;
	background-color: transparent;
	/*color: #FFF;
	background-color: #666;
	*/
}

.headerPositionen {
	width: 200px;
	float: left;
	border: 0px solid #CCC;
}

.headerBetrag {
	width: 100px;
	text-align: right;
	margin-right: 30px;
	font-size: 14px;
	color: #00859F;
	background-color: transparent;
	float: right;
	border: 0px solid #CCC;
}

.bidCosts {
	width: 80px;
	color: rgb(0,0,0);
	background-color: rgb(220,230,240);
	text-align: right;
	font-weight: bold; 
	border-right: 3px double rgb(51,51,51);
	padding: 0px;
	margin: 0px;
}

.bidCostsEUR {
	width: 20px;
	color: rgb(0,0,0);
	font-weight: bold;
	background-color: rgb(220,230,240);
	text-align: left;
	padding-left: 10px;
	border-left: 3px double rgb(51,51,51);
}

.bidSubtotal {
	background-color: #333;
}

.bidSum {
	color: rgb(0,0,0);
	background-color: rgb(150,160,170);
}

.bidSumVAT {
	background-color: transparent;
	font-weight: bold;
}

.bidSumBackground {
	background-color: rgb(150,160,170);
}

.temporarySpace {
	padding-top: 10px;
	border: 1px dashed #CCC;
}

.bidCostsTenderer {
	color: rgb(210,0,0);
	font-weight: bold;
	background-color: transparent;
	padding: 0px;
	margin: 0px;
}

.bidCostsEdit {
	color: #4a668b;
	background-color: transparent;
}

.smallFont {
	font-size: 12px;
}

.legend {
	margin: 20px 10px 25px 10px;
	padding: 5px 0px 5px 0px;
	font-size: 11px;
}

.searchBox {
	width: 200px;
	margin: 10px 5px 10px 10px;
	border: 1px solid #00859F;
	color: #00859F;
	background-color: #FFF;
}

.topContentSearchBar
	{
		width:600px;
		float:left;
	}

.printButton {
	float:right;
	margin-right:22px;
	margin-top:12px;
}

.searchButton {
	border: 0px solid;
	color: #D9ECF4;
	background-color: #00859F;
	box-shadow: 2px 2px 2px #777;
}

.resetButton {
	border: 1px solid;
	color: #333;
	background-color: #CCC;
	box-shadow: 2px 2px 2px #777;
}

.position {
	margin: 10px;
	padding: 10px;
	width: 96%;
	font-size: 12px;
	border: 1px solid #3d5474;
}

.inquiry {
	margin: 10px 10px 0px 0px;
	width: 96%;
	padding: 10px;
	font-size: 12px;
	background-color: #C6E0EC;
}

#tableImprint {
	width: 675px;
	margin-left: 40px;
	padding-top:30px;
	border-right: 0px solid #69C;
}

.tableImprintLeftCol {
	width: 200px;
	font-size: 13px;
	font-weight: bold;
	background-color: rgb(220,230,240);
}

.tableImprintRightCol {
	width: 430px;
	font-size: 13px;
	font-weight: normal;
	border-bottom: 0px dotted #bdd5e7;
	border-left: 10px solid #69C;
	padding-left: 10px;
}

.tableImprintBottom {
	width: 400px;
	font-size: 13px;
	font-weight: normal;
}

.tablePartners {
	width: 885px;
	margin-left: 50px;
	background-color: rgb(251,255,252); /*#f1f7fc;*/
	font-size:12px;
	border: 1px solid rgb(129,39,39);
	padding: 15px;
	box-shadow: 2px 2px 2px #777;
}

.tablePartners td {
	border-bottom:0px dotted #BDD5E7;
}

.tablePartners td.tableOfficeName {
	font-weight:bold;
}

.tablePartners th {
	padding-bottom:15px;
}

#textContact {
	width: 680px;
	margin: 50px 0px 30px 40px;
	padding-left: 20px;
	border-left: 10px solid #69C;
	font-size: 13px;
	float: left;
	border-top:0px solid #69C; 
	border-right:0px solid #69C; 
	border-bottom:0px solid #69C;
	padding-top:20px;
	padding-bottom:20px;
}

#textPublic {
	width: 650px;
	margin: 0px 0px 30px 40px;
	padding-top: 30px;
	border: 0px solid #69C;
	font-size: 13px;
	float: left;
	text-align:justify;
}

#textPublic ul li {
	padding-left:30px;
	font-weight:bold;
}

.textDescriptive {
	color: #000;
	width: 885px;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align:left;
	margin: 30px 0px 20px 50px;
	float:left;
}

#textBlock {
	width: 600px;
	margin: 0px 0px 30px 40px;
	padding-top: 30px;
	border: 0px solid #69C;
	float: left;
}

.feedback {
	color: #FFF;
	background-color: #390;
	font-size: 14px;
	border-top: 1px solid #900;
	border-bottom: 1px solid #900;
	padding: 5px 30px 5px 15px;
	display: block;
}

.feedbackStatus {
	color: #000;
	background-color: #FF9 ; /*#FC3*/
	font-size: 12px;
	border-top: 1px solid #FC3;
	border-bottom: 1px solid #FC3;
	padding: 5px 30px 5px 15px;
	display: block;
}

#adminCenterAdmin .feedbackStatus {
	margin-left:-10px;
}

.feedbackWarning {
	color: #FFF;
	background-color: #C66;
	font-size: 12px;
	border-top: 1px solid #900;
	border-bottom: 1px solid #900;
	padding: 5px 30px 5px 15px;
	display: block;
}

#adminCenterAdmin .feedbackWarning {
	margin-left:10px;
}

.password-delivery-feedback .feedbackWarning {
	padding-left:28px;
}

.password-delivery-feedback .feedbackStatus {
	padding-left:40px;
}

.feedbackLogin {
	color: #FFF;
	font-size: 13px;
	background-color: #900;/*#C66;*/
	border-top: 1px solid #900;
	border-bottom: 1px solid #900;
	padding: 5px 0px 5px 0px; /*5px 5px 5px 40px;*/ 
	display: block;
	width: 923px; /*880px;*/
	margin-left: 30px;
	border-left: 1px solid #900;
	border-right: 1px solid #900;
	text-align: center;
}

.marginEnd {
}

.newItems {
	font-weight: bold;
	font-size: 11px;
	color: #666;
	background-color:transparent;
	border: 1px solid rgb(50,50,50);
	padding: 1px 5px 1px 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.alertBody {
	font-size: 13px;
	line-height: 1.5;
	margin-left: 10px;
}

.borderTop {
	border-top: 1px solid #000;
	width: 950px;
}

.borderBottom {
	border-bottom: 1px solid #000;
}

.agbBox {
	width: 925px;
	height: 220px;
	border: 3px  double rgb(190,190,190);
	margin: 15px 10px 10px 20px;
	padding: 5px 0px 5px 5px;
	background-color: rgb(225,235,225);
	border-radius:10px;
}

.infosecure {

	width: 194px;
	height: 50px;
	margin: -110px 0px 0px 0px;
	padding: 3px 3px 3px 3px;
	
}

.floatTriple2 {
    float: left;
    margin-right: 0px;
    margin-left: 0px;
    margin-top: 0px;
    width: 710px;
    border: 0px solid rgb(204, 204, 204);
}

.advertisement01 {
    float: left;
    margin-left: -60px;
    margin-top: 0px;
    width: 200px;
	height: 114px;
	font-size:10px;
	font-style:normal;
	font-family:Arial, Helvetica, sans-serif;
	font: normal;
	text-align:justify;
    background-color: rgb(220,235,245);
	background-image: url(../images/elements/adempty01.png);
	background-repeat: repeat;
	border-left: 1px solid rgb(183,206,211);
	border-top: 1px solid rgb(183,206,211);
	border-right: 3px solid rgb(183,206,211);
	border-bottom: 5px solid rgb(183,206,211);
}

.advertisement011 {
    float: left;
    margin-left: -60px;
    margin-top: 10px;
    width: 200px;
	height: 95px;
	font-size:10px;
	font-style:normal;
	font-family:Arial, Helvetica, sans-serif;
	font: normal;
	text-align:justify;
    background-color: rgb(220,235,245);
	background-image: url(../images/elements/AuSol.png);
	background-repeat: repeat;
	border-left: 1px solid rgb(183,206,211);
	border-top: 1px solid rgb(183,206,211);
	border-right: 3px solid rgb(183,206,211);
	border-bottom: 5px solid rgb(183,206,211);
}

.advertisement02 {
    float: left;
    margin-left: -15px;
    margin-top: -1750px;
    width: 200px;
	height: 1400px;
	font-size:10px;
	font-style:normal;
	font-family:Arial, Helvetica, sans-serif;
	font: normal;
    background-color: rgb(220,235,245);
	background-image: url(../images/elements/adempty02.jpg);
	background-repeat: repeat;
	background-position:-250px 0px;
	border-left: 1px solid rgb(183,206,211);
	border-top: 1px solid rgb(183,206,211);
	border-right: 3px solid rgb(183,206,211);
	border-bottom: 5px solid rgb(183,206,211);
	text-align:justify;
}

.advertisement03 {
    float: left;
    margin-left: 750px;
    margin-top: -835px;
    width: 200px;
	height: 700px;
	font-size:10px;
	font-style:normal;
	font-family:Arial, Helvetica, sans-serif;
	font: normal;
	text-align:justify;
    background-color: rgb(220,235,245);
	background-image: url(../images/elements/adempty03.jpg);
	background-repeat: repeat;
	background-position:-220px 0px;
	border-left: 1px solid rgb(183,206,211);
	border-top: 1px solid rgb(183,206,211);
	border-right: 3px solid rgb(183,206,211);
	border-bottom: 5px solid rgb(183,206,211);
}

.advertisement04 {
    float: left;
    margin-left: 0px;
    margin-top: 0px;
    width: 980px;
	height: 80px;
	font-size:10px;
	font-style:normal;
	font-family:Arial, Helvetica, sans-serif;
	font: normal;
	text-align:justify;
    background-color: rgb(220,235,245);
	background-image: url(../images/elements/adempty04.jpg);
	background-repeat: repeat;
	background-position:0px 0px;
	border-left: 1px solid rgb(183,206,211);
	border-top: 1px solid rgb(183,206,211);
	border-right: 3px solid rgb(183,206,211);
	border-bottom: 5px solid rgb(183,206,211);
}

.advertisement05 {
    float: left;
    margin-left: 0px;
    margin-top: 0px;
    width: 980px;
	height: 80px;
	font-size:10px;
	font-style:normal;
	font-family:Arial, Helvetica, sans-serif;
	font: normal;
	text-align:justify;
    background-color: rgb(220,235,245);
	background-image: url(../images/elements/adempty05.jpg);
	background-repeat: repeat;
	background-position:0px 0px;
	border-left: 1px solid rgb(183,206,211);
	border-top: 1px solid rgb(183,206,211);
	border-right: 3px solid rgb(183,206,211);
	border-bottom: 5px solid rgb(183,206,211);
}

.linkadvertisement01 {
    float: left;
    margin-left: 600px;
    margin-bottom: 10px;
	padding: 2px;
    width: 145px;
	height: 25px;
	font-size:10px;
	font-style:normal;
	font-family:Arial, Helvetica, sans-serif;
	font: normal;
	border: 1px solid rgb(90,90,90);
	border-radius: 3px;
}

.linkadvertisement02 {
    float: left;
    margin-left: 600px;
    margin-bottom: 10px;
	padding: 2px;
    width: 145px;
	height: 25px;
	font-size:10px;
	font-style:normal;
	font-family:Arial, Helvetica, sans-serif;
	font: normal;
	border: 1px solid rgb(90,90,90);
	border-radius: 3px;
}

.linkadvertisement03 {
    float: left;
    margin-left: 600px;
    margin-bottom: 10px;
	padding: 2px;
    width: 145px;
	height: 25px;
	font-size:10px;
	font-style:normal;
	font-family:Arial, Helvetica, sans-serif;
	font: normal;
	border: 1px solid rgb(90,90,90);
	border-radius: 3px;
}

.linkadvertisement04 {
    float: left;
    margin-left: 495px;
    margin-top: -15px;
	padding: 2px;
    width: 290px;
	height: 10px;
	font-size:10px;
	font-style:normal;
	font-family:Arial, Helvetica, sans-serif;
	font: normal;
	border: 0px solid rgb(90,90,90);
}

.linkadvertisement05 {
    float: left;
    margin-left: 495px;
    margin-top: -15px;
	padding: 2px;
    width: 290px;
	height: 10px;
	font-size:10px;
	font-style:normal;
	font-family:Arial, Helvetica, sans-serif;
	font: normal;
	border: 0px solid rgb(90,90,90);
}

.float_advertisement_variables {
    float: left;
    margin-left: 0px;
    margin-top: 0px;
    width: 950px;
	height: 300px;
	font-size: 10px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	font: normal;
}

.float_description_client {
	float: right;
	margin-right: 25px;
	margin-top: -58px; 
	margin-bottom: 0px;
	width: 450px;
	border-width: 1px 1px 1px 5px;
	border-style: solid;
	text-align:justify;
	height: 60px;
	padding: 5px;
	border-left: 5px solid rgb(180,190, 200);
	border-bottom: 1px solid rgb(180,190,200);
	border-right: 1px solid rgb(180,190,200);
	border-top: 1px solid rgb(180,190,200);
	border-radius: 10px;
	background-color:rgb(255,255,200);
	box-shadow: 2px 2px rgb(129,39,39);
}

.borderfilesbottom {
	border-top: 1px solid #000;
	width: 950px;
	background-color: rgb(200,210,220);
	text-align:justify;
}	

.every2ndRowfiles {
	color: #222;
	background-color: rgb(225,227,224); /*#cde3f4/ /* #d8e5f0*/
}

.float_description_client_positions {
	float: right;
	margin-right: 25px;
	margin-top: -57px; 
	margin-bottom: 10px;
	width: 450px;
	border-width: 1px 1px 1px 5px;
	border-style: solid;
	text-align:justify;
	height: 85px;
	padding: 5px;
	border-left: 5px solid rgb(180,190, 200);
	border-bottom: 1px solid rgb(180,190,200);
	border-right: 1px solid rgb(180,190,200);
	border-top: 1px solid rgb(180,190,200);
	border-radius: 10px;
	background-color:rgb(255,255,200);
	box-shadow: 2px 2px rgb(129,39,39);
}

.float_description_client_releaseTermsClient {
	float: right;
	margin-right: 25px;
	margin-top: -57px; 
	margin-bottom: 10px;
	width: 450px;
	border-width: 1px 1px 1px 5px;
	border-style: solid;
	text-align:justify;
	height: 70px;
	padding: 5px;
	border-left: 5px solid rgb(180,190, 200);
	border-bottom: 1px solid rgb(180,190,200);
	border-right: 1px solid rgb(180,190,200);
	border-top: 1px solid rgb(180,190,200);
	border-radius: 10px;
	background-color:rgb(255,255,200);
	box-shadow: 2px 2px rgb(129,39,39);
}

.float_description_client_releaseTermsClient21 {
	float: left;
	margin-left: 329px;
	margin-top: -110px; 
	margin-bottom: 0px;
	width: 590px;
	border-width: 1px 1px 1px 5px;
	border-style: solid;
	text-align:justify;
	height: 99px;
	padding: 5px;
	border-left: 5px solid rgb(180,190, 200);
	border-bottom: 1px solid rgb(180,190,200);
	border-right: 1px solid rgb(180,190,200);
	border-top: 1px solid rgb(180,190,200);
	border-radius: 10px;
	background-color:rgb(255,255,200);
	box-shadow: 2px 2px rgb(129,39,39);
}

.float_description_client_basics {
	float: right;
	margin-right: 25px;
	margin-top: -57px; 
	margin-bottom: 10px;
	width: 450px;
	border-width: 1px 1px 1px 5px;
	border-style: solid;
	text-align:justify;
	height: 45px;
	padding: 5px;
	border-left: 5px solid rgb(180,190, 200);
	border-bottom: 1px solid rgb(180,190,200);
	border-right: 1px solid rgb(180,190,200);
	border-top: 1px solid rgb(180,190,200);
	border-radius: 10px;
	background-color:rgb(255,255,200);
	box-shadow: 2px 2px rgb(129,39,39);
}	

.status_message_client {
    float: left;
    margin-left: 0px;
    margin-top: 0px;
    width: 1000px;
	font-size: 12px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	font: normal;
	text-align:justify;
}

.info_text_company_registration {
    float: left;
    margin-left: 723px;
    margin-top: -25px;
    width: 225px;
	height: 25px;
	font-size: 11px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	font: normal;
	background-color:transparent;
}

.info_text_client_private_registration {
    float: left;
    margin-left: 731px;
    margin-top: -33px;
    width: 210px;
	height: 25px;
	font-size: 11px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	font: normal;
	background-color:transparent;
	text-align:justify;
}

.info_text_client_private_registration02 {
    float: left;
    margin-left: 240px;
    margin-top: 45px;
    width: 450px;
	height: 25px;
	font-size: 11px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	font: normal;
	background-color:transparent;
	text-align: justify;
}

.info_text_client_private_registration03 {
    float: left;
    margin-left: 723px;
    margin-top: -30px;
    width: 210px;
	height: 25px;
	font-size: 11px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	font: normal;
	background-color:transparent;
	text-align: justify;
}

.info_text_company_registration02 {
    float: left;
    margin-left: 493px;
    margin-top: -50px;
    width: 455px;
	height: 25px;
	font-size: 11px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	font: normal;
	background-color:transparent;
	text-align: justify;
}

.info_text_company_registration03 {
    float: left;
    margin-left: 731px;
    margin-top: -34px;
    width: 215px;
	height: 25px;
	font-size: 11px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	font: normal;
	background-color:transparent;
	text-align: justify;
}

.info_text_client_positions {
    float: left;
    margin-left: 10px;
    margin-top: 0px;
    width: 420px;
	height: 15px;
	font-size: 11px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	font: normal;
	background-color:transparent;
}

.info_text_client_TenderReleaseTermsClient {
    float: left;
    margin-left: 10px;
    margin-top: -10px;
    width: 420px;
	height: 15px;
	font-size: 11px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	font: normal;
	background-color:transparent;
}

.info_text_client_files {
    float: left;
    margin-left: 10px;
    margin-top: -10px;
    width: 480px;
	height: 15px;
	font-size: 11px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	font: normal;
	background-color:transparent;
}

.tableBasicTenderLeftColadmin {
	width: 300px;
	padding-right: 10px;
	background-color:transparent;
}

.entryFormHeaderDetailsadmin {
	font-size: 12px;
	font-weight: bold;
	color: burlywood;
	background-color: transparent;
}

.tableBasicTenderadmin {
	vertical-align: top;
	margin-left:20px;
	border-left: 0px solid rgb(200,210,220);
	margin-bottom: 20px;
	font-size:12px;
	width: 940px;
}

.info_text_admin_positions {
    float: left;
    margin-left: 10px;
    margin-top: -10px;
    width: 420px;
	height: 15px;
	font-size: 11px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	font: normal;
	background-color:transparent;
	margin-bottom: 15px;
}

.info_text_admin_positions_bid01 {
    float: left;
    margin-left: 10px;
    margin-top: 0px;
    width: 470px;
	height: 15px;
	font-size: 11px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	font: normal;
	background-color:transparent;
	margin-bottom: 15px;
}

.info_text_admin_files {
    float: left;
    margin-left: 10px;
    margin-top: -10px;
    width: 480px;
	height: 15px;
	font-size: 11px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	font: normal;
	background-color:transparent;
	margin-bottom: 15px;
}

.info_text_admin_files_bid01 {
    float: left;
    margin-left: 10px;
    margin-top: 0px;
    width: 430px;
	height: 15px;
	font-size: 11px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	font: normal;
	background-color:transparent;
	margin-bottom: 15px;
}

.float_description_admin {
	float: right;
	margin-right: 25px;
	margin-top: -58px; 
	margin-bottom: 10px;
	width: 450px;
	border-width: 1px 1px 1px 5px;
	border-style: solid;
	text-align:justify;
	height: 60px;
	padding: 5px;
	border-left: 5px solid rgb(180,190, 200);
	border-bottom: 1px solid rgb(180,190,200);
	border-right: 1px solid rgb(180,190,200);
	border-top: 1px solid rgb(180,190,200);
	border-radius: 10px;
	background-color:rgb(255,255,200);
	box-shadow: 2px 2px rgb(129,39,39);
}

.float_description_admin_positions {
	float: right;
	margin-right: 25px;
	margin-top: -57px; 
	margin-bottom: 10px;
	width: 450px;
	border-width: 1px 1px 1px 5px;
	border-style: solid;
	text-align:justify;
	height: 60px;
	padding: 5px;
	border-left: 5px solid rgb(180,190, 200);
	border-bottom: 1px solid rgb(180,190,200);
	border-right: 1px solid rgb(180,190,200);
	border-top: 1px solid rgb(180,190,200);
	border-radius: 10px;
	background-color:rgb(255,255,200);
	box-shadow: 2px 2px rgb(129,39,39);
}
	
.float_description_admin_basics {
	float: right;
	margin-right: 25px;
	margin-top: -57px; 
	margin-bottom: 10px;
	width: 450px;
	border-width: 1px 1px 1px 5px;
	border-style: solid;
	text-align:justify;
	height: 55px;
	padding: 5px;
	border-left: 5px solid rgb(180,190, 200);
	border-bottom: 1px solid rgb(180,190,200);
	border-right: 1px solid rgb(180,190,200);
	border-top: 1px solid rgb(180,190,200);
	border-radius: 10px;
	background-color:rgb(255,255,200);
	box-shadow: 2px 2px rgb(129,39,39);
}	

.float_description_admin_basics_bid {
	float: right;
	margin-right: 25px;
	margin-top: -48px; 
	margin-bottom: 10px;
	width: 615px;
	border-width: 1px 1px 1px 5px;
	border-style: solid;
	text-align: justify;
	height: 55px;
	padding: 5px;
	border-left: 5px solid rgb(180,190, 200);
	border-bottom: 1px solid rgb(180,190,200);
	border-right: 1px solid rgb(180,190,200);
	border-top: 1px solid rgb(180,190,200);
	border-radius: 10px;
	background-color: rgb(220,240,230);
	box-shadow: 2px 2px rgb(129,39,39);
}	

.tableBasicTender2 {
	width: 950px;
	margin: 20px 10px 30px 10px;
	border: 0px solid #FFF;
	font-size: 12px;
	padding-left: 10px;
}

.info_text_office_files {
    float: left;
    margin-left: 10px;
    margin-top: -10px;
    width: 480px;
	height: 15px;
	font-size: 11px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	font: normal;
	background-color:transparent;
}


.float_description_office {
	float: right;
	margin-right: 25px;
	margin-top: -55px; 
	margin-bottom: 0px;
	width: 450px;
	border-width: 1px 1px 1px 5px;
	border-style: solid;
	text-align:justify;
	height: 50px;
	padding: 5px;
	border-left: 5px solid rgb(180,190, 200);
	border-bottom: 1px solid rgb(180,190,200);
	border-right: 1px solid rgb(180,190,200);
	border-top: 1px solid rgb(180,190,200);
	border-radius: 10px;
	background-color:rgb(255,255,200);
	box-shadow: 2px 2px rgb(129,39,39);
}


.info_text_office_positions {
    float: left;
    margin-left: 10px;
    margin-top: -10px;
    width: 420px;
	height: 15px;
	font-size: 11px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	font: normal;
	background-color:transparent;
	margin-bottom: 15px;
}

.float_description_office_positions {
	float: right;
	margin-right: 25px;
	margin-top: -55px; 
	margin-bottom: 10px;
	width: 450px;
	border-width: 1px 1px 1px 5px;
	border-style: solid;
	text-align:justify;
	height: 70px;
	padding: 5px;
	border-left: 5px solid rgb(180,190, 200);
	border-bottom: 1px solid rgb(180,190,200);
	border-right: 1px solid rgb(180,190,200);
	border-top: 1px solid rgb(180,190,200);
	border-radius: 10px;
	background-color:rgb(255,255,200);
	box-shadow: 2px 2px rgb(129,39,39);
}

.float_description_office_basics {
	float: right;
	margin-right: 25px;
	margin-top: -55px; 
	margin-bottom: -150px;
	width: 600px;
	border-width: 1px 1px 1px 5px;
	border-style: solid;
	text-align:justify;
	height: 85px;
	padding: 5px;
	border-left: 5px solid rgb(180,190, 200);
	border-bottom: 1px solid rgb(180,190,200);
	border-right: 1px solid rgb(180,190,200);
	border-top: 1px solid rgb(180,190,200);
	border-radius: 10px;
	background-color:rgb(255,255,200);
	box-shadow: 2px 2px rgb(129,39,39);
}	

.float_description_client_basics_tender01 {
	float: left;
	margin-left: 25px;
	margin-top: 10px; 
	margin-bottom: 10px;
	width: 830px;
	border-width: 1px 1px 1px 5px;
	border-style: solid;
	text-align:justify;
	height: 105px;
	padding: 5px;
	border-left: 5px solid rgb(20,130,45);
	border-bottom: 1px solid rgb(180,190,200);
	border-right: 1px solid rgb(180,190,200);
	border-top: 1px solid rgb(180,190,200);
	border-radius: 10px;
	background-color:rgb(225,255,210);
	box-shadow: 2px 2px rgb(129,39,39);
}	

.float_description_client_basics_tender02 {
	float: left;
	margin-left: 25px;
	margin-top: 0px; 
	margin-bottom: 10px;
	width: 830px;
	border-width: 1px 1px 1px 5px;
	border-style: solid;
	text-align:justify;
	height: 105px;
	padding: 5px;
	border-left: 5px solid rgb(54,54,180);
	border-bottom: 1px solid rgb(180,190,200);
	border-right: 1px solid rgb(180,190,200);
	border-top: 1px solid rgb(180,190,200);
	border-radius: 10px;
	background-color:rgb(244,245,235);
	box-shadow: 2px 2px rgb(129,39,39);
}	

.float_description_client_basics_tender03 {
	float: left;
	margin-left: -240px;
	margin-top: 10px; 
	margin-bottom: 15px;
	width: 365px;
	border-width: 1px 1px 1px 5px;
	border-style: solid;
	text-align:justify;
	height: 85px;
	padding: 5px;
	border-left: 5px solid rgb(180,190,200);
	border-bottom: 1px solid rgb(180,190,200);
	border-right: 1px solid rgb(180,190,200);
	border-top: 1px solid rgb(180,190,200);
	border-radius: 10px;
	background-color:rgb(255,255,200);
	box-shadow: 2px 2px rgb(129,39,39);
}	

.float_description_client_basics_tender04 {
	float: left;
	margin-left: 0px;
	margin-top: 25px; 
	margin-bottom: 10px;
	width: 365px;
	border-width: 1px 1px 1px 5px;
	border-style: solid;
	text-align:justify;
	height: 75px;
	padding: 5px;
	border-left: 5px solid rgb(180,190,200);
	border-bottom: 1px solid rgb(180,190,200);
	border-right: 1px solid rgb(180,190,200);
	border-top: 1px solid rgb(180,190,200);
	border-radius: 10px;
	background-color:rgb(255,255,200);
	box-shadow: 2px 2px rgb(129,39,39);
}	

.float_description_client_basics_tender05 {
	float: left;
	margin-left: -475px;
	margin-top: 28px; 
	margin-bottom: 15px;
	width: 365px;
	border-width: 1px 1px 1px 5px;
	border-style: solid;
	text-align:justify;
	height: 75px;
	padding: 5px;
	border-left: 5px solid rgb(180,190,200);
	border-bottom: 1px solid rgb(180,190,200);
	border-right: 1px solid rgb(180,190,200);
	border-top: 1px solid rgb(180,190,200);
	border-radius: 10px;
	background-color:rgb(255,255,200);
	box-shadow: 2px 2px rgb(129,39,39);
}	

.float_client_constructionsite {
	float: right;
	margin-right: -15px;
	margin-top: 0px; 
	margin-bottom: -10px;
	width: 1000px;
	height: auto;
	background-color:rgb(230,240,250);
	text-align: left;
	border-left:20px solid rgb(230,240,250);
	border-top: 1px solid rgb(180,190,200);
	border-radius: 10px;
	box-shadow: 2px 2px rgb(129,39,39);
}	

.floatQuad2 {
	float: left;
	margin-right: 10px;
	width: 950px;
	border: 0px solid #CCC;
	margin-bottom:-30px;
}


.float_description_client_bid01 {
	float: right;
	margin-right: 25px;
	margin-top: -45px; 
	margin-bottom: -100px;
	width: 600px;
	border-width: 1px 1px 1px 5px;
	border-style: solid;
	text-align:justify;
	height: 70px;
	padding: 5px;
	border-left: 5px solid rgb(180,190,200);
	border-bottom: 1px solid rgb(180,190,200);
	border-right: 1px solid rgb(180,190,200);
	border-top: 1px solid rgb(180,190,200);
	border-radius: 10px;
	background-color:rgb(220,240,230);
	box-shadow: 2px 2px rgb(129,39,39);
}

.float_description_client_bid02 {
	float: right;
	margin-right: 25px;
	margin-top: -45px; 
	margin-bottom: 10px;
	width: 265px;
	border-width: 1px 1px 1px 5px;
	border-style: solid;
	text-align:justify;
	height: 40px;
	padding: 5px;
	border-left: 5px solid rgb(180,190,200);
	border-bottom: 1px solid rgb(180,190,200);
	border-right: 1px solid rgb(180,190,200);
	border-top: 1px solid rgb(180,190,200);
	border-radius: 10px;
	background-color:rgb(220,240,230);
	box-shadow: 2px 2px rgb(129,39,39);
}	

.float_description_client_bid03 {
	float: right;
	margin-right: 25px;
	margin-top: -45px; 
	margin-bottom: 10px;
	width: 265px;
	border-width: 1px 1px 1px 5px;
	border-style: solid;
	text-align:justify;
	height: 40px;
	padding: 5px;
	border-left: 5px solid rgb(180,190,200);
	border-bottom: 1px solid rgb(180,190,200);
	border-right: 1px solid rgb(180,190,200);
	border-top: 1px solid rgb(180,190,200);
	border-radius: 10px;
	background-color:rgb(220,240,230);
	box-shadow: 2px 2px rgb(129,39,39);
}	

.float_description_client_bid04 {
	float: right;
	margin-right: 25px;
	margin-top: -76px; 
	margin-bottom: 10px;
	width: 450px;
	border-width: 1px 1px 1px 5px;
	border-style: solid;
	text-align:justify;
	height: 110px;
	padding: 5px;
	border-left: 5px solid rgb(180,190,200);
	border-bottom: 1px solid rgb(180,190,200);
	border-right: 1px solid rgb(180,190,200);
	border-top: 1px solid rgb(180,190,200);
	border-radius: 10px;
	background-color:rgb(220,240,230);
	box-shadow: 2px 2px rgb(129,39,39);
}	

.float_description_client_bid05 {
	float: right;
	margin-right: 25px;
	margin-top: -48px; 
	margin-bottom: 10px;
	width: 450px;
	border-width: 1px 1px 1px 5px;
	border-style: solid;
	text-align:justify;
	height: 70px;
	padding: 5px;
	border-left: 5px solid rgb(180,190,200);
	border-bottom: 1px solid rgb(180,190,200);
	border-right: 1px solid rgb(180,190,200);
	border-top: 1px solid rgb(180,190,200);
	border-radius: 10px;
	background-color:rgb(220,240,230);
	box-shadow: 2px 2px rgb(129,39,39);
}	

.float_description_client_bid06 {
	float: right;
	margin-right: 25px;
	margin-top: -45px; 
	margin-bottom: 10px;
	width: 450px;
	border-width: 1px 1px 1px 5px;
	border-style: solid;
	text-align:justify;
	height: 95px;
	padding: 5px;
	border-left: 5px solid rgb(180,190,200);
	border-bottom: 1px solid rgb(180,190,200);
	border-right: 1px solid rgb(180,190,200);
	border-top: 1px solid rgb(180,190,200);
	border-radius: 10px;
	background-color:rgb(220,240,230);
	box-shadow: 2px 2px rgb(129,39,39);
}	

.float_description_client_bid07 {
	float: right;
	margin-right: 25px;
	margin-top: -45px; 
	margin-bottom: 10px;
	width: 300px;
	border-width: 1px 1px 1px 5px;
	border-style: solid;
	text-align:justify;
	height: 70px;
	padding: 5px;
	border-left: 5px solid rgb(180,190,200);
	border-bottom: 1px solid rgb(180,190,200);
	border-right: 1px solid rgb(180,190,200);
	border-top: 1px solid rgb(180,190,200);
	border-radius: 10px;
	background-color:rgb(220,240,230);
	box-shadow: 2px 2px rgb(129,39,39);
}	

.info_text_client_files_bid01 {
    float: left;
    margin-left: 10px;
    margin-top: 0px;
    width: 480px;
	height: 15px;
	font-size: 11px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	font: normal;
	background-color:transparent;
}

.info_text_client_positions_bid01 {
    float: left;
    margin-left: 10px;
    margin-top: 0px;
    width: 420px;
	height: 15px;
	font-size: 11px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	font: normal;
	background-color:transparent;
}

.float_description_admin_bid02 {
	float: right;
	margin-right: 25px;
	margin-top: -45px; 
	margin-bottom: 10px;
	width: 265px;
	border-width: 1px 1px 1px 5px;
	border-style: solid;
	text-align:justify;
	height: 40px;
	padding: 5px;
	border-left: 5px solid rgb(180,190,200);
	border-bottom: 1px solid rgb(180,190,200);
	border-right: 1px solid rgb(180,190,200);
	border-top: 1px solid rgb(180,190,200);
	border-radius: 10px;
	background-color:rgb(220,240,230);
	box-shadow: 2px 2px rgb(129,39,39);
}	

.float_description_admin_bid03 {
	float: right;
	margin-right: 25px;
	margin-top: -48px; 
	margin-bottom: 10px;
	width: 265px;
	border-width: 1px 1px 1px 5px;
	border-style: solid;
	text-align:justify;
	height: 40px;
	padding: 5px;
	border-left: 5px solid rgb(180,190,200);
	border-bottom: 1px solid rgb(180,190,200);
	border-right: 1px solid rgb(180,190,200);
	border-top: 1px solid rgb(180,190,200);
	border-radius: 10px;
	background-color:rgb(220,240,230);
	box-shadow: 2px 2px rgb(129,39,39);
}	

.float_description_admin_bid04 {
	float: right;
	margin-right: 25px;
	margin-top: -45px; 
	margin-bottom: 10px;
	width: 450px;
	border-width: 1px 1px 1px 5px;
	border-style: solid;
	text-align:justify;
	height: 80px;
	padding: 5px;
	border-left: 5px solid rgb(180,190,200);
	border-bottom: 1px solid rgb(180,190,200);
	border-right: 1px solid rgb(180,190,200);
	border-top: 1px solid rgb(180,190,200);
	border-radius: 10px;
	background-color:rgb(220,240,230);
	box-shadow: 2px 2px rgb(129,39,39);
}	

.float_description_admin_bid05 {
	float: right;
	margin-right: 25px;
	margin-top: -45px; 
	margin-bottom: 10px;
	width: 450px;
	border-width: 1px 1px 1px 5px;
	border-style: solid;
	text-align:justify;
	height: 110px;
	padding: 5px;
	border-left: 5px solid rgb(180,190,200);
	border-bottom: 1px solid rgb(180,190,200);
	border-right: 1px solid rgb(180,190,200);
	border-top: 1px solid rgb(180,190,200);
	border-radius: 10px;
	background-color:rgb(220,240,230);
	box-shadow: 2px 2px rgb(129,39,39);
}	

.float_description_admin_bid06 {
	float: right;
	margin-right: 25px;
	margin-top: -77px; 
	margin-bottom: 10px;
	width: 450px;
	border-width: 1px 1px 1px 5px;
	border-style: solid;
	text-align:justify;
	height: 110px;
	padding: 5px;
	border-left: 5px solid rgb(180,190,200);
	border-bottom: 1px solid rgb(180,190,200);
	border-right: 1px solid rgb(180,190,200);
	border-top: 1px solid rgb(180,190,200);
	border-radius: 10px;
	background-color:rgb(220,240,230);
	box-shadow: 2px 2px rgb(129,39,39);
}	

.float_description_admin_bid07 {
	float: left;
	margin-left: 355px;
	margin-top: -48px; 
	margin-bottom: 10px;
	width: 500px;
	border-width: 0px 0px 0px 0px;
	border-style: solid;
	text-align:justify;
	height: 25px;
	padding: 0px;
	border-left: 0px solid rgb(180,190,200);
	border-bottom: 0px solid rgb(180,190,200);
	border-right: 0px solid rgb(180,190,200);
	border-top: 0px solid rgb(180,190,200);
	border-radius: 10px;
	background-color:transparent;
}	

.float_description_release_terms_client01 {
	float: left;
	margin-left: 10px;
	margin-top: -10px; 
	margin-bottom: 10px;
	width: 935px;
	border-width: 1px 1px 1px 5px;
	border-style: solid;
	font-size: 12px;
	text-align:justify;
	height: 105px;
	padding: 5px;
	border-left: 5px solid rgb(180,190,200);
	border-bottom: 1px solid rgb(180,190,200);
	border-right: 1px solid rgb(180,190,200);
	border-top: 1px solid rgb(180,190,200);
	border-radius: 10px;
	background-color:rgb(220,240,230);
	box-shadow: 2px 2px rgb(129,39,39);
}	

.tableReleaseTermsClientSpecifications {
	width: 300px;
	font-size: 10px;
	background-color:rgb(220,230,240);
}

.tableReleaseTermsClientSpecifications td {
	vertical-align: top;
	padding: 2px 2px 2px 2px;
}

.tableReleaseTermsClientCosts {
	width: 80px;
	color: rgb(0,0,0);
	background-color: transparent;
	text-align: left;
	font-weight: normal; 
	padding: 0px;
	margin: 0px;
}

.tableReleaseTermsClientCostsRight {
	width: 80px;
	color: rgb(0,0,0);
	background-color: transparent;
	text-align: right;
	font-weight: normal; 
	padding: 0px;
	margin: 0px;
}

.tableReleaseTermsClientCostsSumNetto {
	width: 80px;
	color: rgb(0,0,0);
	background-color: transparent;
	text-align: left;
	font-weight: normal; 
	border-bottom: 1px solid #CCC;
	padding: 0px;
	margin: 0px;
}

.tableReleaseTermsClientCostsSumNettoRight {
	width: 80px;
	color: rgb(0,0,0);
	background-color: transparent;
	text-align: right;
	font-weight: normal; 
	border-bottom: 1px solid #CCC;
	padding: 0px;
	margin: 0px;
}

.floatDouble2 {
	float: left;
	width: 300px;
	border: 1px solid #CCC;
	text-align:justify;
	margin-left: 425px;
	margin-top: -115px;
}

.floatDouble21 {
	float: left;
	width: 300px;
	border: 1px solid #CCC;
	text-align:justify;
	margin-left: 20px;
	margin-top: 25px;
}

.floatDouble3 {
	float: left;
	width: 320px;
	border: 1px solid #CCC;
	text-align:justify;
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 10px;
	background-color: rgb(220,240,230);
}

.floatDouble4 {
	float: left;
	width: 450px;
	border: 1px solid #CCC;
	text-align:justify;
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 10px;
	background-color: rgb(220,240,230);
}

.floatDouble5 {
	float: left;
	width: 320px;
	border: 1px solid #CCC;
	text-align:justify;
	margin-left: 20px;
	margin-top: 0px;
	margin-bottom: 20px;
	background-color: rgb(220,240,230);
}

.floatDouble6 {
	float: left;
	width: 450px;
	border: 1px solid #CCC;
	text-align:justify;
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 20px;
	background-color: rgb(220,240,230);
}

.entryFormHeader2 {
	font-size: 11px;
	font-weight: normal;
	color: #000;
	background-color: transparent;
	margin-left: 0px;
}

.float_description_release_terms_client02 {
	float: left;
	margin-left: 729px;
	margin-top: -115px; 
	margin-bottom: 0px;
	width: 226px;
	border-width: 1px 1px 1px 5px;
	border-style: solid;
	text-align:justify;
	height: 99px;
	padding: 5px;
	border-left: 5px solid rgb(180,190,200);
	border-bottom: 1px solid rgb(180,190,200);
	border-right: 1px solid rgb(180,190,200);
	border-top: 1px solid rgb(180,190,200);
	border-radius: 10px;
	background-color:rgb(255,255,200);
	box-shadow: 2px 2px rgb(129,39,39);
}	

.float_description_release_terms_client021 {
	float: left;
	margin-left: 320px;
	margin-top: -140px; 
	margin-bottom: 0px;
	width: 540px;
	border-width: 1px 1px 1px 5px;
	border-style: solid;
	text-align:justify;
	height: 160px;
	padding: 5px;
	border-left: 5px solid rgb(180,190,200);
	border-bottom: 1px solid rgb(180,190,200);
	border-right: 1px solid rgb(180,190,200);
	border-top: 1px solid rgb(180,190,200);
	border-radius: 10px;
	background-color:rgb(255,255,200);
	box-shadow: 2px 2px rgb(129,39,39);
}	

.textareaTranslateReleaseTermsClient {
	width: 385px;
	color: #000;
	background-color: rgb(220,230,240);
	border: 1px solid #bdd5e7;
	font-size: 12px;
	padding: 2px;
	height: 107px;
}

.tableDetailsBidSpecificationsTax {
	width: 320px;
	font-size: 10px;
	background-color:rgb(220,230,240);
}

.tableDetailsBidSpecificationsTax td {
	vertical-align: top;
	padding: 2px 2px 2px 2px;
}

.tableDetailsBidSpecificationsTaxCosts {
	width: 375px;
	color: rgb(0,0,0);
	background-color: transparent;
	text-align: left;
	font-weight: normal; 
	padding: 0px;
	margin: 0px;
}

.tableDetailsBidSpecificationsTaxCostsRight {
	width: 0px;
	color: rgb(0,0,0);
	background-color: transparent;
	text-align: right;
	font-weight: normal; 
	padding: 0px;
	margin: 0px;
}

.tableDetailsBidSpecificationsTaxCostsSumNetto {
	width: 80px;
	color: rgb(0,0,0);
	background-color: transparent;
	text-align: left;
	font-weight: normal; 
	border-bottom: 1px solid #CCC;
	padding: 0px;
	margin: 0px;
}

.tableDetailsBidSpecificationsTaxCostsSumNettoRight {
	width: 80px;
	color: rgb(0,0,0);
	background-color: transparent;
	text-align: right;
	font-weight: normal; 
	border-bottom: 1px solid #CCC;
	padding: 0px;
	margin: 0px;
}

.tableDetailsBidSpecificationsTaxMax {
	width: 450px;
	font-size: 10px;
	background-color:rgb(220,230,240);
}

.tableDetailsBidSpecificationsTaxMax td {
	vertical-align: top;
	padding: 2px 2px 2px 2px;
}

.tableDetailsBidSpecificationsTaxMaxCosts {
	width: 450px;
	color: rgb(0,0,0);
	background-color: transparent;
	text-align: left;
	font-weight: normal; 
	padding: 0px;
	margin: 0px;
}

.tableDetailsBidSpecificationsTaxMaxCostsRight {
	width: 0px;
	color: rgb(0,0,0);
	background-color: transparent;
	text-align: right;
	font-weight: normal; 
	padding: 0px;
	margin: 0px;
}

.tableDetailsBidSpecificationsTaxMaxCostsSumNetto {
	width: 450px;
	color: rgb(0,0,0);
	background-color: transparent;
	text-align: left;
	font-weight: normal; 
	border-bottom: 1px solid #CCC;
	padding: 0px;
	margin: 0px;
}

.tableDetailsBidSpecificationsTaxMaxCostsSumNettoRight {
	width: 0px;
	color: rgb(0,0,0);
	background-color: transparent;
	text-align: right;
	font-weight: normal; 
	border-bottom: 1px solid #CCC;
	padding: 0px;
	margin: 0px;
}

.float_description_office_consulent_bid01 {
	float: right;
	margin-right: 25px;
	margin-top: -47px; 
	margin-bottom: -280px;
	width: 265px;
	border-width: 1px 1px 1px 5px;
	border-style: solid;
	text-align:justify;
	height: 75px;
	padding: 5px;
	border-left: 5px solid rgb(180,190,200);
	border-bottom: 1px solid rgb(180,190,200);
	border-right: 1px solid rgb(180,190,200);
	border-top: 1px solid rgb(180,190,200);
	border-radius: 10px;
	background-color:rgb(220,240,230);
	box-shadow: 2px 2px rgb(129,39,39);
}

.float_description_office_consulent_bid02 {
	float: right;
	margin-right: 25px;
	margin-top: -48px; 
	margin-bottom: 10px;
	width: 265px;
	border-width: 1px 1px 1px 5px;
	border-style: solid;
	text-align:justify;
	height: 70px;
	padding: 5px;
	border-left: 5px solid rgb(180,190,200);
	border-bottom: 1px solid rgb(180,190,200);
	border-right: 1px solid rgb(180,190,200);
	border-top: 1px solid rgb(180,190,200);
	border-radius: 10px;
	background-color:rgb(220,240,230);
	box-shadow: 2px 2px rgb(129,39,39);
}	

.float_description_office_consulent_bid03 {
	float: right;
	margin-right: 25px;
	margin-top: -47px; 
	margin-bottom: 10px;
	width: 265px;
	border-width: 1px 1px 1px 5px;
	border-style: solid;
	text-align:justify;
	height: 40px;
	padding: 5px;
	border-left: 5px solid rgb(180,190,200);
	border-bottom: 1px solid rgb(180,190,200);
	border-right: 1px solid rgb(180,190,200);
	border-top: 1px solid rgb(180,190,200);
	border-radius: 10px;
	background-color:rgb(220,240,230);
	box-shadow: 2px 2px rgb(129,39,39);
}	

.float_description_office_consulent_bid04 {
	float: right;
	margin-right: 25px;
	margin-top: -45px; 
	margin-bottom: -150px;
	width: 600px;
	border-width: 1px 1px 1px 5px;
	border-style: solid;
	text-align:justify;
	height: 85px;
	padding: 5px;
	border-left: 5px solid rgb(180,190,200);
	border-bottom: 1px solid rgb(180,190,200);
	border-right: 1px solid rgb(180,190,200);
	border-top: 1px solid rgb(180,190,200);
	border-radius: 10px;
	background-color:rgb(220,240,230);
	box-shadow: 2px 2px rgb(129,39,39);
}	

.float_description_office_consulent_bid05 {
	float: right;
	margin-right: 25px;
	margin-top: -46px; 
	margin-bottom: 5px;
	width: 265px;
	border-width: 1px 1px 1px 5px;
	border-style: solid;
	text-align:justify;
	height: 40px;
	padding: 5px;
	border-left: 5px solid rgb(180,190,200);
	border-bottom: 1px solid rgb(180,190,200);
	border-right: 1px solid rgb(180,190,200);
	border-top: 1px solid rgb(180,190,200);
	border-radius: 10px;
	background-color:rgb(220,240,230);
	box-shadow: 2px 2px rgb(129,39,39);
}	

.float_description_office_consulent_bid06 {
	float: right;
	margin-right: 25px;
	margin-top: -45px; 
	margin-bottom: 10px;
	width: 420px;
	border-width: 1px 1px 1px 5px;
	border-style: solid;
	text-align:justify;
	height: 80px;
	padding: 5px;
	border-left: 5px solid rgb(180,190,200);
	border-bottom: 1px solid rgb(180,190,200);
	border-right: 1px solid rgb(180,190,200);
	border-top: 1px solid rgb(180,190,200);
	border-radius: 10px;
	background-color:rgb(220,240,230);
	box-shadow: 2px 2px rgb(129,39,39);
}	

.float_description_office_consulent_bid07 {
	float: right;
	margin-right: -760px;
	margin-top: -47px; 
	margin-bottom: 10px;
	width: 420px;
	border-width: 1px 1px 1px 5px;
	border-style: solid;
	text-align:justify;
	height: 95px;
	padding: 5px;
	border-left: 5px solid rgb(180,190,200);
	border-bottom: 1px solid rgb(180,190,200);
	border-right: 1px solid rgb(180,190,200);
	border-top: 1px solid rgb(180,190,200);
	border-radius: 10px;
	background-color:rgb(220,240,230);
	box-shadow: 2px 2px rgb(129,39,39);
}

.float_description_office_consulent_bid08 {
	float: right;
	margin-right: 25px;
	margin-top: -48px; 
	margin-bottom: 10px;
	width: 265px;
	border-width: 1px 1px 1px 5px;
	border-style: solid;
	text-align:justify;
	height: 40px;
	padding: 5px;
	border-left: 5px solid rgb(180,190,200);
	border-bottom: 1px solid rgb(180,190,200);
	border-right: 1px solid rgb(180,190,200);
	border-top: 1px solid rgb(180,190,200);
	border-radius: 10px;
	background-color:rgb(220,240,230);
	box-shadow: 2px 2px rgb(129,39,39);
}	



.tableDetailsCompany01 {
	width: 815px;
	font-size: 11px;
	margin-left: 85px;
	text-align: center;
	border: 1px solid rgb(90,90,90);
	padding:15px;
}

.tableDetailsCompany01 td {
	vertical-align: top;
	padding: 1px 1px 1px 1px;
}

.tableDetailsCompany01Left {
	width: 30%;
	color: rgb(0,0,0);
	background-color: rgb(240,240,240);
	text-align: left;
	font-weight: normal; 
	padding: 0px;
	margin: 0px;
	border-right: 1px solid rgb(102,102,102);
}

.tableDetailsCompany01Right {
	width: 0px;
	color: rgb(0,0,0);
	background-color: transparent;
	text-align: left;
	font-weight: normal; 
	padding: 0px;
	margin: 0px;
}

.tableDetailsCompanyAddress {
	width: 815px;
	font-size: 11px;
	margin-left: 85px;
	text-align: center;
	margin-top:50px;
	margin-bottom:-35px;
	border: 0px solid rgb(200,220,230);
}

.tableDetailsCompanyAddress td {
	vertical-align: top;
	padding: 2px 2px 2px 10px;
}

.tableDetailsCompanyAddressLeft {
	width: 300px;
	color: rgb(0,0,0);
	background-color: transparent;
	text-align: left;
	font-weight: normal; 
	padding: 0px;
	margin: 0px;
	border-left:10px solid #69C;
}

.tableDetailsCompanyAddressRight {
	width: 0px;
	color: rgb(0,0,0);
	background-color: transparent;
	text-align: left;
	font-weight: normal; 
	padding: 0px;
	margin: 0px;
}

.tableDetailsCompanyAddressLeftBorderLeft {
	width: 300px;
	color: rgb(0,0,0);
	text-align: left;
	font-weight: normal; 
	padding: 0px;
	margin: 0px;
	border-left:10px solid rgb(214,185,190);
}

.text16Invoice01 {
	width: 250px;
	font-size: 14px;
	background-color: transparent;
	margin-left: 85px;
	text-align: left;
	border: 0px solid rgb(200,220,230);
	font-weight: bold;
}

.text12Invoice01 {
	width: 650px;
	margin: 0px 0px 0px 85px;
	padding-top: 30px;
	border: 0px solid #69C;
	font-size: 11px;
	float: left;
	text-align:justify;
}

.text12Invoice02 {
	width: 650px;
	margin: 0px 0px 0px 85px;
	padding-top: 30px;
	border: 0px solid #69C;
	font-size: 11px;
	float: left;
	text-align:justify;
}

.text12Invoice03 {
	width: 650px;
	margin: 0px 0px 0px 85px;
	padding-top: 30px;
	border: 0px solid #69C;
	font-size: 11px;
	float: left;
	text-align:justify;
}

.text12Invoice04 {
	width: 650px;
	margin: 0px 0px 0px 85px;
	padding-top: 30px;
	border: 0px solid #69C;
	font-size: 11px;
	float: left;
	text-align:justify;
}

.floatInfotextBrowsers { 
	width: 705px;
	color: rgb(0,0,0);
	margin: 50px 0px -95px 40px;
	padding-top: 0px;
	border: 0px solid #69C;
	font-size: 10px;
	float: left;
	text-align: left;
}

.floatF11 { 
	width: 180px;
	margin: -31px 0px 0px 708px;
	padding-top: 0px;
	border: 0px solid #69C;
	font-size: 10px;
	float: left;
	text-align: justify;
}

.info_text_release-terms-client {
    float: left;
    margin-left: 10px;
    margin-top: 10px;
	margin-bottom: 20px;
    width: 950px;
	font-size: 11px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	font: normal;
	text-align: justify;
	background-color:transparent;
}

.tableInfo {
	width: 625px;
	color: rgb(0,0,0);
	background-color: transparent;
	text-align: left;
	font-size: 12px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	font: normal;
	padding: 0px;
	margin-left: 10px;
	border-right: 0px solid rgb(102,102,102);
}

.tableInfoLeft {
	width: 25px;
	color: rgb(0,0,0);
	background-color: transparent;
	text-align: left;
	font-size: 12px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	font: normal;
	padding: 0px;
	margin: 0px;
	border-right: 0px solid rgb(102,102,102);
}

.tableInfoRight {
	width: 650px;
	color: rgb(129,39,39);
	background-color: transparent;
	text-align: left;
	font-size: 12px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	font: normal;
	font-weight: bold; 
	padding: 0px;
	margin: 0px;
	border-right: 0px solid rgb(102,102,102);
}

.info_text_advertisement_support {
    float: left;
    margin-left: 810px;
    margin-top: -915px;
    width: 170px;
	height: 15px;
	color:rgb(102,102,102);
	font-size: 10px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	font: normal;
	background-color:transparent;
}

.xing {
	margin-top: 0px;
	float: left;
	z-index: 100;
	margin-left: -8px;
}
</pre></body></html>