/* CSS profleet
**********************/

* {
	margin:0; padding:0;
}

body, html {
	margin:0; padding:0;
	width:100%; height:100%;
	font-family:Arial,Verdana, sans-serif;
	font-size:12px;
	line-height:1.3em;
}
div.clearer {
	clear:both;
}
div.right {
	float:right;
}
div.left {
	float:left;
}

div.center {
	text-align:center;
}

div#footer {
	padding: 25px 0 15px 238px;
	font-size: 10px;
	color: #00386A;
}

	div#footer a {
		color: #666;
		margin-right: 20px;
		margin-left: 0px;
	}

	div#footer a:hover {
		color: #f59600;
		background-color: transparent;
	}

div.abstand {
	height: 25px;
}

div.center.predef {
	margin: 20px 0;
	color: #00386A;
	font-weight: bold;
	font-style:italic;
}
div.predef {
	margin: 20px 0 15px 0;
	color: #00386A;
	font-weight: bold;
}


a {
	text-decoration:none;
	/*color:#5E6D7B;*/
	color: #f59600;
}
a:hover {
	text-decoration:none;
	background-color: #fee9cc;
}

a img.profleet_button, button img {
	border:1px solid #5E6D7B;
	margin:1px;
}

a:hover img.profleet_button, button:hover img {
	border: 2px solid #EC9C02;
	margin:0;
}


a.bigarrow img {
	background:url(../img/bg_bigarrow_out.gif) top right #EAF0F6 no-repeat;
}
a.bigarrow:hover img {
	background-image:url(../img/bg_bigarrow_ovr.gif);
}


.smallarrow img.profleet_button, 
.smallarrow button img,
.smallarrow:hover img.profleet_button, 
.smallarrow:hover button img {
	border:none!important;
	margin:-1px 0px;
}
.smallarrow, .smallarrow img {
	background:url(../img/bg_smallarrow_out.gif) top right #EAF0F6 no-repeat;
}
.smallarrow:hover, .smallarrow:hover img {
	background-image:url(../img/bg_smallarrow_ovr.gif);
}


button img {
	margin-top:0px;
}
button:hover img {
	margin-top:-1px;
}
img {
}

button {
	width:auto;
	margin:0;
	padding:0;
	overflow:visible;
	cursor:pointer;
	vertical-align:middle;
	background:transparent;
	border:0;
	margin-left: -3px;	/*Korrektur - AusschreibungAbschliessen */
}

input.filter {
	font-size: 10px;
}

h4 {
	font-size: 12px;
	font-weight: bold;
}


/* SUBMIT INPUT*/
input.profleet_submit {
	width: 700px;
	height: 50px;
	padding: 0px;
	margin: 0px;
	border: none;
	cursor: pointer;
}

input#save_and_new {
	background: url(../img/buttons/ausschreibung_fahrzeug_hinzuf_arrow_small.gif);
}
input#save_and_start {
	background: url(../img/buttons/ausschreibung_veroeffentlichen_arrow_small.gif);
}
input#save_and_later {
	background: url(../img/buttons/ausschreibung_seichern_spaeter_arrow_small.gif);
}
input#save {
	background: url(../img/buttons/ausschreibung_nur_seichern_arrow_small.gif);
}


/*Input field effect*/
input,
select,
textarea {
	background-color:#FFF;
	border-color:#5E6D7B;
	border-style:solid;
	border-width:thin; 		/*expression(this.type=="radio"? '0' : 'thin');*/
	padding-bottom:3px;
	padding-top:2px;
}
input:hover,
select:hover,
textarea:hover {
	border-color:#042577;
}
input:focus,
select:focus,
textarea:focus {
	border-color: #5E6D7B !important;
	background-color:#FFF;
	outline-color:#9EAFFF;
	outline-style:solid;
	outline-width:1px;
}
/*end of field effect*/



input.t3tca_inputfield,
input,
textarea
/*select,
option */{
	padding:2px;
	font-family:Verdana, sans-serif;
	font-size:12px;
}
select {
	font-family:Verdana, sans-serif;
	font-size:12px;
	/*border:1px solid #5E6D7B;*/
}

#input_240 textarea,
textarea.input_option {
	width: 240px;
}


/********** Filter - geänderte Option ***********
***************************************************/
.changed_option,
#changed_option {
	/*background-color: #EF9C03;*/
	color: #EF9C03;
	font-weight: bold;
}



.t3tca_inputfield,
.t3tca_selectfield,
.input_option {
	border:1px solid #5E6D7B;
}
	.input_option_long {
		border:1px solid #5E6D7B;
		width: 400px!important;
	}
	.input_option_middle_big {
		border:1px solid #5E6D7B;
		width: 170px!important;
	}
	.input_option_middle {	/*Farbe*/
		border:1px solid #5E6D7B;
		width: 120px!important;
	}
	.smallInput input,
	.input_option_small {	/*Leistung*/
		border:1px solid #5E6D7B;
		width: 70px!important;
	}

input.submit_option {
	margin-top:10px;
	cursor:pointer;
	border:1px solid #5E6D7B;
	background:#EAF0F6;
}


.bold {
	font-weight:bold;
}

table,tr, td {
	border-collapse:collapse;
}



/*** FileUpload hack
************************/

div.fileinputs {
	position: relative;
}
	div.fakefile {
		position: absolute;
		top: 0px;
		left: 0px;
		z-index: 1;
	}
		div.fakefile input.input_option_fileupload {
			width: 120px;
		}
	
	input.t3tca_inputfilefield {
		position: relative;
		/*text-align: right;*/
		-moz-opacity: 0;
		filter:alpha(opacity: 0);
		opacity: 0;
		z-index: 2;
	}

/* Main
*********/

body {
	background:url(../img/bg2.gif) repeat-y top left;
}

div#main {
	background: url(../img/bg.gif) repeat-x;
	/*width:987px;*/
	width: 100%;
}

