


/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 * +- Body
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 */
 
body.print 
	{ 
	background-color:#fff; 
	}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 * +- [WAI] ZMSLinkContainer
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 */

div.ZMSLinkContainer
	{
	background-color: #EEEEEE;
	}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 * +- [WAI] ZMSFile
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 */

div.ZMSFile div.title a:link,
div.ZMSFile div.title a:visited,
div.ZMSFile div.title
	{
	font-weight:bold;
	font-size:x-small;
	text-decoration:none;
	color:black;
	}

div.ZMSFile div.text
	{
	font-size:xx-small;
	}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 * +- [WAI] ZMSLinkElement
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 */

div.ZMSLinkElement
	{
	background-color: #EEEEEE;
	padding: 2px;
	}

div.ZMSLinkElement div.title a:link,
div.ZMSLinkElement div.title a:visited,
div.ZMSLinkElement div.title
	{
	font-weight:bold;
	font-size:x-small;
	text-decoration:none;
	color:black;
	}

div.ZMSLinkElement div.text
	{
	font-size:xx-small;
	}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 * +- [WAI] ZMSGraphic
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 */

div.ZMSGraphic 
	{ 
	background-color:transparent; 
	margin: 4px;
	}

div.ZMSGraphic.left 
	{
	text-align:left;
	}
	
div.ZMSGraphic.right 
	{
	text-align:right;
	}

div.ZMSGraphic.center 
	{
	text-align:center;
	}

div.ZMSGraphic.floatleft
	{ 
	float:left;
	}

div.ZMSGraphic.floatright
	{ 
	float:right;
	}

div.ZMSGraphic.center
	{ 
	text-align:center;
	}

div.graphic.alignleft
	{
	float:left;
	text-align:right;
	}
	
div.graphic.alignright
	{
	float:right;
	text-align:right;
	}
	
div.ZMSGraphic div.text
	{
	padding: 4px;
	}
	
a.zoom img.zoom
	{
	width: 23px;
	height: 21px;
	background: url(/misc_/zms/zoom.gif);
	}

a.download img.download
	{
	width: 23px;
	height: 21px;
	background: url(/misc_/zms/download.gif);
	}

a.superzoom img.superzoom
	{
	width: 23px;
	height: 21px;
	background: url(/misc_/zms/superzoom.gif);
	}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 * +- [WAI] ZMSTables
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 */

table.ZMSTable th 
	{ 
	background-color:#DDEFFC; 
	}
	
table.ZMSTable td { 
	background-color:#EEEEEE; 
	}

body.print table.ZMSTable th, 
body.print table.ZMSTable td
	{ 
	background-color:transparent; 
	}	

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 * +- [WAI] ZMSTeaser
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 */

div#teaser
	{
	width:150px;
	font-size:x-small;
	}

div.ZMSTeaserContainer
	{
	padding:1px;
	margin-bottom:10px;
	}

div.ZMSTeaserElement
	{

	}

div.ZMSTeaserElement img.title
	{
	border: none;
	}

div.ZMSTeaserElement div.title a:link,
div.ZMSTeaserElement div.title a:visited,
div.ZMSTeaserElement div.title
	{
	font-weight:bold;
	text-decoration:none;
	color:black;
	padding: 2px;
	display: block;
	}

div.ZMSTeaserElement div.text a:link,
div.ZMSTeaserElement div.text a:visited,
div.ZMSTeaserElement div.text
	{
	}



/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 * +- [WAI] Misc
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 */

div.ZMSObject.new, div.ZMSObject.modified {
  border: 2px dashed blue;
  background-color: #F0F0FF;
} 
div.ZMSObject.deleted {
  border: 2px dashed red;
  background-color: #FFF0F0;
  color: red;
  text-decoration: line-through;
} 

span.unicode { 
  font-family:"Arial Unicode MS", Arial, Helvetica, sans-serif; 
}

span.highlight { 
  background-color: yellow;
  color: red;
  font-weight: bold;
  border: 1px dashed blue; 
}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 * +- [DirectEdit2.0]
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 */

form.DirectEdit
	{
	}
	
a.DirectEdit:link, a.DirectEdit:visited
	{
	background-color: white;
	}

a.DirectEdit:hover, a.DirectEdit:active
	{
	background-color: yellow;
	}

div.DirectEditManageForm
	{
 	border: 1px solid black; 
 	background-color: black;
 	width: 749px; 
 	}

div.DirectEditManageForm div.zmiNeutralColorMedium0
	{
 	padding: 10px;
	}

