BODY, TD, A, P, DIV, LEGEND, LABEL, INPUT, SELECT, TEXTAREA, FORM, OL, UL, LI, H1, H2, H3, H4, H5, DT, DL, DD {
	font-family: verdana, arial;
	font-size: 10px;
}

BODY, TD, P, DIV, LEGEND, LABEL, INPUT, FORM, SELECT, TEXTAREA, OL, UL, LI, H1, H2, H3, H4, H5 {
	color: #5B5B5B;
}
BODY {
	background: #E0E0E0 url(/images/bg.jpg) repeat;
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.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: #ff0000;
}
A:hover {
	color: #ff0000;
}

.PDF, .PDF:link, .PDF:visited {color:#CC0808; text-decoration:none;}
.PDF:hover {text-decoration:underline;}

.orange {
    color: #ff0000;
}

UL
{list-style-type:square;
margin-bottom:25px;
}

LI {
margin-bottom:8px;
}


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


#page {
	margin-top: 30px;
	margin-bottom: 30px;

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

	text-align: left;
	width: 980px;

	background: #ffffff;
}

#c8media { position:relative; width:690px; height:150px; z-index:100; background: #ffffff url(/images/header/visual_02.jpg) no-repeat; }
#company #c8media {background: #ffffff url(/images/header/visual_02.jpg) no-repeat;}
#solutions #c8media {background: #ffffff url(/images/header/visual_01.jpg) no-repeat;}
#products #c8media {background: #ffffff url(/images/header/visual_08.jpg) no-repeat;}
#services #c8media {background: #ffffff url(/images/header/visual_09.jpg) no-repeat;}
#contact #c8media {background: #ffffff url(/images/header/visual_10.jpg) no-repeat;}


#head {

	padding-top: 30px;
	
}


#head DIV.logo {
	float: left;
	width: 230px;
	padding-left: 30px;
}
#head DIV.visual {
	float: left;
	width: 690px;
	
	padding-right: 30px;
}

table.face {
margin-top:20px; margin-bottom:30px; background-color:#ffffff; background-image: url(../images/torsoBack.gif);
	background-position: left;
	background-repeat: repeat-y;
}

#torso {
	background-image: url(../images/torsoBack.gif);
	background-position: left;
	background-repeat: repeat-y;
	z-index: 1;

	width: 980px;
	margin-bottom: 20px;
}

#leftCol {
	float: left;
	width: 260px;
}


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

	padding-right: 85px;
	padding-left: 55px;

	padding-top: 35px;
	overflow-x: hidden;
}

html>body #content { 
	overflow: visible;
}


#foot {
	clear: both;
	width: 980px;
}

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


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

#topNav {
color:#272727;	
}

#topNav A, #topNav A:visited {
	font-size: 10px;
	text-decoration: none;
	color:#272727;
}

#topNav A:hover, #topNav A:active {
	font-size: 10px;
	text-decoration: none;
	color:#ff0000;
}

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

	background-color: #ffffff;
	
	padding-left: 2px;
	padding-right: 2px;
}