div#main img#logo {
	position:absolute;
	top:0px;
	left:0px;
}
div#main div#header {
	margin:0 0 0 237px;
	position:relative;
	padding:59px 0 0 0;
	width:750px;
}
	div#main div#header ul.navi {
		list-style:none;
		display:block;
		position:absolute;
		top:0px;
		right:0px;
		margin:0; padding:0;
	}
		div#main div#header ul.navi li {
			display:block;
			float:left;
			margin:38px 0 0 10px;
		}
		div#main div#header ul.navi li a {
			color:#00386A;
			font-weight:bold;
		}
		
		div#main div#header ul.navi li a:hover {
			color:#EC9C02;
			background-color: #FFF;
			font-weight:bold;
			text-decoration: none;
		}
		
		div#main div#header ul.navi li a.active_navi_top {
      			color: #EC9C02;
    		}
    
	div.blueBold {
		color:#00386A;
		font-weight:bold;
		font-size:12px;
	}
	span.smallBlueBold,
	div.smallBlueBold {
		color:#00386A;
		font-weight:bold;
		font-size:10px;
	}
	span.smallRedBold,
	div.smallRedBold {
		color:#F00;
		font-weight:bold;
		font-size:10px;
	}

	div#main div#header img {
		display:block;
	}
	
	/*root line*/
	div#main div#header div.blk {
		/*background-color:#8E99A2;*/
	}
		div#main div#header div.blk ul.bc {
			list-style:none;
			display:block;
			margin:0; 
			padding:3px 0px;
			width:710px;
		}
			div#main div#header div.blk ul.bc li {
				display:block;
				float:left;
				margin:0 10px 0 0;
				color:#4E4E4E;
				font-size:10px;
				/*font-weight: bold;*/
			}
			div#main div#header div.blk ul.bc li a {
				color:#FA9100;
				font-size:10px;
				text-decoration: none;
				/*font-weight: bold;*/
			}
			div#main div#header div.blk ul.bc li a:hover {
				background-color: #fdd399;
			}
		div#main div#header div.blk h1 {
			margin:0; padding:13px 0px 10px 0px;
			color:#00386A;
			font-size:16px;
			clear:left;
		}




div#main div#content {
	margin:0 0 0 237px;
	padding:0px 0 0 0;
	width:750px;
}

h1 {
	margin:0;
	padding:0;
	font-size:14px;
	color:#8E99A2;
}

h2 {
	margin:0; 
	padding: 0 0 8px 0;
	font-size:14px;
}
h3 {
	margin:0; 
	padding:6px 0;
	font-size:14px;
}
p {
	margin:0; 
	padding:6px 0;
}

div#center ul {
	padding:0;
}

div#center ul li {
	list-style-type: none;
	background: url(../img/bullet_icon.gif) no-repeat 0 6px;
	/*list-style-image: url(../img/bullet_icon.gif);*/
	padding: 2px 0 2px 12px;
}

div#center {
	padding:6px 40px 6px 0;
}

	div#center ul {
		margin:10px 0;
	}




div#right h2,
div#right h3,
div#right p {
	padding-left:20px;
	padding-right:20px;
}


img {
	border:0;
}

.error,
.error * {
	color:#F00 !important;
}


.dash {
	border-top: 1px dashed #FFF;
}


div#main div#left {
	position:absolute;
	top:120px;
	left:0px;
	width:237px;
	margin:0; padding:0;
}
	div#main div#left a {
		font-size:10px;
	}
	div#main div#left a:hover {
		background-color: transparent;
		color: #f59600;
	}
	div#main div#left div.blk {
		width:180px;
		margin:0 0 0 38px;
		padding:0 0 16px 0;
	  background:url(../img/line.gif) repeat-x;
	}

	div#left div.blk a {
		color: #666;
	}
	div#left div.blk a:hover {
		color: #f59600;
	}
	
	div#main div#left div.blk.noborder {
		background-image:none;
	}

	div#main div#left h1,
	div#main div#left h2,
	div#main div#left h3,
	div#main div#left p  {
		padding-left:0;
		padding-right:0;
	}
	div#main div#left h3 {
		padding:16px 0 6px 0;
		/*color:#5E6D7B;*/
		color: #666;
		font-size:16px;
	}
	div#main div#left ul {
		width:180px;
		margin:0 0 0 38px;
		padding:0;
		list-style:none;
	}
	
	div#main div#left ul.navi.lfd {
    		background:url(../img/line.gif) repeat-x;
  	}
	
		div#main div#left ul li {
			width:180px;
			margin:0;
			padding:0 0 5px 0;
			background:url(../img/line.gif) repeat-x bottom left;
		}
		div#main div#left ul li a {
			width:180px;
			display:block;
			padding:10px 0 5px 0;
			color:#00386A;
			font-weight:normal;
			font-size: 13px;
		}
		div#main div#left ul ul {
			width:180px;
			margin:0;
			padding:0;
			background-image:none;
			font-size: 10px;
		}
		div#main div#left ul ul li {
			width:180px;
			margin:0;
			padding:0;
			background-image:none;
		}
		div#main div#left ul ul li a {
			width:160px;
			display:block;
			padding:0 0 0 20px;
			color:#5E6D7B;
			font-size:10px;
			font-weight:normal;
		}


	div#main div#left form {
		display:block;
		margin:5px 0 10px 0;
	}

	div#main div#left form input {
		margin:0 0 2px 0;
	}






span.mandatory_sign {
	color:#F00;
}

span.warning_sign {
	color:#6f95ba;
}


/*
	div h4 {
		padding:25px 0 5px 0;
		/*color:#5E6D7B;*/
		
		font-size:12px;
	}
