BODY, TD, A, P, DIV, LEGEND, LABEL, INPUT, SELECT, TEXTAREA, FORM, OL, UL, LI, H1, H2, H3, H4, H5, DT, DL, DD {
	font-family: Arial, Helv, Helvetica, sans-serif;
	font-size: 11px;

	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;

}

BODY, TD, P, DIV, LEGEND, LABEL, INPUT, FORM, SELECT, TEXTAREA, OL, UL, LI, H1, H2, H3, H4, H5 {
	color: #5B5B5B;
}
BODY {
	background: white;
	text-align: center;
}

.spacer{
	clear: both;
	font-size: 1px;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.floatLeft {
    float: left;
}

.clearfix {display: inline-table;}


.navtitle {
	display: none;
}

A, A:visited, A:active {
	color: #e3001a;
}
A:hover {
	color: #e3001a;
}

.orange {
    color: #e3001a;
}


/********************************************************************************************************/
/* layout layout layout layout layout layout layout layout layout layout layout layout layout layout    */
/********************************************************************************************************/


#page {
	margin-top: 6px;
	margin-bottom: 0px;

	margin-right: auto;
	margin-left: auto;

	text-align: left;
	width: 935px;
	background-image: url("../pix/bgpage.gif"/*tpa=http://www.strabag-pfs.com/fileadmin/template/main/pix/bgpage.gif*/);
	background-repeat: repeat-y;
	background-color: #ebebeb;
}



#head {
	position: relative;
	background-image: url("../pix/bgpagetop.gif"/*tpa=http://www.strabag-pfs.com/fileadmin/template/main/pix/bgpagetop.gif*/);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	padding:0px;
	margin:0px;
}


#head DIV.logo {
	position: absolute; top:0px; left: 0px; z-index:100;
	width: 238px;
	margin-top: 15px;
	margin-left: 15px;
}
#head DIV.visual {
	width: 935px;
	height: 143px;
	overflow: hidden;
	text-align: right;
}


#torso {
	z-index: 1;
	/*width: 943px;*/
	width: 935px;
	margin-bottom: 12px;
	display: table;		
}
#page .tbg1 {
	background-image: url("../pix/torsoBack.gif"/*tpa=http://www.strabag-pfs.com/fileadmin/template/main/pix/torsoBack.gif*/);
	background-repeat: repeat-y;
	display: table;		
}
#page .tbg2 {
	background-image: url("../pix/torsoBack2.gif"/*tpa=http://www.strabag-pfs.com/fileadmin/template/main/pix/torsoBack2.gif*/);
	background-repeat: repeat-y;
	display: table;			
}

#leftCol {
	float: left;
	width: 180px;
	background-image: url("../pix/navleftbg.gif"/*tpa=http://www.strabag-pfs.com/fileadmin/template/main/pix/navleftbg.gif*/);
	background-repeat: repeat-y;	
}


#content {
	float: left;
	width: 710px;

	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 14px;
	overflow-x: hidden; 
}
DIV.cbg1 {
	background-image: url("../pix/bgcon2.gif"/*tpa=http://www.strabag-pfs.com/fileadmin/template/main/pix/bgcon2.gif*/);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
DIV.cbg2 {
	background-image: url("../pix/bgcon.gif"/*tpa=http://www.strabag-pfs.com/fileadmin/template/main/pix/bgcon.gif*/);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}



html>body #content { 
	overflow: visible;
}
.singleCol {
	padding-right: 40px;
}

#foot {
	clear: both;
	width: 935px;
	height: 27px;
}
DIV.fbg1 {
	background-image: url("../pix/bgfooter.gif"/*tpa=http://www.strabag-pfs.com/fileadmin/template/main/pix/bgfooter.gif*/);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
DIV.fbg2 {
	background-image: url("../pix/bgfooter2.gif"/*tpa=http://www.strabag-pfs.com/fileadmin/template/main/pix/bgfooter2.gif*/);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

#foot DIV.footBorder {
	padding-right: 15px;
	padding-top: 5px;
	height: 25px;
}
#foot DIV.footBorder P {
	text-align: right;
	color: #CCCCCC;
}


/********************************************************************************************************/
/* Topnavigation Topnavigation Topnavigation Topnavigation Topnavigation Topnavigation Topnavigation Topnavigation */
/********************************************************************************************************/

#topNav {
	clear: both;
	background-color: #e3001a;
	padding-left: 15px;
	padding-right: 15px;
	width: 905px;
}

#topNav DIV.wrapper {
	height: 30px;
	background-color: #e3001a;
}

#topNav .left {
	padding-top: 0px;
	float: left;
	width: 560px;	
}

#topNav .right {
	float: right;
	padding-top: 0px;	
}

#topNav .left, #topNav .right {
	padding-left: 0px;
	padding-right: 0px;
}

#topNav LI  {
	list-style: none;
	display: inline;
	float: left;
	padding: 0px; margin: 0px;
}
#topNav LI A {
	display: block;
	float: left;
	height: 22px; 
	padding-top: 8px;
	text-decoration: none;
	color: white;
	margin-left:-1px;
}
#topNav LI A SPAN {
	padding-left: 11px;
	padding-right: 10px;
	border-right: 1px solid white;
	display: block;
	float: left;
	cursor: pointer;

}
#page #topNav UL LI A:hover {
	background-color: white;
	color: #e3001a;
	display: block;
}

#topNav LI.last A SPAN {
	border-right: none;
}
#topNav UL LI.first A {
	margin-left:1px;
}
#topNav LI.first A.active, #topNav UL LI.first A:hover {
	border-left: 1px solid #666666;
	margin-left:0px;
}


#topNav UL LI A.active {
	color: #e3001a;
	background-color: white;
}