div.DirectEditManageForm div.zmiNeutralColorMedium0 div.zmiNeutralColorLight0
	{
 	padding: 4px;
	}

div.DirectEditActionList
	{
	font-size:xx-small;
 	border: 1px solid black; 
 	background-color: white;
 	}

div.DirectEditActionList div.action,
div.DirectEditActionList div.action a:link, div.DirectEditActionList div.action a:visited
	{
	white-space: nowrap;
	font-size:xx-small;
	color: black;
	background-color: white;
	text-decoration: none;
	}

div.DirectEditActionList div.action
	{
	border: 1px solid white;
	}

div.DirectEditActionList div.actionActive,
div.DirectEditActionList div.actionActive a:hover, div.DirectEditActionList div.actionActive a:active
	{
	white-space: nowrap;
	font-size:xx-small;
	color: black;
	background-color: silver;
	text-decoration: none;
	}

div.DirectEditActionList div.actionActive
	{
	border: 1px dotted gray;
	}


/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 * +- [WAI] ZMSLinkContainer
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 */

div.ZMSLinkContainer
	{
	background-color: #EEEEEE;
	}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 * +- [WAI] ZMSFile
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 */

div.ZMSFile div.title a:link,
div.ZMSFile div.title a:visited,
div.ZMSFile div.title
	{
	font-weight:bold;
	font-size:x-small;
	text-decoration:none;
	color:black;
	}

div.ZMSFile div.text
	{
	font-size:xx-small;
	}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 * +- [WAI] ZMSLinkElement
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 */

div.ZMSLinkElement
	{
	background-color: #EEEEEE;
	padding: 0px;
	}

div.ZMSLinkElement div.title a:link,
div.ZMSLinkElement div.title a:visited,
div.ZMSLinkElement div.title
	{
	font-weight:bold;
	font-size:x-small;
	text-decoration:none;
	color:black;
	}

div.ZMSLinkElement div.text
	{
	font-size:xx-small;
	}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 * +- [WAI] ZMSGraphic
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 */

div.ZMSGraphic 
	{ 
	background-color:#EFEFEF; 
	margin: 0px;
	}

div.ZMSGraphic div.text
	{
	padding: 0px;
	}
	