*/

	div dl {
	clear:left;
	}

		div dt {
			padding:6px 0 3px 0;
		}

		div dd {
			padding:3px 0;
		}

		div dt {
			width:230px;
			float:left;
			clear:left;
		}

		div dd {
			margin:0 0 0 250px;
		}
		
		div.profleet_form_wrapper input.input_option,
		div.profleet_form_wrapper input.t3tca_inputfilefield,
		div.profleet_form_wrapper input.t3tca_selectfield,
		div.profleet_form_wrapper input.t3tca_inputfield,
		div dd input.input_option {
			width:240px;
		}
		div.profleet_form_wrapper select {
			width:245px;
			padding: 1px 0;
		}

		div dd select {
			width:244px;
		}
		
		
		
		
div.input textarea {
	width:110px!important;
}
		
		

/* Formulare
**********************/
table#ausschreibung {
	height:100%;
	padding-left:1px;
}
	table#ausschreibung td.top {
		vertical-align:top;
		padding-left:1px;
	}

	table#ausschreibung td.bottom {
		vertical-align:bottom;
		padding-left:1px;
	}



/* Navi - Links
***********************/

div.navi_links {
	padding-top: 8px;
}
	div.navi_links a {
		color:#00386A!important;
		font-weight:normal;
		font-size: 13px!important;
		display: block;
	}

	div.navi_links a:hover {
		color: #EC9C02!important;
	}




/* submit_form */
div.submit_form form {
	float:left;
	margin:10px 0;
}

/* Angebot */


div#finish_angebot ul,
ul.error_list{
	margin-left:30px !important;
	list-style:square;
	font-weight:bold;
}
	ul.error_list li {
		padding:2px 0;
	}



/*Händlerdaten*/

.green {
	color:#0D8600;
}

.grey {
	color:#666;
}

.red {
	color:#F00;
}



/*im tab*/
div.konfiguration_tab div.konfiguration {
	width:500px;
	height:100%;
}

	div.konfiguration_tab div.konfiguration dl {
		width:500px;
	}

		div.konfiguration_tab div.konfiguration dl dd,
		div.konfiguration_tab div.konfiguration dl dt {
			border-bottom:1px solid #8E99A2;
			padding:3px 0;
			margin:3px 5px;
		}

		div.konfiguration_tab div.konfiguration dl dd {
			border:none;
		}

		div.konfiguration_tab div.konfiguration input {
			margin-right:2px;
		}


/*single*/
			div.konfiguration {
				display:block;
				width:500px;
			}

				div.konfiguration dl {
					width:500px;
					margin:0;
					padding:0;
				}

				div.konfiguration dl dd {
					padding:0 0 5px 0;
					margin:3px 0px;
					height:20px;

				}

				div.konfiguration dl dt {
					margin:3px 15px 0 3px;
					padding:3px 0;
					height:20px;
					text-align:right;
					border-bottom:1px solid #8E99A2;
				}

				div.konfiguration dl dt label {
					text-align:right;
				}

				div.konfiguration dl dd select {
					width:140px;
				}

				div.konfiguration p input {
				}








/****** Ausschreibungen Startseite ****
****************************************/
		
table.ausschreibungen_teaser {
	width: 563px;
	background-color: #e8eefa;
	/*background: #e8eefa url(../img/single-ausschreibung-start.gif) no-repeat top left;*/
	margin-left:0px;
	margin-top: 0px;
	margin-bottom: 10px;
	/*float:left;*/
}

div.profleet_form_wrapper table.ausschreibungen_teaser {
	margin-left:0px; 
	color: #000;
}

	table.ausschreibungen_teaser  tr.spaceTop td {
		border-top: 1px solid #FFF;
		/*background-color: #e7e9eb;*/
		/*padding:2px;*/
	}
	table.ausschreibungen_teaser  tr.ausschrSumm td {
		border-top: 1px dotted #d2daea;
	}
	table.ausschreibungen_teaser tr.ausschrSumm td.listenpreis {
		text-align: center;
	}


		table.ausschreibungen_teaser td {
			padding: 5px 10px;
			vertical-align: top;
			/*border-top: 1px solid #FFF;*/
		}
		table.ausschreibungen_teaser td.titel {
			font-size:15px;
			/*border-bottom: 10px solid #fff;*/
			/*height: 35px;*/
		}
		table.ausschreibungen_teaser td.angebot {
			min-width: 302px;
			background-color: #edf1fb;
		}
		table.ausschreibungen_teaser td.proFleet {
			width: 140px;
			border-left: 1px dotted #d2daea;
			background-color: #edf1fb;
			/*background: #f5f8fd url(../img/vertical_dots_black.gif) repeat-y;*/
		}
		table.ausschreibungen_teaser td.ersparnis {
			width: 80px;
			border-left: 1px dotted #d2daea;
			background-color: #edf1fb;
			/*background: #f5f8fd url(../img/vertical_dots_black.gif) repeat-y;*/
		}

			div.preise {
				font-size: 10px;
				text-transform: uppercase;
			}
				div.preise.sum {
					font-size: 13px;
				}
				div.preise.text {
					text-transform: none;
					margin-top: 5px;
					margin-bottom: 5px;
				}
				
				table.ausschreibungen_teaser div.preise.text a {
					font-size: 12px;
					font-weight: bold;
					text-decoration: none;
					color: #000;
					padding: 1px 0 5px 25px;
					background:url(../img/lupe_20px.gif) no-repeat 0 0;
				}
				
				table.ausschreibungen_teaser div.preise.text a:hover {
					text-decoration: underline;
				}
				

			div.prozent {
				color:#4e4e4e;
				font-size: 10px;
				text-transform: uppercase;
			}
			div.automarke {
				font-size:18px;
				/*font-weight: bold;*/
			}
			div.normalText {
				font-size:13px;
			}
				div.normalText.white {
					margin-top: 3px;
				}
				div.normalText.whiteFloat {
					/*margin-top: 3px;*/
					float:left;
				}
			div.smallText {
				color:#4e4e4e;
				font-size:10px;
			}

			div.smallText a {
				color:#F59600;
				font-weight: normal;
				font-size:10px;
			}

			div.smallText a:hover {
				color:#F59600;
				background-color: #FEE9CC;
				text-decoration: none;
			}
			
	table.ausschreibungen_teaser tr.trenner {
		font-size: 2px;
		height: 3px;
		background-color: #fff;
	}