#topNav INPUT#searchField {
	border-left: 1px solid #454545;
	border-top: 1px solid #454545;
	border-bottom: 1px solid #F0F0F0;
	border-right: 1px solid #F0F0F0;

	background-color: #ffffff;
	margin-top:6px;margin-left:10px;
	padding-left: 2px;
	padding-right: 2px;
}

#page #topNav A.arrow_1, A.arrow_1,#page #topNav A.arrow_1:hover, A.arrow_1:hover {
	height: 15px;
	border:0px;
	text-align: right;
	background-image: url("../pix/bgbutton.gif"/*tpa=http://www.strabag-pfs.com/fileadmin/template/main/pix/bgbutton.gif*/);
	background-position: 5px 5px;
	background-repeat: no-repeat;
	color: white;
	padding: 0px 0px 0px 19px;
	background-color: #e3001a;
}
#page #topNav A.arrow_1 { margin-left: 5px; margin-top: 7px; }
/********************************************************************************************************/
/* Leftnavigation Leftnavigation Leftnavigation Leftnavigation Leftnavigation Leftnavigation Leftnavigation     */
/********************************************************************************************************/

.FMPAW {
    position: absolute;
    right: 8px;
    bottom: -47px;
	height: 40px;
}

#nav {
	background-color: white;
	margin-left: 10px;
	width:165px;
	margin-top: 0px;
	margin-bottom: 170px; 
}

#nav LI  {
	list-style: none;
	color: #666666;
}

#nav A {
	display: block;
	
	color: #666666;
	text-decoration: none;

	padding-left: 9px;
	padding-right: 9px;
	padding-top: 8px;
	padding-bottom: 11px;
	/*width: 210px;*/

	border-top: 1px solid #ebebeb;
	
	border-left: 1px solid #000;
	border-right: 2px solid #ccc;

}
#nav LI.first A {

	border-top: 2px solid #ccc;
}



#nav UL LI A.navOpen {
	color: #666666;
	font-weight: bold;
	background-color: #ebebeb !important;
}
#nav UL LI A.active {
	font-weight: bold;
	color: #e3001a;
	background-color: #ebebeb !important;
}


#nav A:hover, #nav A.navOpen:hover {
	background-color: #ebebeb;
	color: #e3001a;
	border-left: 1px solid #000;
	border-right: 2px solid #ccc;
	border-top: 2px solid #fff;
}

#nav ul li:hover {
	background-color: #ebebeb;
}
/* subnav subnav subnav subnav subnav subnav subnav subnav subnav  */

#nav UL.subNav {
	margin:0px; padding:0px; list-style: none;
	display: block;
}
#nav UL.subNav LI A {
	width: 199px;
	padding-left: 20px;
	background-color: #f5f5f5;
	background-image: url("../pix/list1.gif"/*tpa=http://www.strabag-pfs.com/fileadmin/template/main/pix/list1.gif*/);
	background-repeat: no-repeat;
	background-position: 9px 14px;
	border-top: 1px solid #ebebeb !important;
	font-weight: normal;
}
#nav UL.subNav LI A.active {
	color: #e3001a;
	background-color: #f5f5f5 !important;
	font-weight: normal;
}
/* subnav2 subnav2 subnav2 subnav2 subnav2 subnav2 subnav2 subnav2 subnav2  */

#nav UL.subNav2 {
	margin:0px; padding:0px; list-style: none;
	display: block;
}
#nav UL UL.subNav2 LI A {
	width: 179px;
	padding-left: 40px;
	background-color: #f5f5f5;
	background-image: url("../pix/list1.gif"/*tpa=http://www.strabag-pfs.com/fileadmin/template/main/pix/list1.gif*/);
	background-repeat: no-repeat;
	background-position: 29px 14px;
	border-top: 1px solid #ebebeb !important;
	font-weight: normal;
}
#nav UL UL.subNav2 LI A.active {
	color: #e3001a;
	background-color: #f5f5f5 !important;
	font-weight: normal;
}
#nav LI A.navOpen {
	color: #e3001a;
	background-color: #f5f5f5 !important;
}

}


/********************************************************************************************************/
/* 3. level navigation 3. level navigation 3. level navigation 3. level navigation 3. level navigation
/********************************************************************************************************/

#content .rightCol2 UL.subNav {
	margin-bottom: 30px;
	width: 185px;
}

#content .rightCol2 UL.subNav LI{ 
	padding: 0px;
	margin: 0px;
}

#content .rightCol2 UL.subNav LI.first { 
	border-top: 5px solid #ebebeb;
}

#content .rightCol2 UL.subNav LI A, #content .rightCol2 UL.subNav LI A:active, #content .rightCol2 UL.subNav LI A:visited{ 
	display: block;

	padding-left: 25px;
	padding-right: 10px;
	padding-top: 8px;
	padding-bottom: 6px;
	
	text-decoration: none;

	background-color: #f5f5f5;
	background-image: url("../pix/list1.gif"/*tpa=http://www.strabag-pfs.com/fileadmin/template/main/pix/list1.gif*/);
	background-repeat: no-repeat;	
	background-position: 15px 14px;

	border-top: 1px solid #ffffff;
	color: #5E5C5D;
}


#content .rightCol2 UL.subNav LI A.active, 
#content .rightCol2 UL.subNav LI A.active:visited, 
#content .rightCol2 UL.subNav LI A.active:active, 
#content .rightCol2 UL.subNav LI A:hover{ 
	color: #e3001a;
	background-image:  url("../pix/list1.gif"/*tpa=http://www.strabag-pfs.com/fileadmin/template/main/pix/list1.gif*/);
}


/* 4. level navigation  */
#content .rightCol2 UL.subNav UL{

}

#content .rightCol2 UL.subNav UL LI.first { 
	border-top: none;	
}

#content .rightCol2 UL.subNav UL A, 
#content .rightCol2 UL.subNav UL A:active, 
#content .rightCol2 UL.subNav UL A:visited { 
	background-image: none;
}


