/* CSS ZMI MAIN */

/* General */ 
* {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em; /* don't edit */
	color: #292b28;
}
html {
	font-size: 62.5%; /* don't edit */
}
html, body {
	height: 100%;
	min-height: 100%;
}
body {
	background-image: url(../pics/bg_main.gif);
	text-align: center;
	font-size: 1.2em; /* edit here global size for em, 1em = 10px */
}

/* Basic Layout */
#PAGE-AREA {
	width: 950px;
	margin: auto;
	text-align: left;
	background-image: url(../pics/bg_page_area.png);
	background-repeat: repeat-y;
	padding-left: 25px;
	padding-right: 25px;
}

#COL-LEFT {
	float: left;
	width: 189px;
	min-height: 650px;
}

#COL-RIGHT {
	float: left;
}


.clearer {
	display: block;
	height: 0;
	padding: 0;
	margin: 0;
	font-size: 0;
	overflow: hidden;
	clear: both;
}

/* MENU BASIC */
#MENU-BASIC {
	margin-top: 30px;
	padding-left: 50px;
	clear: both;
}
#MENU-BASIC a {
	text-decoration: none;
}
#MENU-BASIC a:hover {
	color: #2b00b2;
}
.basic-menu-separator {
	padding-left: 25px;
	padding-right: 25px;
}
.basic-menu-act a, .basic2-menu-act a {
	color: #2b00b2;
}

/* MENU BASIC2 */
#MENU-BASIC2 {
	margin-top: 10px;
	padding-left: 50px;
	padding-right: 70px;
}
#menu-basic2-wrapper {
	border-top: 1px solid #ABACAE; 
	text-align: right;
	padding-top: 10px;
}
.basic2-menu-item, .basic2-menu-act {
	padding-left: 14px;
}
.basic2-menu-item IMG {
	padding-right: 5px;
}
.basic2-menu-item a, .basic2-menu-act a {
	padding-left: 12px;	
	text-decoration: none;
	background-image: url(../pics/menu_sub_icon_act.jpg);
	background-repeat: no-repeat;
	background-position: 0 4px;
}
.basic2-menu-item a:hover {
	color: #2b00b2;
}

/* MENU MAIN */
#MENU-MAIN {
	padding-left: 30px;
}
#MENU-MAIN a {
	text-decoration: none;
}
#MENU-MAIN a:hover {
	color: #2b00b2;
}

/* level 1 */
#MENU-MAIN ul {

}
#MENU-MAIN ul li {
    list-style: none;
    margin: 0;
	padding-left: 15px;
	border-top: 1px solid #ABACAE;
	line-height: 25px;
	background-image: url(../pics/bg_menu_main_item.jpg);
	background-repeat: no-repeat;
}
#MENU-MAIN ul li.act a.active {
	font-weight: bold;
}
#MENU-MAIN ul li.act {
	background-image: url(../pics/bg_menu_main_act.jpg);
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-bottom: 5px;
}

/* level 2 */
#MENU-MAIN ul li.act ul li,
#MENU-MAIN ul li.act ul li.act  {
	background-image: none;
	border-top: none;
	line-height: 16px;
	padding-left: 0;
}
#MENU-MAIN ul li.act ul li.act {
	padding-top: 0;
	padding-bottom: 0;
}
#MENU-MAIN ul li.act ul li a {
	background-image: url(../pics/menu_sub_icon.jpg);
	background-repeat: no-repeat;
	background-position: 0 4px;
	display: block;
	padding-left: 12px;
}
#MENU-MAIN ul li.act ul li.act a {
	display: block;
	padding-left: 12px;
}

/* level 3 */
#MENU-MAIN ul li.act ul li ul li,
#MENU-MAIN ul li.act ul ul li li.act  {
	background-image: none;
	border-top: none;
	line-height: 16px;
	
}

#MENU-MAIN ul li.act ul li ul li a,
#MENU-MAIN ul li.act ul ul li li.act a  {
	background-image: none;
	
	
}

#MENU-MAIN ul li.act ul li.act ul li.act{
	padding-top: 0;
	padding-bottom: 0;	
	background-image: none;
}
#MENU-MAIN ul li.act ul li ul li a {
	display: block;	
	background-image: none;
}
#MENU-MAIN ul li.act ul li ul li.act a {
	display: block;	
	background-image: none;
	color: #2B00B2;
}

#BANNER,
#tx-wagrandomimage-pi1 {
	height: 184px;
	overflow: hidden;
}