/* -- profleet Extension -- */
input,
select,
img {
	vertical-align:middle;
}

div.profleet_form_bottom {
	text-align:right;
	padding: 15px 0;
}
	div.profleet_form_bottom_left {
		text-align:left;
		padding: 15px 0;
	}

.profleet_small_text {
	font-size:10px;
}

/*
select.t3tca_selectfield {
	width:208px;
	background:#EAF0F6;
}

	select.t3tca_selectfield option {
		background:#EAF0F6;
	}

input.t3tca_inputfield {
	width:200px;
	background:#EAF0F6;
	border:1px solid #5E6D7B;
}

input.t3tca_inputfield:focus {

}
*/


table.profleet_simpledatagrid {
	width:100%;
}	

table.profleet_simpledatagrid_noborder,
table.profleet_simpledatagrid_noborder td {
	border:0 !important;
	padding:0 !important;
}

	table.profleet_simpledatagrid td {
		padding:2px 8px;
		vertical-align:top;
		border:1px solid #FFF;
		height: 25px;
	}
	table.profleet_simpledatagrid tr.active {
		font-weight: bold;
	}
	
	td.profleet_simpledatagrid_label {
		width:30%;
	}
	
	td.profleet_simpledatagrid_value {
		width:20%;
		/*color:#FFF;*/
		color: #000;
	}
	
	td.profleet_simpledatagrid_common {
		border-top:none !important;
		border-bottom:none !important;
	}
	
	td.profleet_simpledatagrid_first,
	td.profleet_simpledatagrid_third {
		border-right:0 !important;
	}
	
	td.profleet_simpledatagrid_second,
	td.profleet_simpledatagrid_last {
		border-left:0 !important;
	}

	td.profleet_simpledatagrid_noborder {
		border:0 !important;
	}
	
	td.noBorderBottom {
		border-bottom:none!important;
	}
	td.noBorderTop {
		border-top:none!important;
	}
	
 	.x-tab-panel .x-tab-panel td.profleet_simpledatagrid_first {
		border-left:0 !important;
	}
	
	.x-tab-panel .x-tab-panel td.profleet_simpledatagrid_last {
		border-right:0 !important;
	}
	
	.profleet_tab {
		margin:15px 0 0 0;
	}


/* -- Ausschreibungsdetails -- */
div.profleet_angebot_data {
}

	div.profleet_angebot_data h2 {
		margin:15px 0 5px 0;
		color:#00386A;
	}
	
	
	div.profleet_datatab_wrap div.profleet_form_wrapper {
		margin:10px 0 !important;
		background:#CED3D8;
	}
	
	

table.profleet_offerdetail_bottom {
	width:100%;
	margin:15px 0 0 0;
}

	table.profleet_offerdetail_bottom td.profleet_offerdetail_bottom_left,
	table.profleet_offerdetail_bottom td.profleet_offerdetail_bottom_right {
		width:50%;
		padding:2px 8px;
		vertical-align:top;
	}
	
	table.profleet_offerdetail_bottom h4 {
		margin:0 0 5px 0;
	}

	.x-tab-panel .x-tab-panel h2,
	.x-tab-panel .x-tab-panel div.profleet_list_item_info_font,
	.x-tab-panel .x-tab-panel h3 {
		padding-left:8px !important;
		padding-right:8px !important;
	}
	
	
	
	

div.profleet_datatab_wrap {
	padding:5px 15px;
}

table.profleet_datatab_info {
	margin:10px 0 20px;
}
	
	td.profleet_datatab_info_left,
	td.profleet_datatab_info_right {
		vertical-align:top;
	} 
	
	td.profleet_datatab_info_left {
		width:470px;
	}
	
		td.profleet_datatab_info_left h2 {
			margin:0;
			padding:0;
			font-size:17px;
			color:#00386A;
		}
	
		td.profleet_datatab_info_left a {
			/*color:#FFF;*/
			color: #000;
		}
		
		td.profleet_datatab_info_left div {
			padding:7px 0 0 0;
			font-size:11px;
		}
	
	td.profleet_datatab_info_right {
	}






/* -- Auflistung, zb. "meine Ausschreibungen" -- */
div.profleet_list_item_wrapper {
	padding:4px 0 10px 0;
	margin:0 0 15px 0;
	/*background:#BFC4CA;*/
	background:#E8EEFA;
	border:1px solid #FFF;
}


	div.profleet_list_item_content {
		padding:5px 15px;
	}

	/* -- Info Teil -- */
	table.profleet_list_item_info {
	}

		.profleet_list_item_info_font {
			font-size:11px;
		}


		table.profleet_list_item_info_meta {
			/*font-weight:bold;*/
		}

			td.profleet_list_item_info_meta_label {
				width:145px;
			}

			td.profleet_list_item_info_meta_value {
				/*color:#FFF;*/
				color: #000;
			}


		td.profleet_list_item_info_left,
		td.profleet_list_item_info_right {
			vertical-align:top;
		}

		td.profleet_list_item_info_left {
			width:420px;
		}

			td.profleet_list_item_info_left div {
				padding:2px 0 5px 0;
			}

	/* -- Daten mit Angebote etc. -- */
	div.profleet_list_item_data_topoffers {
		margin:20px 0 0 0;
		/*border:1px solid red;*/
	}
	
	table.profleet_datatab_info h2,
	div.profleet_list_item_data h2 {
		margin:0 0 5px 0;
		padding:0;
		color:#00386A;
	}

	div.profleet_list_item_data h3 {
		margin:15px 0 5px 0;
		padding:0;
		color:#00386A;
		font-size:12px;
	}

	div.profleet_list_item_data table  {
		width:100%;
		margin:0 0 15px 0;
	}

	div.profleet_list_item_data table td,
	div.profleet_list_item_data table th {
		padding:2px 5px;
		border:1px solid #FFF;
	}

	div.profleet_list_item_data th {
		/*color:#5E6D7B;*/
		color: #000;
		text-align:left;
		font-weight:normal;
		background:#EFF0F2;
	}
	

	/*	tr.profleet_ismyoffer td,
		span.profleet_ismyoffer {
			font-weight:bold;
			background:#FFF;
		}*/


	.profleet_list_item_topoffers_label,
	.profleet_list_item_topoffers_listenpreis,
	.profleet_list_item_topoffers_kauf,
	.profleet_list_item_topoffers_leasing,
	.profleet_list_item_topoffers_finanzierung {
		width:20%;
	}

	.profleet_list_item_topoffers_listenpreis,
	.profleet_list_item_topoffers_kauf,
	.profleet_list_item_topoffers_leasing,
	.profleet_list_item_topoffers_finanzierung {
		text-align:right !important;
	}
	
	
	
	table.profleet_ausstattung_data {
		width:100%;
	}
	
		table.profleet_ausstattung_data td {
			padding:2px 8px;
			vertical-align:top;
			border:1px solid red;
		}
		
		td.profleet_ausstattung_data_label {
			width:165px;
		}