#content .rightCol2 UL.subNav UL A.active, 
#content .rightCol2 UL.subNav UL A.active:active, 
#content .rightCol2 UL.subNav UL A.active:visited, 
#content .rightCol2 UL.subNav UL A:hover{ 
	color: #e3001a;
	background-image: none;
}


/*  spacer  */
#content .rightCol2 UL.subNav LI.spc {
	color: #e3001a;
	padding-top: 10px;
	padding-bottom: 5px;
	font-weight: bold;

}

/********************************************************************************************************/
/* footnavigation footnavigation footnavigation footnavigation footnavigation footnavigation footnavigation 
/********************************************************************************************************/


#footNav {
	margin-left: 0px;
	width:228px;
	padding: 0px;
	background-color: white;	

	z-index: 10; position: absolute; bottom: 70px; left: 16px; margin-bottom: 0px; 
}
#footNav UL { margin: 0px; padding: 0px; list-style: none; }


#footNav LI  {
	list-style: none;

	color: #666666;
}

#footNav UL A {
	display: block;
	
	color: #999999;
	text-decoration: none;
	padding-left: 9px;

	padding-right: 9px;
	padding-top: 8px;
	padding-bottom: 9px;
	
	width: 210px;

	border-top: 1px solid #ebebeb;
}
#footNav LI.first A {
	border-top: 0px;
}

#footNav UL A.active{
	background-color: #ebebeb;
	color: #e3001a;

}
#footNav UL A:hover, #nav A.navOpen:hover {
	background-color: #ebebeb;
	color: #e3001a;
}





/************************************************************************************************************/
/* content content content content content content content content content content content content content content */
/*************************************************************************************************************/



#content.printview {
	text-align: left;

	background-color: #ffffff;

	border: 1px solid #ffffff;
	padding-top: 10px;
	padding-bottom: 10px;
}






/* **************************************************/
/* 2 splalten layout 1 (links und rechts gleichgroß)  */

#content .leftCol1{
	width: 280px;
	float: left;

	overflow-x: hidden;
}
html>body #content .leftCol1 { 
	overflow: visible;
}
#content .rightCol1{
	width: 280px;
	float: right;

	overflow-x: hidden;
}
html>body #content .rightCol1 { 
	overflow: visible;
}

/* **************************************************/
/* 2 splalten layout 2 (links grösser mit trennlinie und kleiner rechter maginalie)  */
#content .leftCol2{
	width: 350px;
	float: left;
	overflow-x: hidden;	
}
html>body #content .leftCol2 { 
	overflow: visible;
}

#content .rightCol2{
	padding-left: 15px;
	padding-right: 15px;
	width: 185px;
	float: right;
	overflow-x: hidden;

}
html>body #content .rightCol2 { 
	overflow: visible;
}


#content .rightCol2 P, #content .rightCol2 LI{
	color: #e3001a;
}
#content .rightCol2 H4{
	color: #e3001a;
}
#content .rightCol2 P, #content .rightCol2 LI, #content .rightCol2 A {
	font-size: 10px;
}

#content .H1spacer {
	height: 24px;
}

/* **************************************************/
/* 3 splalten layout  */

#content .leftCol3{
	width: 180px;
	float: left;

	overflow-x: hidden;
}
html>body #content .leftCol3 { 
	overflow: visible;
}

#content .rightCol3{
	width: 160px;
	padding: 0px;
	float: right;

	overflow-x: hidden;
}
html>body #content .rightCol3 { 
	overflow: visible;
}




/* **************************************************/
/* HR HR HR HR HR HR HR HR HR HR HR HR HR HR HR HR  */
#content DIV.hr, 
#content P.hr {
	border-bottom: 1px dotted #5B5B5B;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 1px;
}
#content .rightCol2 DIV.hr {
	border-bottom: 1px dotted #e3001a;
}

#content DIV.hr HR {
	display: none;
}

* html #content DIV.hr,
* html #content P.hr {
	border-bottom: none;
	height: 1px;
	
	background-image: url("../pix/dotted_grey_h.gif"/*tpa=http://www.strabag-pfs.com/fileadmin/template/main/pix/dotted_grey_h.gif*/);
	background-repeat: repeat-x;	
}

* html #content .rightCol2 DIV.hr {
	border-bottom: none;
	height: 1px;
	
	background-image: url("../pix/dotted_red_h.gif"/*tpa=http://www.strabag-pfs.com/fileadmin/template/main/pix/dotted_red_h.gif*/);
	background-repeat: repeat-x;	
}






/* **************************************************/



#content A:hover {
	background-color: #e3001a;
	color: #ffffff;
	text-decoration: none;
}

#content P.arrow_1 A, #content P.arrow_1 A:visited, #content P.arrow_1 A:active {
	padding-left: 16px;
	padding-right: 3px;
	padding-bottom: 2px;
	
	background-image: url("../pix/bgbutton2.gif"/*tpa=http://www.strabag-pfs.com/fileadmin/template/main/pix/bgbutton2.gif*/);
	background-repeat: no-repeat;
	background-position: 0px 5px;
}

#content P.arrow_1 A:hover {
	background-image: url("../pix/bgbutton.gif"/*tpa=http://www.strabag-pfs.com/fileadmin/template/main/pix/bgbutton.gif*/);
}



#content P.vakanz-normal, #content .vakanz-active {
	margin:2px 0px 2px 0px;padding:2px 5px 2px 5px;}
#content P.vakanz-active {background-color:#EAECE9;font-weight:bold}
#content P.arrow_1.vakanz-active A {
	background-image: url("../pix/arrow_1_trans.gif"/*tpa=http://www.strabag-pfs.com/fileadmin/template/main/pix/arrow_1_trans.gif*/);
	text-decoration: none;
}





#content H1 {
	font-family: Arial, helv, helvetica, sans-serif;
	font-size: 30px;
	font-weight: normal;

	color: #e3001a;

	padding-bottom: 0px;
}