a.zoom img.zoom
	{
	width: 23px;
	height: 21px;
	background: url(.//misc_/zms/zoom.gif);
	}

a.download img.download
	{
	width: 23px;
	height: 21px;
	background: url(.//misc_/zms/download.gif);
	}

a.superzoom img.superzoom
	{
	width: 23px;
	height: 21px;
	background: url(.//misc_/zms/superzoom.gif);
	}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 * +- [WAI] ZMSTables
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 */

table.ZMSTable th 
	{ 
	background-color:#DDEFFC; 
	}
	
table.ZMSTable td { 
	background-color:#EEEEEE; 
	}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 * +- [WAI] ZMSTeaser
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 */

div#teaser
	{
	font-size:x-small;
	}

div.ZMSTeaserContainer
	{
	padding:0px;
	margin-bottom:10px;
	}

div.ZMSTeaserElement
	{

	}

div.ZMSTeaserElement img.title
	{
	border: none;
	}

div.ZMSTeaserElement div.title a:link,
div.ZMSTeaserElement div.title a:visited,
div.ZMSTeaserElement div.title
	{
	font-weight:bold;
	text-decoration:none;
	color:black;
	padding: 2px;
	display: block;
	}

div.ZMSTeaserElement div.text a:link,
div.ZMSTeaserElement div.text a:visited,
div.ZMSTeaserElement div.text
	{
	}


/**************************************/
/* (c) 2005 SNTL publishing           */
/* Author: Dr. F. Hoffmann            */
/* last change: 2006/02/23            */
/**************************************/

/**************************************/
/* 1. CSS-Modul: COLORS               */
/**************************************/
.neutralColorTrans {background-color: transparent}
.neutralColorWhite {background-color: #fff}
.neutralColorLight {background-color: #e8e8e8}
.neutralColorMedium {background-color: #ccc}
.neutralColorStrong {background-color: #999}
.neutralColorBlack  {background-color: #000}
.teaserColor {background-color: #B8CB00;}
.secondColorStrong {background-color: #aaa;}
.secondColorMedium {background-color: #ddd;}
.secondColorLight {background-color: #eee;}
.primColorStrong {background-color: #336699;}
/*.primColorMedium {background-color: #B0C3DE;}*/
.primColorMedium {background-color: #FFFFFF;}
/*.primColorLight {background-color: #DCE0EA;}*/
.primColorLight {background-color: #FFFFFF;}


/**************************************/
/* 2. CSS-Modul: LAYOUT (PAGEREGIONS) */
/**************************************/
/* wrapping model based on:           */
/* http://www.alistapart.com          */
/* /articles/negativemargins/         */
/**************************************/


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

/****************************************************/
/* CemeCon LAYOUT   	               				*/
/****************************************************/

/* CemeCon Body */

#body_0 {
	border:0;
	margin:0;
	padding:0;
	background:#A3A7AA url("http://www.cemecon.de/common/bg.body.jpg") repeat-y;

}

#body_1 {
	border:0;
	margin:0;
	padding:0;
	background-color:#FFFFFF;
}


/* CemeCon Logo im Header */

#logo {
	position:absolute;
	left:26px; top:10px; width:195px; height:100px;
	z-index:1;
}

/* CemeCon Banner im Header */

#banner {
 	position:absolute;
 	left:220px; top:10px; width:777px; height:100px;
 	z-index:2;
}

/* CemeCon Header: Logo, Banner, etc.  */

#header {
	height:110px;
	/*background:#BBC1BE url("http://www.cemecon.de/common/bg.body.jpg") repeat-y;*/
}

/* CemeCon Footer: Copyright, Kontakt, etc.  */

#footer {
	height:110px;
	/*background:#BBC1BE url("http://www.cemecon.de/common/bg.body.jpg") repeat-y;*/
}

#bar_top {
	clear:both;
	background-color:#344D69;
	height:3px;
	/*width:997px;*/
	line-height:1px;
	font-size:1px
}

#bar_top hr {
 	display:none;
}

#bar_bottom {
	clear:both;
	background-color:#344D69;
	height:3px;
	/*width:997px;*/
	line-height:1px;
	font-size:1px
}

#bar_bottom hr {
 	display:none;
}


#metanavigation_cc {
	position:absolute;
	left:825px; top:85px; width:150px; height:20px;
	z-index:100;
}

/****************************************************/
/* CemeCon 3 Boxen Startseite          				*/
/****************************************************/
/* Anfang					          				*/
 
/* 1. Box auf der Startseite: Anwendungen */
 
#CC_start_box1 {
	position:absolute;
	left:26px; top:470px; width:751px; height:109px;
	z-index:6;
	border-top: 1px solid #344D69;
	border-bottom: 1px solid #344D69;
	border-right: 1px solid #344D69;
	border-left: 6px solid #344D69;
}

#CC_start_box1_bgleft {
	position:absolute;
	left:32px; top:471px; width:188px; height:109px;
	background-color:#CFDBE7;
	z-index:4;
}

#CC_start_box1_image {
	position:absolute;
	left:220px; top:471px; width:145px; height:109px;
	z-index:4;
	/*background:url("http://www.cemecon.de/common/photo1.jpg") no-repeat;*/
}  

#CC_start_box1_title {
	position:absolute;
	left:40px; top:475px;
	overflow:invisible;
	z-index:5;
	border: 0px solid #000000;
	font-family: tahoma, arial, helvetica, sans-serif;
	color: #000000;
	font-weight:bold;
	font-size:12px;
} 

#CC_start_box1_content {
	position:absolute;
	left:250px; top:475px; width:380px; height:109px;
	overflow:invisible;
	z-index:5;
	border: 0px solid #000000;
} 

/* 2. Box auf der Startseite: Beschichtungen */

#CC_start_box2 {
	position:absolute;
	left:26px; top:600px; width:751px; height:109px;
	z-index:6;
	border-top: 1px solid #344D69;
	border-bottom: 1px solid #344D69;
	border-right: 1px solid #344D69;
	border-left: 6px solid #344D69;
} 

#CC_start_box2_bgleft {
	position:absolute;
	left:32px; top:601px; width:188px; height:109px;
	background-color:#CFDBE7;
	z-index:4;
}

#CC_start_box2_image {
	position:absolute;
	left:220px; top:601px; width:145px; height:109px;
	z-index:4;
	/*background:url("http://www.cemecon.de/common/photo2.jpg") no-repeat;*/
}  

#CC_start_box2_title {
	position:absolute;
	left:40px; top:610px;
	overflow:invisible;
	z-index:5;
	border: 0px solid #000000;
	font-family: tahoma, arial, helvetica, sans-serif;
	color: #000000;
	font-weight:bold;
	font-size:12px;
} 