/* -- Blätternavigation -- */

div.pageBrowse {
	text-align:right;
	padding: 5px;
	margin:5px;
	float:right;
}
	span.pageButton {
		background-color: #e7e9eb;
		padding: 3px 5px;
		margin:1px;
		font-size:10px;
		/*color: #5e6d7b;*/
		color: #000;
		border: 1px solid #5e6d7b;
		cursor: pointer;
	}
/*		span.pageButton a:hover {
			text-decoration: none;
		}
*/		span.pageButton.active {
			color:#9EAFFF;
			border-color: #5E6D7B !important;
			outline-color:#9EAFFF;
			outline-style:solid;
			outline-width:1px;
		}




div.profleet_pos_nav {
}

	div.profleet_pos_nav a {
		padding:2px 4px;
		background:#EFF0F2;
		color:#5E6D7B !important;
		text-decoration:none !important;
		border:1px solid #5E6D7B;
	}
	
	div.profleet_pos_nav a:hover,
	div.profleet_pos_nav a:active,
	div.profleet_pos_nav a.active {
		color:#00386A!important;
		border:1px solid #00386A;		
	}

/* -- Formular Element -- */
div.profleet_form_options {
	padding:3px 15px;
}



div.profleet_form_wrapper {
	margin:0 0 15px 0;
	/*background:#BFC4CA;*/
	background:#E8EEFA;
	border:1px solid #FFF;
	min-width: 525px;
}
	
	div.profleet_form_head {
		height:25px;
		padding:0 15px 0 15px;
		background:url(../img/horizontal_dots_white.gif) repeat-x left bottom;
	}
	
		div.profleet_form_head h4 {
			margin:0;
			padding:5px 0 0 0;
			color:#00386A;
			font-size:12px;
			font-weight:bold;
		}
		
		div.profleet_form_content {
			/*width: 480px;*/
			padding:5px 15px 5px 15px;
		}
			div.profleet_form_content p {
				margin: 5px 0;
			}
		
		div.profleet_form_content.small {
			font-size: 11px;
		}
			div.profleet_form_content table.automarken {
				width: 475px;
			}
		
		
		.small_w {width:525px;}
		
		/* "Hinweis" Variante */
		div.profleet_form_wrapper.warning {
			background:#D6DFE6;
			/*margin: 0 5px 5px 5px;*/
	
		}
		div.profleet_form_wrapper.warning  div.profleet_form_head {
			background:url(../img/horizontal_dots_white.gif) repeat-x left bottom;
		}
			div.profleet_form_wrapper.warning h4 {
				margin: 3px 0;
				color:#6F95BA;
				background:url(../img/icon_info.gif) no-repeat 100% 0;
			}

			div.profleet_form_wrapper.warning div.profleet_form_head h4 {
				color:#6F95BA;
				background:url(../img/icon_info.gif) no-repeat 100% 6px;
			}
		
		
		/* "Hinweis" kleine Variante */
		div.profleet_form_wrapper.warning_small {
			background:#D6DFE6;
		}
		div.profleet_form_wrapper.warning_small div.profleet_form_head {
			background:url(../img/horizontal_dots_white.gif) repeat-x left bottom;
		}
			div.profleet_form_wrapper.warning_small div.profleet_form_head h4 {
				color:#6F95BA;
				background:url(../img/icon_info.gif) no-repeat 100% 6px;
				font-size: 11px;
			}
		div.profleet_form_wrapper.warning_small div.profleet_form_content {
			background:url(../img/horizontal_dots_white.gif) repeat-x left bottom;
			font-size: 10px;
		}
		
		
		
		
		
		/* "Fehler" Variante */
		div.profleet_form_wrapper.error {
			background:#FCF2F2;
			border:1px solid #F00;
		}
		
			div.profleet_form_wrapper.error div.profleet_form_head {
				background:url(../img/horizontal_dots_red.gif) repeat-x left bottom;
			}
		
			div.profleet_form_wrapper.error div.profleet_form_head h4 {
				background:url(../img/icon_error.gif) no-repeat 100% 6px;
			}		
			
			div.profleet_form_wrapper.error ul {
				margin:0 !important;
				padding:0 0 0 10px;
			}
			
			
			
			
			
			/* -- Checkbox Spalten in einem Formular -- */
			table.profleet_form_table_checkbox {
			}

				table.profleet_form_table_checkbox td {
					vertical-align:top;
				}

				td.profleet_form_table_checkbox_field {
					width:30px;
					padding:2px 0 0 0;
				}

				td.profleet_form_table_checkbox_label {
					width:200px;
					padding:4px 0 0 0;
				}


			/* -- Tabelle für Standard Formularinhalte -- */
			table.profleet_form_table {
				
			}

				table.profleet_form_table td {
					vertical-align:top;
				}

				td.profleet_form_table_label {
					width:247px;
					padding:6px 5px 2px 0;
				}
					td.profleet_form_table_label.preise {
					}
						td.profleet_form_table_label.farbe input.t3tca_inputfield {
							width: 85px;
						}
						
						td.profleet_form_table_label.preise input {
							width: 70px;
						}
						td.profleet_form_table_label.preise span {		/** Brutto Preise **/
							margin-left: 30px;
							/*color: #052565;*/
						}
					
				td.profleet_form_table_label_long {
					width:477px;
					padding:6px 5px 2px 0;
				}
				td.profleet_form_table_label_middle {
					width:385px;
					padding:6px 5px 2px 0;
				}

				td.profleet_form_table_field {
					padding:2px 0 2px 0;
				}

					td.profleet_form_table_field input {
						vertical-align:top;
					}
				td.fileUpload {
					width:400px;
				}


	/*große Menüwahl mit Bild*/
	div.profleet_form_wrapper.header_button {
		margin-bottom: 10px;
	}
		div.profleet_form_head h3 {
			margin:0;
			padding:4px 0 0 0;
			color:#00386A;
			font-size:12px;
		}
		
		div.profleet_form_head h1 {
			margin:0;
			padding:4px 0 4px 0;
			color:#00386A;
			font-size:15px;
		}		
		
		div.header_button_picture {
			/*height:79px;*/
		}
			
			div.header_button_picture img {
				width:708px;
				vertical-align:top;
				/*height:79px;*/
			}
		
		div.header_button_footer {
			height:50px;
			font-size:11px;
			background:url(../img/horizontal_dots_white.gif) repeat-x center top;
			background-color: #8e99a2;
		}
		
		div.header_button_footer.low {
			height:15px;
		}
		
			div.header_button_footer div.left.footer {
				width: 340px;
				margin:5px 10px;
				color:#FFF;
				color: #000;
			}
			div.header_button_footer div.right.footer {
				width: 170px;
				margin: 10px;
				text-align: right;
			}
			div.header_button_footer div.footer {
				padding:5px 10px;
				color:#FFF;
			}
			
			div.header_button_footer div.fullwidth {
				padding:5px 10px;
				color: #FFF;
			}
			
			
			
	div.header_button_small div.header_button_picture img {
		height: 50px;
	}
	
		div.header_button_small div.left.footer {
			font-size: 11px;
			margin: 3px 10px;
		}
		div.header_button_small div.right.footer {
			margin: 8px 10px;
		}
		div.header_button_small div.header_button_footer {
			height:30px;
		}
		div.header_button_small div.header_button_footer.low {
			height:15px;
		}
		
		
	div.header_button_small_short {
		width: 525px;
	}
	div.header_button_small_short div.header_button_picture img {
		height: 50px;
		width: 525px;
	}
	
	
	.uploadedImage {
		width:240px;
	}