#content H2 {
	font-family: Arial, helv, helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;

	padding-bottom: 25px;
}

#content H3 {
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 5px;
}

#content H5 {
	font-size: 10px;
	font-weight: normal;
}

#content .math {
	font-size: 11px;

}


#content SPAN.small {
	padding: 0px;
	font-size: 10px;
	font-weight: normal;
}


#content P {
	line-height: 150%;
}


/* Listen Listen Listen Listen Listen Listen Listen Listen Listen Listen Listen Listen Listen Listen 
************************************************************************************************************/
#content UL {
	list-style-type: none;
}
#content LI { 

	padding-top: 0px;
	padding-bottom: 5px;

	background-image: url("../pix/list2.gif"/*tpa=http://www.strabag-pfs.com/fileadmin/template/main/pix/list2.gif*/);
	background-repeat: no-repeat;
	background-position: 0 .6em;
	line-height: 150%;
	
	padding-left: 15px;
}
html>body #content LI {
	background-position: 0 .6em;
}


#content .rightCol2 LI { 
	background-image: url("../pix/list1.gif"/*tpa=http://www.strabag-pfs.com/fileadmin/template/main/pix/list1.gif*/);
	background-position: 0 .5em;
	padding-left: 10px;
}



#content DL {
}
#content DT, #content DD { 
	width: 170px;
	float: left;
	margin: 0px;
	padding: 0px;
	padding-bottom: 10px;

	line-height: 150%;
}
#content DT {
	font-weight: bold;
}
#content DD {
}









/* forms
************************************************************************************************************/

/* ns4 hack (show not in ns4) */
/*/*/	



#content FORM FIELDSET {
	margin-bottom: 20px;
	padding:0px;
	border: 1px dotted #cccccc;
	padding-bottom: 12px;
}

#content FORM LEGEND {
	font-size: 12px;
/*	color: #9BC6E3; */
	background: #ffffff;

	margin-bottom: 10px;
	margin-left: 3px;
	padding: 2px;

	font-weight: bold;
}
/* opera hack */
html>body #content FORM LEGEND {
	display:block;
}
		

#content FORM LABEL SPAN{
	cursor: pointer; 
	float: left;
	padding: 0px;
	font-weight: bold;

}

#content INPUT.formInput, #content TEXTAREA{

	margin-bottom: 0px;

	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #D5D9D3;
	border-bottom: 1px solid #D5D9D3;

	background-color: #EAECE9;
}


#content TEXTAREA{
	overflow: auto;
}



/* */


/* tabellen
************************************************************************************************************/

#content TABLE {
	margin: 10px;
	width: 370px;

	border-right: 1px solid #cccccc;
}

#content TABLE P {
	padding-left: 0px;
	padding-right: 0px;
}

#content TD, #content TH{
	vertical-align: top;
	text-align: left;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding-top: 2px;
	padding-bottom: 2px;
	background: #fff;
}
		

#content TH, #content TR.tr-0 {
	background-color: #cccccc;
	font-weight: normal;	
}


/********************************************************************************************************/
/* spezial things  in content */


#content .printButton, #content .printButton:visited {

	padding-left: 20px;
	padding-right: 5px;
	padding-top: 0px;

	
	background-image: url("../pix/printicon.gif"/*tpa=http://www.strabag-pfs.com/fileadmin/template/main/pix/printicon.gif*/);
	background-repeat: no-repeat;
	background-position: 2px 2px;

	display: block;

}
#content .printButton:hover {
	background-image: url("../pix/printicon_hover.gif"/*tpa=http://www.strabag-pfs.com/fileadmin/template/main/pix/printicon_hover.gif*/);
}

#content p.visual {
	background-color:#dddddd; 
	padding: 0px;
	text-align:center;

	padding:0px;
	margin-left: 20px;
	margin-right: 20px;
}






/* -----------------------------------------------------------------------------
   imgtext / textpic  imgtext / textpic  imgtext / textpic  imgtext / textpic 
------------------------------------------------------------------------------*/
/* COMMON */
DIV.csc-textpic {
	padding-top: 15px;
	padding-bottom: 15px;

	text-align: left;
}

#content DIV.csc-textpic DL,
#content DIV.csc-textpic DD,
#content DIV.csc-textpic DT {
	width: auto;
	float: none;
	line-height: normal;
	display: block;
	padding: 0px;
	margin: 0px;
}


.csc-textpic:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}


.csc-image {
	background-color: #DDDDDD;
	width: 350px;

}

.csc-textpic-imagewrap {
	padding: 0px;
	margin: 0px;
}

.csc-textpic-image {
	margin: 0px;
	padding: 0px;
}




.csc-textpic-clear {
	clear: both;
}



/*

DIV.csc-image-multiwrap {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}
DIV.csc-image-multiwrap-last {
	margin-right: 0px;
}
* html #content DIV.csc-image-multiwrap {
	margin-bottom: 0px;
}


DIV.csc-caption {
	background-color: #ffffff;
}
#content DIV.csc-caption P{
	padding-top: 10px;
}

#content P.csc-caption {
	text-align: left;
	padding: 0px;
	margin: 0px;
}


.csc-center {
    text-align: center;
}
.csc-left {
    text-align: left;
}
.csc-right {
    text-align: right;
}

.csc-left .csc-text, .csc-right .csc-text {
	padding: 0px;
	padding-bottom: 0px;
}
#content .csc-text P {
	padding: 0px;
}


/ * INTEXT LEFT NOWRAP* /
.csc-intext-left-nowrap .csc-image, .csc-intext-left-nowrap .csc-text {
    float: left;
}
/ * INTEXT RIGHT NOWRAP* /
.csc-intext-right-nowrap .csc-image, .csc-intext-right-nowrap .csc-text {
    float: right;
}

/ * INTEXT RIGHT NOWRAP       and   INTEXT LEFT NOWRAP* /
.csc-intext-left-nowrap .csc-image, .csc-intext-right-nowrap .csc-image {
	margin: 0px;
	margin-left: 5px;
	margin-right: 5px;
	width: 170px;
}
.csc-intext-left-nowrap, .csc-intext-right-nowrap {
	padding-left: 0px;
}
.csc-intext-left-nowrap DIV.csc-text, .csc-intext-right-nowrap DIV.csc-text {
	padding-top: 0px;

	width: 170px;
}


*/