.e1                 		{color:#272727;font-weight:normal;}
#topNav .e1_inline:link     		{color:#272727;font-weight:normal;}
#topNav .e1_inline:visited  		{color:#272727;font-weight:normal;}
#topNav .e1_inline:active   		{color:#ff0000;font-weight:normal;}
#topNav .e1_inline:hover    		{color:#ff0000;font-weight:normal;}

#topNav .e1_inline_aktuell:link   		{color:#ff0000;font-weight:normal;}
#topNav .e1_inline_aktuell:visited   		{color:#ff0000;font-weight:normal;}
#topNav .e1_inline_aktuell:active   		{color:#ff0000;font-weight:normal;}
#topNav .e1_inline_aktuell:hover   		{color:#ff0000;font-weight:normal;}

.linksright:link     		{color:#272727;font-weight:normal;text-decoration: none;}
.linksright:visited  		{color:#272727;font-weight:normal;text-decoration: none;}
.linksright:active   		{color:#ff0000;font-weight:normal;text-decoration: none;}
.linksright:hover    		{color:#ff0000;font-weight:normal;text-decoration: none;}






/* **************************************************/
/* 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: 355px;
	padding-right: 50px;

	float: left;

	overflow-x: hidden;


	background-image: url(../images/dotted_grey_v.gif);
	background-repeat: repeat-y;
	background-position: 404px;
	
}
html>body #content .leftCol2 { 
	overflow: visible;
}

#content .rightCol2{
	padding-left: 10px;
	width: 165px;
	float: right;

	overflow-x: hidden;

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


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

#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 #ff0000;
}

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

* html #content DIV.hr,
* html #content P.hr {
	border-bottom: none;
	height: 1px;
	
	background-image: url(../images/dotted_grey_h.gif);
	background-repeat: repeat-x;	
}

* html #content .rightCol2 DIV.hr {
	border-bottom: none;
	height: 1px;
	
	background-image: url(../images/dotted_red_h.gif);
	background-repeat: repeat-x;	
}






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

#topNav P.arrow_1 A, #topNav P.arrow_1 A:visited, #topNav P.arrow_1 A:active {
	padding-left: 8px;
	padding-right: 3px;
	padding-bottom: 2px;
	
	background-image: url(../images/arrow_1.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
}




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

H1 {
	font-family: helvetica, verdana, arial;
	font-size: 26px;
	font-weight: normal;
	color: #ff0000;
	padding-bottom: 0px;
	margin-bottom: 10px;
}


H2 {
	font-family: verdana, arial;
	font-size: 12px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom:10px;
}

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

H5 {
	font-size: 9px;
	font-weight: normal;
}


P {
	line-height: 150%;
	margin-top:16px;
	margin-bottom:16px;
}



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


/* 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;
}
		

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




#footNav {
	padding-left: 30px;margin-top: 0px;z-index: 10; position: absolute; bottom: 29px; left: 0px; margin-bottom: 0px; 
}
#page {
	position: relative; margin-bottom: 29px; 
}
#pageend {
	height: 1px; line-height: 1px; font-size: 1px;
}
#foot DIV.footBorder {
	height: auto;
	padding-bottom: 10px;
	padding-top: 0px;
}
#foot {
	margin-top: -13px;
}

.highlightit img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100) Gray();
-moz-opacity: 0.6;
border: none;
}

.highlightit:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1.0;
border: none;
}

P {
	line-height: 150%;
	margin-bottom:0px;
	padding-bottom:0px;
}

/*--------[ Sitemap-Liste ]-------------------------*/

#sitemap, #sitemap li {list-style: none;}
#sitemap {margin-left: 50px;
}
#sitemap li {margin-bottom: .2em;}
#sitemap a {
width: 200px;
display: block;
padding: 2px 5px;
color: #333;
text-decoration: none;
background: #f1f1f1;
border: 1px solid #ccc;
}
#sitemap a:hover {
background: #e6e6e6;
text-decoration: none;
}

#sitemap ul.sub {
margin-top: .2em;
margin-left: 50px;
padding-left: 0;
font-size: 90%;
border-left: 1px solid #ccc;
}

#sitemap ul.sub a{width:350px;}

#sitemap ul.sub li {
padding-left: 25px;
background: url(/images/sitemap-sub-bg.gif) 0 7px no-repeat;
}
#sitemap ul.sub a {
border: none;
background: none;
}
#sitemap ul.sub a:hover {
text-decoration: underline;
background: none;
}

#sitemap ul.subsub {
margin-top: .2em;
margin-left: 30px;
padding-left: 0;
font-size: 85%;
width: auto;
background: none;
border-left: 1px solid #ccc;
}
#sitemap ul.subsub {

}
#sitemap ul.subsub a {
background: none;

}
#sitemap ul.subsub a:hover {
background: none;
}


ul.downloads, li.downloads {
	list-style-type:none;
	margin-left: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}


input.errorfield, select.errorfield, textarea.errorfield { background-color: #e3e3e3; border:1px solid; color: #000000;}
td.errorfield { 
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 18px;
	text-decoration: none;
	font-weight: normal;	
	}

.printButton, .printButton:visited {

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

	color: #5b5b5b;
	text-decoration:none;
	background-image: url(/images/printicon.gif);
	background-repeat: no-repeat;
	background-position: 2px 2px;

	display: block;

}
.printButton:hover {
	background-image: url(/images/printicon_hover.gif);
	color: #000000;
	text-decoration:underline;
}