#CC_start_box2_content {
	position:absolute;
	left:250px; top:605px; width:380px; height:109px;
	overflow:invisible;
	z-index:5;
	border: 0px solid #000000;
} 

/* 3. Box auf der Startseite: Anlagentechnologie */

#CC_start_box3 {
	position:absolute;
	left:26px; top:730px; width:751px; height:109px;
	z-index:6;
	border-top: 1px solid #344D69;
	border-bottom: 1px solid #344D69;
	border-right: 1px solid #344D69;
	border-left: 6px solid #344D69;
} 

#CC_start_box3_bgleft {
	position:absolute;
	left:32px; top:731px; width:188px; height:109px;
	background-color:#CFDBE7;
	z-index:4;
}

#CC_start_box3_image {
	position:absolute;
	left:220px; top:731px; width:145px; height:109px;
	z-index:4;
	/*background:url("http://www.cemecon.de/common/cc800.jpg") no-repeat;*/
}  

#CC_start_box3_title {
	position:absolute;
	left:40px; top:740px;
	overflow:invisible;
	z-index:5;
	border: 0px solid #000000;
	font-family: tahoma, arial, helvetica, sans-serif;
	color: #000000;
	font-weight:bold;
	font-size:12px;
} 

#CC_start_box3_content {
	position:absolute;
	left:250px; top:735px; width:380px; height:109px;
	overflow:invisible;
	z-index:5;
	border: 0px solid #000000;
} 

/****************************************************/
/* CemeCon 3 Boxen Startseite          				*/
/****************************************************/
/* Ende					          				*/


/****************************************************/
/* CemeCon Teaser Elemente 		    				*/
/****************************************************/
/* Anfang 											*/

/* Schriftzug "Aktuelles" bzw. "News" auf der Startseite */

#CC_startpage_news_title {
	text-align:left;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	color:#344D69;    
}

/* News-elemente auf der Startseite (rot) */ 

#CC_startpage_news_items {
	text-align:left;
	font-family: tahoma, arial, helvetica, sans-serif;
	text-decoration:none;
	font-size:11px;
	line-height:140%;
	color:#344D69;    
}

#CC_startpage_news_items a{
	text-decoration:none;
	color:#f00;    
}

/* Teaser Elemente */

#CC_teaser_item {
	text-align:left;
	font-family: tahoma, arial, helvetica, sans-serif;
	text-decoration:none;
	font-size:11px;
	line-height:130%;
	color:#000000;    
}

#CC_teaser_item a{
	text-decoration:none;
}

#CC_teaser_item a:hover{
	color: #344D69;
}

/* Kontakt-Element */

#CC_teaser_contact {
	text-align:left;
	font-family: tahoma, arial, helvetica, sans-serif;
	text-decoration:none;
	font-size:11px;
	line-height:130%;
	color:#000000;  
	padding-top:5px;
     /*border-top:1px solid #000000;*/
} 

#CC_Company_History {
	
	font-size:11px;
	text-decoration:none;
}	

#CC_FAQ_Title a{
	
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
}	

#CC_News_Title a{
	
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
}

#CC_News_Headline {
	
	color:#344D69;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
}

#CC_Events_Title a{
	
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
}

#CC_Sales_Title a{
	
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
}

#CC_Expand_News {

	margin-left:18px;
	
}

#CC_Expand_News a {
	
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;		
}



#CC_Glossar {
	
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
}

#Contact_Form {
	
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	
}

#CC_Sales_photo {
	
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
}

#CC_Datasheet {
	
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
}



.box {
	
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	border:1px solid #344D69;
}


/****************************************************/
/* CemeCon 3 Aktuelles Startseite     				*/
/****************************************************/
/* Ende 											*/


#pageregion {
	padding: 0;
	width:997px;
	text-align:left;
	background:url("http://www.cemecon.de/common/bg.menu.jpg") repeat-y left;
	background-color:#fff;
}

#pageelement_Copyright {
	float: left;
	font-family: tahoma, arial, helvetica, sans-serif;
	color: #737880;
	text-decoration: none;
}

#pageelement_Copyright a {
	line-height:20px;
	font-family: tahoma, arial, helvetica, sans-serif;
	color: #DDDAD5;
	text-decoration: none;
	font-size:11px;
}

/* -------------- End CC Template ------------- */


/*-- wrapper for whole page region --*/
    