/* CONTENT */
#CONTENT-MAIN-OUTER {
	margin-top: 20px;
	padding-left: 50px;
	padding-bottom: 15px;
}
#CONTENT-MAIN {
	width: 550px;
}
#CONTENT-MAIN h1 {
	color: #2b00b2;
	margin-top: 10px;
	margin-bottom: 15px;
	font-size: 1.2em;
}
#CONTENT-MAIN h1 .bg-blue {
    color: #FFF;
    background-color: #170065;
    padding: 3px 10px;
}
#CONTENT-MAIN p {
	margin-bottom: 15px;
}
#CONTENT-MAIN .text-blue {
	color: #2b00b2;
}
#CONTENT-MAIN .link-paddingtop {
	display: block;
	padding-top: 27px;
}
#CONTENT-MAIN .link-with-blueicon {
	color: #2b00b2 !important;
	padding-left: 12px;
	background-image: url(../pics/menu_sub_icon_act.jpg);
	background-repeat: no-repeat;
	background-position: 0 4px;
	font-weight: bold;
}
#CONTENT-MAIN td p .link-with-blueicon {
	color: #2b00b2 !important;
}
#CONTENT-MAIN .link-with-greyicon a {
	padding-left: 12px;
	background-image: url(../pics/menu_sub_icon.jpg);
	background-repeat: no-repeat;
	background-position: 0 4px;
	text-decoration: none;
	font-weight: bold;
}
#CONTENT-MAIN .link-with-greyicon a:hover {
	color: #2b00b2 !important;
}
#CONTENT-MAIN h2.csc-firstHeader {
	padding-top: 27px;
}
#CONTENT-MAIN .csc-frame-frame1 {
	float: left;
	width: 400px;
	padding: 10px;
}
#CONTENT-MAIN ul {
	padding-top: 0;
	margin-top: 0;
}
#CONTENT-MAIN ul li {
	margin-left: 15px;
	list-style: square;
}
#CONTENT-MAIN tr {
}
#CONTENT-MAIN td {
	vertical-align: top;
	padding-right: 15px;
	padding-top: 10px;
}
#CONTENT-MAIN td p {
	padding: 0;
	margin: 0;
}
#CONTENT-MAIN .background-month {
	background: #d6e1fd;
}
#CONTENT-MAIN .background-cell {
	background: #ecefff;
}
#CONTENT-MAIN .background-light-blue {
	background: #ecefff;
	padding: 10px;
}
#CONTENT-MAIN .background-cell td {
	padding-left: 3px;
}

/* Hide Content Left & Content Right by default */
#additional-main-content,
#CONTENT-BORDER {
    display: none;
}

#LASTUPDATE {
	font-size: 0.8em;
	padding-left: 40px;
	clear: both;
	padding-bottom: 10px;
}

/* REFERENCES */

.tx-pvconstructionref-pi1 {
    min-height: 1px;
}
/* list */
.projectyear {
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 3px;
}
#reference-imageview {

}
#reference_list_image {
	float: left;
	margin-right: 5px;
	/*margin-bottom: 5px;*/
}
.reference-listview .clearer {
    display: none;
}
.reference-listview {
    margin-left: -10px;
    overflow: hidden;
    position: relative;
}
.reference-listview .reference_list_item {
    float: left;
    width: 270px;
    height: 70px;
    margin-left: 10px;
    overflow: hidden;
    padding-bottom: 10px;
    border-bottom: 16px solid #ffffff;
}


/* single */
#reference_single_title {
	color: #2b00b2;
	margin-top: 10px;
	margin-bottom: 15px;
	font-size: 1.2em;
	font-weight: bold;
}
#reference_single_subtitle {
	font-weight: bold;
	padding-bottom: 15px;
}

#reference_single_imageblock {
	float: right;
	margin-left: 30px;
}
#reference_single_image2 {
	margin-top: 10px;
}
#reference_single_infofooter {
	clear: both;
	padding-top: 15px;
}
#reference_single_constructor {
	float: left;
	width: 120px;
	font-size: 0.8em;
}
/*#reference_single_service {
	float: left;
	width: 95px;
}*/
#reference_single_projectarea {
	float: left;
	width: 100px;
}
#reference_single_period {
	float: left;
	width: 100px;
}
#reference_single_dimensions {
	float: left;
	width: 100px;
}
#reference_single_architect {
	float: left;
	width: 100px;
}
#reference_single_projectarea,
#reference_single_period,
#reference_single_dimensions,
#reference_single_architect {
	border-left: 1px solid #292b28;
	padding-left: 5px;
	height: 65px;
	font-size: 0.8em;
}


/* CSS HACKS */
*html #COL-LEFT {
	height: 650px;
}