/* mein profleet
*******************/

	/*overview*/
div.my_profleet_overview {
	display:block;
	background:#CED3D8;

}


div.my_profleet_overview table {
	width:100%;
	margin-top:1px;
}
	div.my_profleet_overview table td.cell_1,
	div.my_profleet_overview table td.cell_2,
	div.my_profleet_overview table td.cell_3,
	div.my_profleet_overview table td.cell_4 {
		width:25%;
		padding:2px 15px;
		border-top:1px solid #FFF;
		border-bottom:1px solid #FFF;
	}
	div.my_profleet_overview table td.cell {
		padding:2px 15px;
		border-top:1px solid #FFF;
		border-bottom:1px solid #FFF;
	}
		div.my_profleet_overview table td.cell_1.blck, 
		div.my_profleet_overview table td.cell_2.blck,
		div.my_profleet_overview table td.cell_3.blck,
		div.my_profleet_overview table td.cell_4.blck {
			color: #333;
		}
	div.my_profleet_overview table td.cell_1,
	div.my_profleet_overview table td.cell_3 {
		border-left:1px solid #FFF;
	}

	div.my_profleet_overview table td.cell_2,
	div.my_profleet_overview table td.cell_4 {
		color:#FFF;
	}


div.link_neue_ausschreibung {
	height:30px;
	background:#8F99A2;
}
	div.link_neue_ausschreibung a {
		float:right;
		padding:5px 10px 0 0;
	}


		/*box*/

		div.my_profleet_box_wrap_short,
		div.my_profleet_box_wrap {
			width:339px;
			height:120px;
			background:#FFF;
			display:block;
			border:1px solid #FFF;
			margin:0 0 20px 0;
		}
		div.my_profleet_box_wrap_short {
			width:250px;
		}

			div.my_profleet_box_wrap_short div.box_headline h3,
			div.my_profleet_box_wrap div.box_headline h3 {
				font-size:12px;
				color:#00386A;
				background:url(../img/horizontal_dots_white.gif) repeat-x center bottom;
				background:#BFC4CA;
				/*background:#E8EEFA;*/
				padding-left:20px;
			}

			div.my_profleet_box_wrap div.box_content {
			}




/********* News ******************
**********************************/

div#main div#content div#right {
	margin:0;
	padding:0 0 20px 0;
	width:187px;
	float:right;
}

div#main div#content div#right h2 {
	font-weight: normal;
}

div#main div#content div#right h2 a {
	color: #666;
}