/*-- wrapper for providing a full scale left background --*/
#layoutWrapper1_BGleft { 
	background:url(http://www.cemecon.de/common/bg.menu.jpg) repeat-y left;
	background-color:#fff;
}
/*-- wrapper for providing a full scale right background --*/
#layoutWrapper2_BGright {	
}
/*-- wrapper for positioning the right column --*/
#layoutWrapper3_ContentAll  {
	width: 100%;
	float: left;
	margin-right: -200px;
}
/*-- wrapper for left column and content column--*/
#layoutWrapper4_ContentLeft {
	background:transparent url(http://www.cemecon.de/common/bg.menu.jpg) repeat-y left;
	margin-right: 210px;

}

#Content {
	/*margin-left: 250px;*/
	padding:0px 0px 0px 30px;
	/*border:1px solid #000000;*/
	overflow:hidden;
	height:100%;
    width:520px;
    font-family: tahoma, arial, helvetica, sans-serif;
    font-size:11px;
    /*text-align:justify;*/
}

#Content ul.square li {
list-style-image: url(http://www.cemecon.de/common/list_icon.gif); 
}

#Content ul.list_headline li {
list-style-image: url(http://www.cemecon.de/common/list_icon.gif); 

}

#Content ul.circle li {
list-style-image: url(http://www.cemecon.de/common/list_icon2.gif);
margin-left:17px; 
}

#Content strong {
color: #344D69;
}

#Content_home strong {
color: #344D69;
}

#Content_home {
	/*margin-left: 250px;*/
	padding:20px 20px 0px 30px;
	overflow:hidden;
	border: 0px solid #000000;
	height:800px;
     
        /*text-align:justify;*/
}

#Sitemap {
	margin-left: 250px;
	padding:40px 20px 0px 0px;
	overflow:invisible;
	border: 0px solid #000000;
	height:650px;
	font-family: tahoma, arial, helvetica, sans-serif;
	
	text-decoration: none;
	font-size:11px;
}

#pageregionTop {
	margin:0;
	padding:0;
}

#pageregionLeft {
	padding-top:30px;
	padding-left: 26px;
	float: left;
	width: 193px;
}	

/* BG-color compensates BG-bug of IE */
#pageregionRight {
	float: right;
	margin: 0;
	padding: 0px;
	width: 190px;
	background-color: #FFFFFF;
	
	} 

#pageregionBottom {
	vertical-align:top;
	margin-left:250px;
	padding-top:5px;
	font-size:11px;
}

/*-- FLOATING ---------------*/
.clearing {
	clear: both;
	height: 0;
	border:0;
	margin:0;
	padding:0;
	font-size:1px;
	line-height:0;
}
.floatRight {
	float:right;
}
.floatLeft {
	float:left;
}
img.imgNoborder {
	border:0px;
}

/**************************************/
/* 3. CSS-Modul: NAVIGATION           */
/**************************************/

/*-- Channel Menu ---------------------------*/

div#Menu {
	width: 777px;
	height:23px;
	margin-left:220px;
	padding:0px;
	background-color: #344D69;
	/*background:url(http://www.cemecon.de/common/menu_bar_metall.jpg) repeat-x left;*/
}
	
div#Menu ul {
	margin:0px;
	padding:0px;
	font-size:small;
}

/*----- font size hack -----*/
/*/*/a{}
body #Menu ul {
font-size : x-small;
}
html>head:first-child+body #Menu ul {
font-size : small;
}
/* */
/*----- /font size hack -----*/

div#Menu ul li {
	line-height: 100%;
	display: inline;
	padding:0px;
	margin:0px;
	}

div#Menu ul li a {
	float: left;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	/*	background-color: #344D69;*/
	/*background:url(http://www.cemecon.de/common/menu_bar_metall.jpg) repeat-x left;*/
	color: #FFFFFF;
	text-decoration: none;
	/*border-right: 0.1em solid #344D69;*/
	padding: 0.30em 15px;
	}

/*AKTIVER MENUPUNKT !!! */
div#Menu ul li a.current {
	color: #A4A8AB;
	/*background:url(http://www.cemecon.de/common/menu_bar_metall_blue.jpg) repeat-x left;*/
}
	
div#Menu ul li a.home {
	color: #344D69;
	/*background:url(http://www.cemecon.de/common/menu_bar_metall.jpg) repeat-x left;*/
}
div#Menu ul li a:hover {
	color: #A4A8AB;
	/*background:url(http://www.cemecon.de/common/menu_bar_metall_blue.jpg) repeat-x left;*/
}

/*-- MenuDropdown ---------------------------*/

.child, .subchild 
	{ 
	position: absolute;
	visibility: hidden;
/*-------box model hack-------*/
	margin-left: -1.1em !important;
	margin-left: 0px;
	margin-left/**/:/**/-1.1em;
/*-------box model hack-------*/	
	margin-top: 0.50em !important;
	margin-top: 0.0em;
	margin-top/**/:/**/0.55em;
	}