/* -----------------------------------------------------------------------------
 selection-frame  selection-frame selection-frame selection-frame selection-frame 
------------------------------------------------------------------------------*/


DIV.selectionFrame-50invisible {
   -moz-opacity:0.2;
   opacity: 0.2;
   filter:alpha(opacity=20);
	width: 370px;
}

DIV.selectionFrame-borderTop {

}

DIV.selectionFrame-borderTop .csi-textpic { 
	margin-top: 10px;

}

DIV.selectionFrame-borderBottom .csi-textpic { 
	font-size: 1px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}





/* -----------------------------------------------------------------------------
sitemap
------------------------------------------------------------------------------*/

/* level1 */
#content DIV.sitemap UL.level1 {
	margin-left: 0px;
	margin-right: 10px;
	padding: 0px;

	padding-bottom: 10px;

}

#content DIV.sitemap UL.level1 LI {
	background-image: none;
	padding: 0px;

}
#content DIV.sitemap UL.level1 LI A {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 4px;	
	padding-bottom: 4px;	
	
	display: block;
	background-color: #f5f5f5;
	font-size: 13px;
	font-weight: bold;

	text-decoration: none;


	margin-top: 10px;
	margin-bottom: 10px;
}




/* level2 */
#content DIV.sitemap UL.level2 {
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
}

#content DIV.sitemap UL.level2 LI {
	padding: 0px;
	margin: 0px;
	line-height: normal !important;
}
#content DIV.sitemap UL.level2 LI A {
	background-image: url("../pix/list1.gif"/*tpa=http://www.strabag-pfs.com/fileadmin/template/main/pix/list1.gif*/);
	background-position: 0px 4px;
	background-repeat: no-repeat;

	padding-left: 10px;
	padding-right: 10px;
	padding-top: 1px;	
	padding-bottom: 1px;	
	
	display: block;
	background-color: #ffffff;
	font-size: 10px;
	font-weight: normal;

	text-decoration: none;

	margin: 0px;

	line-height: normal !important;
}

#content DIV.sitemap UL LI A:hover {
	background-color: #e3001a;
	color: #ffffff;
}



/* -----------------------------------------------------------------------------
Indexed Search
------------------------------------------------------------------------------*/

#content .tx-indexedsearch TABLE, #content .tx-indexedsearch TD {
	border: none;
	padding: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
#content .tx-indexedsearch-res {
	width: 100%; float: none; clear: both;
}
#content .tx-indexedsearch-res TABLE {
	width: 100%;
}

#content TABLE.tx-indexedsearch-searchRes {
	width: auto;
	border: none;

	margin-bottom: 0px;
	margin-bottom: 0px;
}

#content TABLE.tx-indexedsearch-searchRes TD {
	border: none;
}

#content .tx-indexedsearch-title, #content .tx-indexedsearch-icon, #content .tx-indexedsearch-result-number {
	background-color: #E5E7E4;
}
.tx-indexedsearch-whatis {
	display: none;
}
#content .tx-indexedsearch .tx-indexedsearch-browsebox UL {
	display: block; margin:0px; padding: 0px; list-style: none; list-style-image: none;background-image: none;
}
#content .tx-indexedsearch .tx-indexedsearch-browsebox LI { 
	display: block; float: left; padding: 0px 5px 0px 0px;  float: left;  margin: 0px; list-style: none; list-style-image: none; background-image: none;
}
#content .tx-indexedsearch .tx-indexedsearch-browsebox A {
	display: inline; background-image: none;
}
#content .tx-indexedsearch-browsebox TABLE {
	width: auto;
}

#content .tx-indexedsearch-redMarkup {
	color: #e3001a; font-weight: normal;
}
#content .tx-indexedsearch-browselist-currentPage STRONG {
	font-weight: normal;	
}
#content .tx-indexedsearch-browselist-currentPage A {
	text-decoration: none;
	color: #5B5B5B;
}
#content .tx-indexedsearch-browselist-currentPage A:hover {
	text-decoration: none;
	color: #5B5B5B;
	background-color: white;
}



#content DIV.homeBanner .hr { margin-top: 25px; margin-bottom: 30px; }

/* -----------------------------------------------------------------------------
Homepage Banner
------------------------------------------------------------------------------*/
DIV.homeBanner {

	padding-left: 0px;
       
}


.banner {
    position: relative;
    display: block;
    float: left;

    width: 162px;
    height: 166px;
    
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    
    margin-right: 15px;
    
    color: #5b5b5b;

}
#content .banner H3 {
	font-size:11px; font-weight:bold;
	background-image: url("../pix/dotted_grey_h.gif"/*tpa=http://www.strabag-pfs.com/fileadmin/template/main/pix/dotted_grey_h.gif*/);
	background-position: bottom;
	background-repeat: repeat-x;
	height: 19px;
	margin-bottom: 14px;
	padding-top: 8px;
	margin-top: 0px;
}
#content .banner A,
#content .banner A:visited,
#content .banner A:active,
#content .banner A:hover {
    color: #5b5b5b;
    text-decoration: none;
    background: none;
	
}
#content .banner H3 A,
#content .banner H3 A:visited,
#content .banner H3 A:active,
#content .banner H3 A:hover {
    color: #5b5b5b;
    text-decoration: none;
    background: none;
	font-size:11px; font-weight:bold;
}