div.news-latest-container {
	margin-bottom: 20px;
}
	div.news-latest-container h2 a {
		color:#666;
		margin-bottom: 15px;
	}
	div.news-latest-item {
		font-size: 11px;
	}
		span.news-latest-date {
			margin-left: 20px;
			font-size: 10px;
		}
		div.news-latest-item h3 {
			/*border-bottom: 1px solid #e7e9eb;*/
		}
		div.news-latest-item h3 a {
			color: #333;
		}
			div.news-latest-text {
				color: #333;
			}
			div.news-latest-text p {
				line-height: 13px;
				padding-bottom: 0;
			}
		div.news-latest-morelink {
			margin-bottom: 5px;
		}
			div.news-latest-morelink a {
				color:#f59600;
				margin-left: 20px;
			}

			div.news-latest-morelink a:hover {
				color:#f59600;
				background-color: #fee9cc;
				text-decoration: none;
			}
		div.news-latest-gotoarchive {
		}
		
		
		
		
div.news-single-container {
	margin:0 0 15px 0;
	/*background:#BFC4CA;*/
	background:#E8EEFA;
	border:1px solid #FFF;
	width: 525px;
}
	div.news-single-head {
		padding:0 15px 0 15px;
		background:url(../img/horizontal_dots_white.gif) repeat-x left bottom;
	}
		div.news-single-timedata {
			color: #FFF;
			font-size: 11px;
		}
		div.news-single-head h3 {
			color:#00386A;
			font-size:12px;
		}
		div.news-single-head h4 {
			padding: 5px 0;
		}
		div.news-single-link a,
		div.news-single-author a {
			color: #FFF;
			font-size: 11px;
		}
	div.news-single-text {
		background:#CED3D8;
		padding: 10px 20px;
	}
	div.news-single-link {
		height:20px;
		background:#8F99A2;
		color: #FFF;
		text-align: right;
		padding: 3px 5px 0 0;
	}


div.news-search-form {
	margin:0 0 15px 0;
	/*background:#BFC4CA;*/
	background:#E8EEFA;
	border:1px solid #FFF;
	width: 480px;
	padding: 20px;
}
	div.news-search-emptyMsg {
		color:#00386A;
		margin-left: 20px;
	}
	
	
	
	
form.loginBox {
}
	form.loginBox table {
		border: none;
		max-width: 180px;
	}
		form.loginBox table td {
			vertical-align: top;
		}
	form.loginBox h3 {
	}
	form.loginBox input {
		background: url(../img/bg_input.gif) no-repeat top left;
		height: 22px;
		width: 143px;
		border: 0;
		color: #5e6d7b;
	}

	form.loginBox input:hover,
	form.loginBox select:hover,
	form.loginBox textarea:hover {
		border: 0;
		outline: 0;
	}

	form.loginBox input:focus,
	form.loginBox select:focus,
	form.loginBox textarea:focus {
		border: 0;
		outline: 0;
	}
	
	form.loginBox input.login_button {
		margin-top: 18px!important;
		margin-left: 4px!important;
	}


form.forgotPassword {
}
	form.forgotPassword h3 {
		margin-bottom:10px;
	}
	form.forgotPassword input.input_option {
		background-color: #EFF0F2;
		color: #5e6d7b;
		width:170px;
		margin-top: 5px!important;
	}
	form.forgotPassword button {
		margin-left: 90px;
	}
	





div.profleet_form_wrapper_inner {
	background-color: #ced3d8;
	border: 1px solid #FFF;
	margin: 20px 0;
	padding: 5px 10px; 
}
span.label {
	/*color: #5e6d7b;*/
	color: #000;
	font-size: 12px;
}
div.label_head {
	/*color: #5e6d7b;*/
	color: #000;
	font-weight: bold;
	font-size: 13px;
	margin: 5px 0;
}


label.profleet_form_label {	/*useful for checkbox/radio etc.*/
	display:block;
	margin-left:25px!important; 
}
span.profleet_form_floated_element {
	float:left;
}


/***** Anzeige Ausschreibung *****
**********************************/

div#ueberblick_angebote_tabs {	/*container*/
}
	div#profleet_ausschrpacket_ueberblick {						/*overview top + subtabs + content*/
	}
		div#ueberblick_angebote_tabs div.my_profleet_overview {			/*overview top*/
			background-color: #CED3D8;
			border:1px solid #FFF;
			border-left:1px solid #FFF!important;
			margin: 5px 5px 15px 5px;
			padding:10px;
		}
		
		div#ueberblick_angebote_tabs div.my_profleet_overview  div.profleet_datatab_wrap {
			margin:0;
			padding:0 10px;		
		}
		
		div#ueberblick_angebote_tabs div.ueberblick_angeboten_tabs,
		div#ueberblick_angebote_tabs div#ueberblick_auschreibungen_tabs {	/* subtabs + content table*/
			margin:5px;
		}
		
						
			div#ueberblick_angebote_tabs table.profleet_simpledatagrid {	/*content table*/
			}
				
				div#ueberblick_angebote_tabs table.profleet_simpledatagrid td {
					padding: 3px 8px;
				}
				div#ueberblick_angebote_tabs table.profleet_simpledatagrid td.title {
					padding: 20px;
					text-align: center;
					color:#00386A;
					font-weight: bold;
					font-size:14px;
				}
				div#ueberblick_angebote_tabs table.profleet_simpledatagrid td.subtitle {
					padding: 10px;
					color: #00386A;
					font-size:12px;
					background-color: #D6DFE6;/*#e7e9eb;*/
					font-weight:bold;
					border:1px solid #FFF;
				}
				div#ueberblick_angebote_tabs table.profleet_simpledatagrid td.subtitle.nob {
					font-weight:normal!important;
				}
				
				div#ueberblick_angebote_tabs table.profleet_simpledatagrid td.info {
					padding: 10px;
					border-top: none;					
				}
				div#ueberblick_angebote_tabs table.profleet_simpledatagrid td.profleet_simpledatagrid_value {
					color: #000;
					padding:3px 0;
					background-color: #DCE0E5;
				}

				div#ueberblick_angebote_tabs table.profleet_simpledatagrid td.profleet_simpledatagrid_label {
					background-color: #DCE0E5;
				}
				div#ueberblick_angebote_tabs table.profleet_simpledatagrid td.label_h {
					background-color: #DCE0E5;
				}

					div#ueberblick_angebote_tabs table.profleet_simpledatagrid span.feat {
						width: 120px;
						color: #000;
						font-weight: bold;
					}
					
				div#ueberblick_angebote_tabs table.profleet_simpledatagrid input {
					padding:2px;
				}
					div#ueberblick_angebote_tabs table.profleet_simpledatagrid select {
						padding:2px;
						width: 145px;
					}
					
					
	/****** Angebote tab *******
	****************************/
		
		div#ueberblick_angebote_tabs div.profleet_datatab_wrap {
			/*background-color: #CED3D8;*/
			border:1px solid #FFF;
			margin: 5px 5px;
		}
		div#profleet_angebot_detail.profleet_form_wrapper {
			border:none!important;
		}
		#angebotsdaten {
			background-color: #DCE0E5;
		}
		#ausschreibung {
			color: #666666!important;
		}
		
		div#ueberblick_angebote_tabs div.profleet_datatab_wrap {
			/*background:#BFC4CA;*/
			background:#E8EEFA;
			border:none;
		}
		
		
		
