/***************************************************************
*  Copyright notice
*
*  (c) 2006 WIV GmbH (info@wiv-gmbh.de)
*  All rights reserved
*
*
***************************************************************/
/**
 * main stylesheet for the 'IGS Anlagentechnik GmbH'-project
 *
 * @author	Andreas Richter <richter@wiv-gmbh.de>
 */


/*
 * tags
 *
 */

body {
    background-color:  		#9BC5EB;
    margin:					0px;
	background-image:		url(../images/layout/main_bg.gif); 
	background-repeat:		repeat-y;
    }
    
h1 {
	font-family:			Arial, Helvetica, sans-serif;
	font-size:				16px;
	color:					#000000;	
	}

h2 {
	font-family:			Arial, Helvetica, sans-serif;
	font-size:				14px;
	color:					#000000;	
	}
	

td {
	font-family:			Arial, Helvetica, sans-serif;
	font-size:				12px;
	height:					12px;
	}	

/*table {
	font-family:			Arial, Helvetica, sans-serif;
	font-size:				12px;
	line-height:			12px;
	}	*/

p {
	margin:					0px;
	padding:				0px;
	}
	
/*
 * Layout areas - (id selectors)
 *
 */

#printHeader {
	display:				block;
	}
 
#printContent {
	font-family:			Arial, Helvetica, sans-serif;
	font-size:				14px;
	color:					#000000;
	}	
	
#mainArea {
	min-width:				740px;
	max-width:				970px;
	width: 					expression(document.body.clientWidth < 742 ? "740px" : document.body.clientWidth > 972 ? "970px" : document.body.clientWidth);
	min-height:				100%;
	height:					100%;
	height: 				expression(document.body.clientHeight < 472 ? "470px" : document.body.clientHeight);
	position:				relative;
	display:				block;
	}
	
#contentArea {
	min-width:				620px;
	max-width:				850px;
	width: 					expression(document.body.clientWidth < 622 ? "620px" : document.body.clientWidth > 852 ? "850px" : document.body.clientWidth-120);
	min-height:				750px;
	height:					200%;
	height:					expression(document.body.clientHeight < 502 ? "500px" : document.body.clientHeight-180);
	position:				absolute;
	left:					120px;
	top:					179px;
	background-color:		#FFFFFF;
	background-image:		url(../images/layout/content_bg.gif);
	background-repeat:		no-repeat;
	background-position:	right top;
	z-index:				3;
	display:				none;	
	}
	
#contentWrapper {
	min-height:				80%;
	padding-left:			10px;
	padding-top:			10px;
	padding-right:			10px;
	margin-bottom:			20px;
	}	
	
#leftNavigationArea {
	background-color:		#0075BD;
	width:					119px;
	min-height:				750px;
	height:					100%;
	/*height:					expression(document.body.clientHeight < 502 ? "500px" : document.body.clientHeight-180);*/
	position:				absolute;
	top:					179px;
	left:					0px;
	bottom:					0px;
	z-index:				2;
	display:				none;	
	}	
	
#leftNavigation {
	margin-top:				23px;
	display:				block;
	position:				relative;
	height:					100%;
	display:				none;
	}
		
#topArea {
	width: 					100%;
	height:					158px;
	postion:				relative;
	display:				block;
	background-image:		url(../images/layout/top_bg.gif);
	background-repeat:		repeat-y;
	background-position:	right;
    background-color:  		#9BC5EB;
    display:				none;	
	}	
	
#topNavigationArea {
	width:					100%;
	height:					20px;
	background-color:		#0075BD;
	position:				relative;
	display:				block;
	top:					-2px;
	text-align:				right;
	display:				none;
	}	
	
#topNavigation {
	margin-right:			56px;
	margin-top:				2px;
	font-family:			Arial, Helvetica, sans-serif;
	font-size:				12px;
	color:					#FFFFFF;
	display:				none;
	}	
	
#topNavigation a,#topNavigation a:link,#topNavigation a:hover,#topNavigation a:visited {
	color:					#FFFFFF;
	text-decoration:		none;
	display:				none;
	}
	
#logo {
	width:					297px;
	height:					158px;
	background-image:		url(../images/layout/logo.gif);
	float:					right;
	display:				none;
	}	

#logoLink {
	position:				absolute;
	top:					0px;
	right:					0px;
	width:					297px;
	height:					158px;
	display:				none;
	}
	
#collage {
	position:				absolute;
	width:					441px;
	height:					158px;
	background-image:		url(../images/layout/collage.gif);
	top:					0px;
	left:					0px;
	display:				none;
	}		
	
#headline {
	font-family:			Arial, Helvetica, sans-serif;
	font-size:				16px;
	font-weight:			bold;
	color:					#000000;	
	}	
	