.menuDropdown 
	{
/*-----   filter: progid:DXImageTransform.Microsoft.Alpha( Opacity=80, FinishOpacity=0, Style=0, StartX=0,  FinishX=100, StartY=0, FinishY=100);*/
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	background-color: #344D69; 
	width: 11.5em;
	}

.navDropdown
	{
	display: block;
	text-align: left;
	border-bottom: 1px solid #666;
	line-height: 1.3em;
	white-space:nowrap;
	padding: 0.25em 0.25em 0.25em 1.0em;
	}

.navDropdown a:link,
.navDropdown a:visited,
.navDropdown a:hover {
text-decoration: none;
}

/* -- MICRONAVIGATION -----------------*/

#Micronavigation {
	padding:33px 0px 20px 0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1D5AAA;
}
#Micronavigation a:link,
#Micronavigation a:visited {
	color: #000;
	text-decoration:none;

}
#Micronavigation a:hover {
	color: #1D5AAA;
	text-decoration:none;
}

/* -- MACRONAVIGATION -----------------*/

/* -- HISTORYBACK -----------------*/

#historyback {
	
	padding:0px 0px 0px 20px;
	margin:0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #344D69;
	
}
#historyback a:link,
#historyback a:visited {
	color: #344D69;
	text-decoration:none;

}
#historyback a:hover {
	color: #344D69;
	text-decoration:none;
}

/* -- HISTORYBACK -----------------*/


#Macronavigation {
	margin: 0;
	border: 0;
	padding: 0;
	width:193px;
	height:620px;
	}
		
#Macronavigation ul {
	padding: 0;
	margin: 0px 0px 0px 0px;
	border-top:1px solid #929292;
	list-style-type: none;
	
	}


#Macronavigation ul li.parent {
	margin: 0;
	border: 0;
	padding: 4px 4px 3px 14px;
	border-bottom: 1px solid #929292;
	list-style-type: none;
	background-image: none;
	font-weight:bold;
	font-size:13px;
}
#Macronavigation ul li {
	margin: 0;
	border: 0;
	padding: 4px 4px 3px 25px;
	border-bottom: 1px solid #929292;
	border-left: 6px solid #344D69;
	background-repeat: no-repeat;
	/*background-position: 17px 7px;*/
	/*background-image: url(http://www.cemecon.de/common/icon_inactive.gif);*/
	/*background-color: #BBCCDC;*/
	list-style-type: none;
	font-size:13px;
	display:block;
}
#Macronavigation ul li.active {
	background-color:#CFDBE7;
	/*background-image: url(http://www.cemecon.de/common/icon_active.gif);*/
	list-style-type: none;
	/*border-left: 6px solid #929292;*/
	font-weight:bold;
	border-left:0px;
	background-image: url(http://www.cemecon.de/common/menu_active_bg.gif);
	background-repeat: repeat-y;
	padding-left:40px;
	display:block;
}
#Macronavigation ul li a:link, 
#Macronavigation ul li a:visited {
	color: #000;
	text-decoration:none;
}
#Macronavigation ul li a:hover {
	color: #336699;
	text-decoration:none;
	display:block;
}

#Macronavigation ul li.active a:link,
#Macronavigation ul li.active a:visited {
	color: #000;
	text-decoration:none;
}
#Macronavigation dl,
#Macronavigation dt, 
#Macronavigation dd 
	{
	margin: 0;
	padding: 0;
	border:0;
}

/* -- SITEMAP ------------------------*/

td.sitemapTitle0 {
	background-color: #ddd;
	border-right: solid 1px #444;
}
td.sitemapTitle1 {
	background-color: #ddd;
	border-right: solid 1px #000;
}
a.sitemapTitle0:link, a.sitemapTitle0:visited ,
a.sitemapTitle0:hover, a.sitemapTitle0:active {
	font-weight: bold;
	color: #444;
	text-decoration: none;
}