#content .banner A.bannerButton,
#content .banner A.bannerButton:visited,
#content .banner A.bannerButton:active {
    display: block;
    position: absolute;
    bottom: 10px;
    left: 10px;

    width: 74px;
    height: 15px;
    padding-left: 18px;

    background-color: #e3001a;
    color: #ffffff;
    text-decoration: none;

    background-image: url("../pix/bgbutton.gif"/*tpa=http://www.strabag-pfs.com/fileadmin/template/main/pix/bgbutton.gif*/);
    background-position: 5px 5px;
    background-repeat: no-repeat;

}


#content DIV.homeBanner DIV.banner1 {
	background-color: #ebebeb;
	/*background-image: url(../pix/banner1.gif);*/
}
#content DIV.homeBanner DIV.banner2 {
	background-color: #ebebeb;
	/* background-image: url(../pix/banner2.gif); */
}
#content DIV.homeBanner DIV.banner3 {
	background-color: #ebebeb;
	margin-right: 0px;
	/* background-image: url(../pix/banner3.gif); */
}


.banner SELECT {
    width: 160px;
    border: 1px solid #333333;

    padding: 1px;
    padding-left: 1px;
    padding-right: 1px;
}

.banner INPUT {
    width: 148px;
    border: 1px solid #333333;

    padding: 1px;
    padding-left: 5px;
    padding-right: 5px;
	margin-top:8px;
}

.banner P.desc {
    margin-top: 3px;
    margin-bottom: 8px;
	font-size: 10px;
}



/*----------------- startseite englisch-----------------------*/

DIV#start-en-left {  
        width: 285px;
        
}

DIV#start-en-right {  
        width: 200px;
        
}

/*----------------- referenzen -------------- */
DIV#refcontainer {  
        background-color: #C1c1c1;
        margin-left: 0px;
        width: 581px;
        margin-bottom: 10px;

		  background-image: url("../pix/refback.gif"/*tpa=http://www.strabag-pfs.com/fileadmin/template/main/pix/refback.gif*/);
		  background-repeat: repeat-y;

}

DIV#refcontainer H3 {
        font-size: 12px;
        font-weight: bold;
        color: #ffffff;
        background-color: #b6b6b6;
        padding-left: 15px;
        height: 18px;
        padding-top: 5px;
		  padding-bottom: 2px;
        margin-bottom: 3px;
}


DIV#refcontainer DIV#piccontainer {  
        float: left;

}

DIV#refcontainer DIV#piccontainer IMG#bigpic {  
       border-bottom: 1px solid white;
}

DIV#refcontainer DIV#piccontainer IMG.smallpic {  
        float: left;

        border-bottom: 1px solid white;
}

DIV#refcontainer DIV#piccontainer .left{  
        border-right: 1px solid white;
}

DIV#infocontainer-nopic { 
        float: left;
        background-color: #ececec;
        border-left: 1px solid white;        

		  
        width: 211px;
        min-height: 505px;        /* gute Browser */
        height: 505 !important;  /* gute Browser */
}

DIV#infocontainer { 
        float: left;
        background-color: #ececec;
        border-left: 1px solid white;        

		  
        width: 211px;
        min-height: 505px;        /* gute Browser */
        height: 505 !important;  /* gute Browser */


}

* html #infocontainer {
        height: 505px; 
}

* html #infocontainer-nopic {
        height: 505px; 
}

DIV#refcontainer UL{
        margin-top: -10px;
        margin-left: 16px;
        margin-bottom: 6px;
} 

DIV#refcontainer P.info { 
        padding-left: 15px;
        padding-bottom: 10px;
        
}


/*********************************************************************************************************/
/* formular wrapper formular wrapper formular wrapper formular wrapper formular wrapper formular wrapper */
/* für weises Template */
/*********************************************************************************************************/


/* left right floater / links rechts ausrichter extendsion  */
.formLeft {
	width: 175px;
	float: left;
}
.formRight {
	width: 175px;
	float: left;
}

.formOnlyRight {
        width: 175px;
        padding-left: 175px;
}

.formLeft, .formRight, .formOnlyRight {
	margin-bottom: 5px;	
}

#content .formLeft P {
}

.formLeft P LABEL, LABEL.checkbox {
	background-image: url("../pix/dotted_grey_h.gif"/*tpa=http://www.strabag-pfs.com/fileadmin/template/main/pix/dotted_grey_h.gif*/);
	background-repeat: repeat-x;
	background-position: bottom;

	padding-top: 1px;
	padding-left: 5px;
	padding-bottom: 2px;
	margin-right: 5px;


	display: block;
}

.nullform .formLeft P LABEL, .nullform LABEL.checkbox {
	background-image: url("../pix/dotted_teal_h.gif"/*tpa=http://www.strabag-pfs.com/fileadmin/template/main/pix/dotted_teal_h.gif*/);
}

.nullform {
	float:left;
	width:400px;
	margin-left:0px;	
}





LABEL.checkbox {
	padding-top: 5px;
	padding-bottom: 2px;
	margin-right: 10px;
	margin-bottom: 10px;
}

LABEL.checkbox INPUT {
	margin-right: 6px;
}

INPUT.formCheck {
	background: none;
}


/*********************************************************************************************************/
/* Formfields Formfields Formfields Formfields Formfields Formfields Formfields Formfields  */


DIV.formCol LABEL {
}
DIV.formRow3 DIV.formCol LABEL, DIV.formRow4 DIV.formCol LABEL {
	font-weight: bold;
}


/* checkbox  */
DIV.formCol INPUT.formCheck, DIV.formCol INPUT.formRadio {
	margin-right: 5px;
}
* html DIV.formCol INPUT.formCheck, DIV.formCol INPUT.formRadio {
	margin-right: 2px;
	margin-left: -3px;
	margin-top: -4px;
	margin-bottom: -2px;        
}

.formRadio {  
	margin-bottom: -30px;        
        margin-right: 4px;
        margin-left: 4px;
}