#breadcrumb {
	font-family:			Arial, Helvetica, sans-serif;
	font-size:				10px;
	color:					#FFF;
	position:				absolute;
	top:					160px;
	left:					12px;
	z-index:				12;
	}

#breadcrumb a {
	font-family:			Arial, Helvetica, sans-serif;
	font-size:				10px;
	color:					#FFF;
	}	
	
#content {
	font-family:			Arial, Helvetica, sans-serif;
	font-size:				12px;
	color:					#000000;
	}	
	
#newsArea {
	float:					right;
	margin-top:				23px;
	margin-left:			15px;
	}	
	
#news {
	background-color:		#D8D8D8;
	border:					1px solid #4C9ED1;
	width:					175px;
	min-height:				270px;
	height: 				expression(document.body.clientHeight < 272 ? "270px" : document.body.clientHeight-200);			
	margin-right:			56px;
	font-family:			Arial, Helvetica, sans-serif;
	font-size:				12px;
	color:					#000000;
	padding:				10px;	
	}

#bottomArea {	
	background-color:		#9BC5EB;
	/*
	min-width:				740px;
	max-width:				970px;
	width: 					expression(document.body.clientWidth < 742 ? "740px" : document.body.clientWidth > 972 ? "970px" : document.body.clientWidth);
	*/
	width:					100%;
	height:					20px;	
	font-family:			Arial, Helvetica, sans-serif;
	font-size:				12px;
	color:					#000000;
	clear:					both;
	z-index:				5;
	position:				relative;
	top:					180px;
	top:					expression(true?180:0);
	display:				block;
	display:				none;	
	}
	
#bottomLeft {
	position:				absolute;
	width:					119px;
	height:					20px;	
	background-color:		#9BC5EB;
	left:					-119px;
	top:					0px;
	display:				none;
	}	
	
#bottom {
	width:					100%;
	text-align:				right;
	display:				none;
	}

#printLink {
	display:				none;
	}

/*
 * menus
 *
 */	
#MenuMainx0 {
	position:				absolute;
	left:					119px;
	top:					202px;
	}	
	
#MenuMainx1 {
	position:				absolute;
	left:					119px;
	top:					225px;
	}	
	
#MenuMainx2 {
	position:				absolute;
	left:					119px;
	top:					248px;
	}	
	
#MenuMainx3 {
	position:				absolute;
	left:					119px;
	top:					271px;
	}	
	
#MenuMainx4 {
	position:				absolute;
	left:					119px;
	top:					294px;
	}	
	
#MenuMainx5 {
	position:				absolute;
	left:					119px;
	top:					317px;
	}	
						
#MenuMainx6 {
	position:				absolute;
	left:					119px;
	top:					340px;
	}	
	
#MenuMainx7 {
	position:				absolute;
	left:					119px;
	top:					363px;
	}		
	
	
/*----------Sitemap-------------------------*/	
	
.tx-wssitemap-pi1 .treemenudiv {
	}

.tx-wssitemap-pi1 .treemenudiv img {
	vertical-align: 		middle;
	border: 				none;
	}
	
.tx-wssitemap-pi1 .treemenudiv a {
	text-decoration: 		none;
	color: 					#000;
	}
	
.tx-wssitemap-pi1 .treemenudiv a:hover {
	color: 					#25b5ff;
	}
	
.tx-wssitemap-pi1 .treemenudiv a span.treemenutext_act {
	color:					#25b5ff;
	}
	
.tx-wssitemap-pi1 .treemenudiv a span.treemenutext_actifsub {
	color:					#25b5ff; 
	}
	
/*
* Mailform
*/
.csc-mailform {border:1px solid #626262;margin:20px;padding:20px;}
.csc-mailform-field {margin-top:3px;}
.csc-mailform-field input {border:1px solid #626262;margin-top:3px;}
.csc-mailform-submit {border:1px solid #626262;margin-top:3px;}
.csc-mailform-field label {display:block;float:left;width:180px;}
.mf-input {border:1px solid gray;height:14px;font-size:11px;background:transparent;padding-left:3px;margin-left:20px;padding-bottom:3px;}
.mf-check {border:none;height:14px;font-size:11px;background:transparent;padding-left:3px;margin-left:20px;padding-bottom:8px;margin-bottom:8px;}
.csc-mailform-field textarea {border:1px solid gray;background:transparent;padding-bottom:30px;margin-top:20px;}
.csc-mailform-field mf-input.csc-mailform-submit {margin-left:150px;height:22px;padding-left:7px;padding-bottom:3px;}
.csc-mailform-field mf-input:hover.csc-mailform-submit {color:#fff;background:gray;}
.csc-mailform-label {clear:left;}
#mailformtv {border:none;}