a.sitemapTitle1:link, a.sitemapTitle1:visited,
a.sitemapTitle1:hover, a.sitemapTitle1:active {
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

a.sitemapElement0:link, a.sitemapElement0:visited,
a.sitemapElement0:hover, a.sitemapElement0:active {
	color: #444;
	text-decoration: none;
	font-size:11px !important;font-size:small;
}

a.sitemapElement1:link, a.sitemapElement1:visited,
a.sitemapElement1:hover, a.sitemapElement1:active {
	color: #000;
	font-weight: bold;
	text-decoration: none;
	font-size:11px !important;font-size:small;
}


/* -- SEARCH ------------------------*/

.searchLabel, .searchLabel, .searchElement, .searchText {
	font-size: 10px !important; font-size: xx-small;
}

#Search {
	margin: 0px 0px 30px 0px;
	border: 0;
	padding: 0;
}
#Search form {
	margin: 0;
	border: 0;
	padding: 10px 10px 0px 10px;
}

#Search input#raw {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:0;
	margin:0;
	height:16px;
	width:153px;
	vertical-align:middle;
}
#Search input#btnSearch {
	vertical-align:middle;
}
#Search table {
	margin:10px 10px 0px 10px;
	color:#666;
	text-align:left;
}


/* -- METANAVIGATION ------------------------*/

#Metanavigation {
	margin: 0px;
	text-align:center;
	margin:10px 0px;
    padding-top: 20px;
}

#Metanavigation a {
	color: #666;
	text-decoration:none;
}


#Copyright p {
	margin-top:30px;
	color:#666;
} 
#Copyright p a {
	text-decoration:none;
	color:#666;
} 

#Login {
	padding: 0;
	margin-top: 20px;
	border: 0;
	/* border-top: 5px solid #ccc; */
	width:165px;
	/* background-color:#EDEDED; */
}

/**************************************/
/* 4. CSS-Modul: TEXT                 */
/**************************************/

#Headline h1 {
	margin-top: 0;
}

h1, h2,  h3, h4, H5, .heading1, .heading2, .heading3, .heading4, .heading5 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	}

.form, p, ol, ul, li, em, sub, table, tr, th, td {
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	color : #000000;
	font-size: 11px;
	}
h1.title {
	font-size: 16px;
	line-height: 24px;
	margin-top:10px;
	color:#344D69; 
	}
h1,.heading1 {
	font-size: 18px;
	line-height: 20px;
	margin-top:16px; 
	}
h2,.heading2 {
	font-size: 15px;
	line-height: 18px
	}

h3,.heading3 {
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 0px
	}
h4,.heading4 {
	font-size: 12px;
	line-height: 14px 
	}
h5,.heading5 {
	font-weight: normal;
	font-size: 12px;
	line-height: 14px 
	}
p {
	line-height: 15px;
	}
ol {
	line-height: 15px;
	}
ul {
	/*line-height: 15px;*/
	list-style-type: square }
sub { 
        font-size: 8px;}

p.caption {
	font-style: italic;
    padding-top:0px;
    margin-top:0px;
    color:#000;
	}
p.emphasis {
	background-color:#BBCCDC;
	margin-left: 20px;
	margin-right: 30px;
        padding-left:10px;
	line-height: 16px;
	}

p.description {
	line-height: 16px;
	/*font-weight:bold;*/
	color:#000;
	}
p.creator  {
}

p.small {
	font-size: 10px;
	}
p.smalltext {
	font-size: 10px !important; font-size: xx-small;
}

a:link, a:visited {
	color: #000;
	text-decoration : underline;
}

a:hover, a:active {
	text-decoration : underline;
	color: #f00;
}

code {
}

/**************************************/
/* 5. CSS-Modul: TABLES               */
/**************************************/

div.ZMSTable {
}
div.ZMSTable table tr th {
}
div.ZMSTable tr.even td {
}
div.ZMSTable tr.odd td {
}
table tr td  {
	font-size: 11px !important;
	
}


/**************************************/
/* 6. CSS-Modul: ZMS-DEFAULTS         */
/**************************************/


div.ZMSGraphic {
	background-color:transparent; 
}