.radio {
    margin-bottom: -3px;
    margin-top: 4px;
    margin-right: 10px;
}

.formGroup {
    margin-top: 15px;
    margin-bottom: 15px;
}



@media all and (min-width: 0px){ DIV.formCol INPUT.formCheck, DIV.formCol INPUT.formRadio { 
	margin: -2px;
	margin-right: 3px;
}}


/* selectbox  */
DIV.formCol SELECT {
	color: #626C5F;
	width: 180px;
        background-color: #EAECE9;
}

/* input type="text"  */
INPUT.formInput, TEXTAREA.formInput {
	border: 1px solid #626C5F;
	padding: 1px;
	width: 176px;
}

INPUT.formInput.short {  
        width: 15px;
}

INPUT.formInput.medium {  
        width: 40px;
}

TEXTAREA.formInput {
	height: 100px;
}


/* submit */
INPUT.formSubmit {
	width: 180px;
	height: 15px;
	
	color: #ffffff;
	text-align: left;

	background-color: #e3001a;
	border: 0px; 
	background-image: url("../pix/bgbutton.gif"/*tpa=http://www.strabag-pfs.com/fileadmin/template/main/pix/bgbutton.gif*/); 
	background-repeat: no-repeat; 
	background-position: 5px center; 

	padding-left: 18px;
	padding-top: 0px;
	
	cursor: pointer;
}

/*  textarea */
DIV.formCol TEXTAREA.formInput {
	width: 476px;
}



DIV.formCol SELECT.half {
	width: 80px;	
}
DIV.formCol SELECT.double {
	width: 360px;	
}

DIV.formCol INPUT.twoAndHalf {
	width: 476px;
}

DIV.formCol INPUT.half {
	width: 76px;
}
DIV.formCol INPUT.quarter {
	width: 52px;
}

#content DIV.formCol P.labelWrap.half {
	width: 75px;
}


DIV.formCol SELECT.full, DIV.formCol INPUT.full {
	width: 180px;
}

/* qualitaetsmanagement */

#content TABLE.protokollTable {
    border: none;
    width: 578px;    
    table-layout: fixed;
    margin: 0;
    margin-bottom: 10px;
}

#content TABLE.protokollTable TH {
    font-weight: bold;
    background-color: white;
    border: none;
    margin-bottom: 5px;    
    font-size: 11px;
}

#content TABLE.protokollTable TH A:link, #content TABLE.protokollTable TH A:visited, #content TABLE.protokollTable TH A:active  {
    text-decoration: none;
    background-color: white;
    color: #5B5B5B;
    font-size: 11px;
}

#content TABLE.protokollTable TH A:hover {
    background-color: white;
    text-decoration: underline;
    color: #e3001a;
}

#content TABLE.protokollTable COL.c1 {
    width: 320px;    
}


#content TABLE.protokollTable TD {
    border: none;
    overflow: hidden;
    padding-right: 10px;
}

.sortheader:link, .sortheader:active, .sortheader:visited {
    text-decoration: none;
}

.sortheader:hover {
    text-decoration: underline;
    background-color: null;
}

.sbox {
    margin-top: 20px;
}

IMG {
    border: none;
}

/*****************************
PRESSEKIT PRESSEKIT PRESSEKIT PRESSEKIT 
****************************/

.presseKit {
    width: 118px;
    float: left;
    margin-top: 10px;
}

.presseKit IMG {
    margin-top: 3px;
    margin-bottom: 5px;
}

.download {
    padding-left: 18px;
    background-image: url("../pix/download_icon.gif"/*tpa=http://www.strabag-pfs.com/fileadmin/template/main/pix/download_icon.gif*/);
    background-repeat: no-repeat;
    margin-bottom: 5px;
}

.error {
    color: #e3001a;
    font-weight: bold;
    margin-bottom: 5px;
}



#page {
	position: relative;
	margin-bottom: 0px;
}
#pageend {
	height: 10px; line-height: 1px; font-size: 1px;
	background-image: url("../pix/bgpagend.gif"/*tpa=http://www.strabag-pfs.com/fileadmin/template/main/pix/bgpagend.gif*/);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right:auto;
	width: 943px;
	padding-bottom: 22px;
}
#foot DIV.footBorder {
	height: auto;
	padding-bottom: 10px;
	padding-top: 0px;
}
#foot {
	margin-top: -13px;
}