/*****Angebote Überblick Tabelle******
**************************************/

table.profleet_angebot_table {
	font-size:10px;
}
	table.profleet_angebot_table td.profleet_list_item_table {
		font-size:10px;
	}

td.noBorder,
tr.noBorder td,
table.profleet_angebot_table td#whitespace {
	border:none!important;
}





/*********** FRAME 2 ***************
*******************************/

div.csc-frame.csc-frame-frame2 {
	margin-top:40px;
	width: 700px;
	/*background-color: #E7E9EB;
	margin-bottom: -10px;*/
	/*padding: 0 20px;*/
}
	div.csc-frame.csc-frame-frame2 h2 {
		color:#5e6d7b;
		margin-bottom: 15px;
		margin-left: 0px;
		font-size: 16px;
		padding: 0px;
	}
	div.csc-frame.csc-frame-frame2 p {
		color:#5e6d7b;
		font-size: 11px;
		margin-bottom: 15px;
		padding: 0px;
	}
	div.csc-frame.csc-frame-frame2 ul,
	div.csc-frame.csc-frame-frame2 ol {
		color:#5e6d7b;
		font-size: 11px;
		margin: 0 0 15px 20px;
	}
	div.csc-frame.csc-frame-frame2 a {
		font-weight: bold;
	}

div.up_back {
	padding: 0 20px 20px 20px;
	text-align:right;
	font-size: 11px;

}

ul.csc-menu {
	/*color:#5e6d7b;*/
	color: #000;
	font-size: 11px;
	margin:0;
	padding: 0 30px 0px 40px;
}


ul.csc-menu a {
	color: #000;
}

ul.csc-menu a:hover {
	color: #f59600;
	background-color: transparent;
}




/*Neues Angebot*/
table.innerTable {
	margin:0 -8px;
	padding:0px;
}
	table.innerTable td {
		border:none;
	}
	table.innerTable td#leftInfo {
		width: 145px;
	}
	table.innerTable td#rightEdit {
		width: 210px!important;
	}
	table.innerTable td#right_first {
		width: 150px!important;
	}





/*****  Empfehlen Sie Uns ******
********************************/

table.empfehlenSieUns {
	margin: 20px auto;
	width: 450px;
	
}
	table.empfehlenSieUns td {
		height: 40px;
		vertical-align: top;
		color: #5E6D7B;
		font-size: 11px;
	}
		table.empfehlenSieUns textarea {
			width: 400px;
			height: 95px;
			font-size: 11px;
		}
		table.empfehlenSieUns td.submit {
			text-align: right;
			padding: 10px 40px 0 0;
		}
		

/****** Meine quick-Links *****
*******************************/
div.quickLinks {
	padding: 10px 0;
	font-size: 11px;
	color: #5e6d7b;
}
	div.quickLinks div.small {
		font-size: 10px;
	}
	div.quickLinks div.meinProfleet {
		color:#00386A;
		font-weight:normal;
		font-size:13px;
		margin: 5px 0;
		cursor: pointer;
	}
		div.quickLinks a.link {
			display: block;
			margin-left: 5px;
		}
		div.quickLinks a.logout {
			display: block;
			padding-top: 5px;
		}




/* neues Angebot */

div.active {
	font-weight: bold;
	background:url(../img/sortRight_green.gif) no-repeat left;
	padding-left: 10px;
}
div.saved {
	/*color: green;*/
	padding-left: 10px;
	background:url(../img/sortRight_act.gif) no-repeat left;
}
div.more {
	color: gray;
	padding-left: 10px;
}



div.profleet_footer_wrap {
	/*background:#BFC4CA;*/
	background:#E8EEFA;
	border:1px solid #FFF;
	padding: 10px;
	margin-bottom:5px;
}
	div.profleet_footer_wrap p {
		padding: 1px;
	}
	div.profleet_footer_wrap span {
		margin-right: 10px;
	}




/***** Konfigurator Microsite *****
************************************/


div.konfigurator_microsite {
	margin: 10px;
}
	div.konfigurator_microsite div.picture {
		background-color: #EAF0F6;
		margin-bottom: 10px;	
	}



/**** Nutzerbefragung Ticker *****
**********************************/


div#thickBoxBackground {
	position:absolute;
	top:0;
	left:0;
	z-index:1000;
	width: 100%;
	height: 300%;
	background:url(../img/thickbox_bg.png);
}
	div#flash_element {
		width: 680px;
		margin: 50px auto;
		z-index:2000;
		background-color: #FFF;
		text-align: center;
		padding: 0;
	}
		div#flash_element iframe {
			width: 680px;
			height: 650px;
			border: none;
			margin: 0;
			padding: 0;
			
		}
		div#flash_element div.submit {
			width: 100%;
			margin: 0;
			padding: 10px;
		}
	
	
	