a.zoom img.zoom
	{
	width: 23px;
	height: 21px;
	background: url(.//misc_/zms/zoom.gif);
	}

/*--------- ZMS TEASER --------------*/

div#teaser
	{
	margin-left:0px;
	margin-top:31px;
	padding:0;
	width:192px;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 11px !important; font-size: 11px;
	}

div.ZMSTeaserContainer {
	padding:0px;
	margin:0;
	margin-bottom:10px;
}
div.ZMSTeaserElement {
	width:192px;
	padding:0px;
	margin:0;
	margin-bottom:10px;
}
div.ZMSTeaserElement img.title {
	border: none;
}

div.ZMSTeaserElement div.title {
	font-weight:bold;
	text-decoration:none;
	color:black;
	padding: 4px 4px 2px 4px;
	display: block;
}

div.ZMSTeaserElement div.text
	{
	padding: 0px 6px 6px 6px;
	line-height:1.3em
	}

/*--------- ZMS LINK --------------*/

div#pageelement_Links 
	{
	width:180px;
	}

div.ZMSLinkElement
	{
	background-color: transparent;
	padding: 0px;
	}

div.ZMSLinkElement div.title
	{
	font-weight:bold;
	color:black;
	font-size: 11px !important; font-size: small;
	margin: 10px 0px 0px 0px
	}

div.ZMSLinkElement div.text
	{
	}

div.ZMSLinkElement div.text ul
	{
	margin-top: 5px;
	margin-left: -10px !important; margin-left: 20px ;
	}


.form {
	color: #000;
	border: 1px solid #666;
	padding: 1px;
	margin: 0;
	font-size: 10px !important; font-size: xx-small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: x-small;
}
	html>.form {
	font-size: x-small;
} 
	
.form-button {
	color: #000;
	background-color: #fff;
	border: 1px solid #666;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-left: 1px;
	padding-right: 1px;
	margin: 0;
	font-size: 10px !important; font-size: xx-small;
}

/**************************************/
/* 7. CSS-Modul: SPECIAL OBJECTS      */
/**************************************/

/*------- InfoBox ------------------------------*/

div.infobox  {
	margin-top: 10px;
	border-top:5px solid #ccc;
	background-color:#f6f6f6;
	padding:0px;
	width:auto;
	margin-bottom:20px;
}
p.infoboxtitle  {
	padding:3px;
	margin:0px;
	font-weight:bold;
}
div.infoboxContentEven,
div.infoboxContentOdd {
	padding:5px 0px 5px 10px;
}
div.infoboxContentEven p,
div.infoboxContentOdd p  {
	margin: 3px;
}
div.infobox div.infoboxContentOdd  {
	background-color:#eaeaea;
}
div.infobox  div.ZMSFile div.title img {
	margin-bottom:-5px;
}
div.infobox  div.ZMSFile div.title,
div.infobox  div.ZMSFile div.text,
div.infobox  div.ZMSFile div.title a {
	font-size:11px;
}
div.infobox  div.ZMSFile div.text {
	margin-left:20px;
}
div.infobox ul {
	margin:0px 0px 0px 28px;
	padding:0;
}
div.infobox ul li {
}
li.LinkElementExternal {
	list-style-image:url(common/external_link.gif);
}
li.LinkElementInternal, 
li.LinkElementInternalPortal {
	list-style-image:url(common/external_link.gif);
}
li.LinkElementInternalClient {
	list-style-image:url(common/external_link.gif);
}
li.LinkElementMailto {
	list-style-image:url(common/mail_link.gif);
}


/**************************************/
/* 8. CSS-Modul: TOC LISTS            */
/**************************************/

#pageregionLeft #Newsindex {
    padding: 0px 20px 0px 10px;
    margin:0;
}
#pageregionLeft #Newsindex h2 {
    padding:0;
    margin:0;
}
#pageregionLeft #Newsindex p {
    padding: 0px;
    margin: 0px 0px 10px 0px;
}


/**************************************/
/* 9. CSS-Modul: PRINT                */
/**************************************/

h1, h2, h3, h4, h5, h6 {
} 
h1.title {
}
p, li, blockquote {
}
ol, ul {
}
p.description {
}
p.caption {
}
p.creator  {
}
p.smalltext {
}
code {
}

/**************************************/
/* 10. ZMI Management Interface       */
/**************************************/

.cmsTxtColorStrong0 { color: #436976; }
.cmsTxtColorStrong1 { color: #666666; }
.cmsBgColorStrong0  { background-color: #8CABB9; }
.cmsBgColorStrong1  { background-color: #CCCCCC; }
.cmsBgColorMedium0  { background-color: #DDE6EC; }
.cmsBgColorLight0   { background-color: #FFFFFF; }
div.ZMSTable table th { background-color:#DDEFFC; }
div.ZMSTable table td { background-color:#EEEEEE; }

.zmiTableRowEven {background-color:#eee;}
.zmiTableRowOdd {background-color:#ccc;}

.form-submit { font-size:11px; }

body.zmi h1, body.zmi h2, body.zmi h3, body.zmi h4, 
body.zmi h5, body.zmi h6  {
	font-family: Tahoma, Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-weight:bold;
	font-size:15px;
	line-height:19px;

} 
body.zmi p, body.zmi li, body.zmi blockquote  {
	font-family: Tahoma, Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size:11px;
	line-height:15px;
} 