#popupshade {
	position: absolute;
	width:100%;
	height:100%;
	top:0px; left:0px;
	z-index:1000;
	background-color: #212121;
	-moz-opacity: .15;
	opacity: .15;
	filter: alpha(opacity=15);
	overflow: hidden;
}
#popuplayer {
	position: absolute;
	top:210px; left:0px;
	z-index:1001;
	width: 100%;
	text-align: center;
}
.popuplayer {
	width: 665px;
	height:250px;
	position: relative;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
}
.popuplayer0 {
	height:11px;
	width: 100%;
	display: block;
	background-image: url("../pix/popup/bg1.png"/*tpa=http://www.strabag-pfs.com/fileadmin/template/main/pix/popup/bg1.png*/);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-size:1px; line-height:1px;
}
.popuplayer1 {
	display: block;
	position: relative;
	z-index:50;
	background-image: url("../pix/popup/bg.png"/*tpa=http://www.strabag-pfs.com/fileadmin/template/main/pix/popup/bg.png*/);
	background-repeat: repeat-y;
	padding-top: 39px;
	padding-left: 40px;
	padding-bottom: 32px;
}
.popuplayer1 H1 {
	font-size: 30px;
	margin-top:-5px;
	margin-bottom: 39px;
	color:#e3001a;
	font-weight: normal;
}
.popuplayer2 {
	font-size:1px; line-height:1px;
	height:15px;
	display: block;
	background-image: url("../pix/popup/bg2.png"/*tpa=http://www.strabag-pfs.com/fileadmin/template/main/pix/popup/bg2.png*/);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
IMG.popupimg {
	margin: 0px 40px 0px 0px;
	float:left;
	position: relative;
}
.popuplayer1i {
	color:#5b5b5b;
	font-size: 16px;
	float:left;
	position: relative;
	width:375px;
}
.popuplayer1i P {
	color:#5b5b5b;
	font-size: 16px;
	background-image: url("../pix/popup/line.gif"/*tpa=http://www.strabag-pfs.com/fileadmin/template/main/pix/popup/line.gif*/);
	background-position: left bottom;
	background-repeat: no-repeat;
	padding-bottom: 23px;
	margin-top: 16px;
}
.popupcloser {
	z-index:100;
	position: absolute;
	top:15px; 
	right: 21px;
}
.popuplayer1 .popupcloser IMG { margin: 0px; }
.spacer { font-size:1px; line-height:1px; }



/************************************************/

a.invisible,
a.invisible:active,
a.invisible:visited {
    background-color: transparent; 
    color:#5B5B5B; 
    text-decoration:none; 
    cursor: text;
}

a.invisible:hover {
    background-color: transparent !important; 
    color:#5B5B5B !important; 
    text-decoration:none; 
    cursor: text;
}


/* kieg */

/* nyíl*/

.Arrowbox A:link{
	background-color: #E5E7E4;
	text-decoration: none;
	height:12px;
	width:40px;
	font-size: 12px;
}

.Arrowbox  A:visited {
	background-color: #cccccc;
	text-decoration: none;
	height:12px;
	width:40px;
	font-size: 12px;
}


 .Arrowbox A:hover {
	background-color: #E3001A;
	height:12px;
	width:40px;
	font-size: 12px;	
}

/* nagy gomb*/

.Bigbutt A:link{
	background-color: #E5E7E4;
	text-decoration: none;
	height:14px;
	width:40px;
	font-size: 14px;
}

.Bigbutt  A:visited {
	background-color: #E5E7E4;
	text-decoration: none;
	height:14px;
	width:40px;
	font-size: 14px;
}


 .Bigbutt A:hover {
	background-color: #E3001A;
	height:14px;
	width:40px;
	font-size: 14px;	
}

#foot DIV.footBorder #comp {
	float: right;
	color: #CCCCCC;
}

#foot DIV.footBorder #created {
  float: right;
	color: #CCCCCC;
	
	font-size: 10px;	
	height:10px;
  padding-left:20px;
}


td.proptable{
padding:10px;
}

/* Button*/
div.postnav a{display:block;width:8em;padding:5px 0;font: bold 100% Verdana,Arial,sans-serif;
    text-transform:uppercase;background: #CCCCCC; color: #666;
    text-decoration:none;text-align:center}
div.postnav a:hover{background: #E3001A; color:#FFF}

div.postnav2 a{display:block;width:12em;padding:5px 0;font: bold 100% Verdana,Arial,sans-serif;
    text-transform:uppercase;background: #CCCCCC; color: #666;
    text-decoration:none;text-align:center}
div.postnav2 a:hover{background: #E3001A; color:#FFF}

/*Képkeret*/
div#picframe{
padding:10px;
width:690px;
background-color:#C3C2C2;
}


div#picbox{
padding:0px;
height:160px;
overflow:auto;
width:690px;
background-color:#C3C2C2
}

div#picboxvert{
padding:0px;
height:300px;
overflow:auto;
width:180px;
background-color:#C3C2C2;

}
div#picholdervert{
float:left;
border: 1px solid #666666;
}
#ingatlanurlap{
float:left;
width:500px;
}
#befoglalo{
/*width:780px;*/
}
.properties_form{
width:500px;
}

.input label{
width:200px;
}
div.bevisz_mezo{
width:150px;
float:left;
font-weight:bold;
padding-left:10px;

}
div.bevisz_ertek{
width:300px;
float:left;
}
.newrowset{
clear:left;
height:20px;
}

div.oszlop1{
width:80px;
float:left;
padding-left:0px;

}
div.oszlop2{
width:300px;
float:left;
}
.newrow_10{
clear:left;
height:10px;
}

div.nezetoszlop1{
width:200px;
float:left;
padding-left:0px;
font-weight:bold;

}
div.nezetoszlop2{
width:300px;
float:left;
}

#fobefoglalo{
/*width:750px;*/
}

#fobal{
width:270px;
float:left;

}
#fojobb{
width:700px;
/*float:left;*/
}

#fojobb #fej{
	display: block;	
	color: White;
	font-size: 10px;
  background-color: #707070;
	width: 150px;
	border-bottom: 2px solid #adadad;
	width:700px;
	padding:10px;
}

#fojobb #szoveg{
	padding:10px;
 width:700px;
	height:150px;
	background: #fff;
	padding-bottom:40px;
	overflow:auto;
}

.statcell{
padding:10px;
}


.stathead{
font-weight:bold;
padding:10px;
}

#hatteres {
	background-image: url("eladoingatlanok_strabaghazhatter.jpg");
	background-position: right;
	background-repeat: no-repeat;
	height:100px;
}




#bongeszes_index ul
{
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}


#bongeszes_index ul li { 
display: inline;

}


#bongeszes_index ul li a
{
text-decoration: none;
padding:8px 5px 12px 10px;
color: #fff;
background-color:#707070;
font-size:10px;
margin-right:20px;
border-top:2px solid #ADADAD;

}


/* */
.bongeszes_box
{
text-decoration: none;
padding:8px 5px 8px 10px;
color: #fff;
background-color:#707070;
font-size:10px;
margin-right:20px;
border-top:2px solid #ADADAD;
float:left;
width:140px;
height:25px;
text-align:center;
}

.bongeszes_box a:hover{

	text-decoration:underline;
}


.mozgobanner{
	background-image: url("lakasokudulok.jpg");
	width:500px;
  height:300px;
}



