* {margin:0; padding:0;}

/*------ Fixes, Workarounds etc. ----- */
.clear {clear: both;}
.clearfix:after {	/*--- Clearfix f&uuml;r das Float-clearing ---*/
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

/* -------- Framework --------- */
html {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100.1%;
	margin:0; padding:0;
	height: 100%;
}
body {
	margin:0; padding:0;
	background: #fff;
	behavior:url(../..js/csshover.htc);
    height: 100%;
    color: #444;
}
#wrapper {
	font-size: .75em;
	width: 980px;           /* Seitenbreite relevant! */
	position: absolute;
	left: 14px; top: 0;
}
.fl {float:left;}
.fr {float:right;}
.clear {clear:both;}
a img {border: none;}


/* ################################################### 
					  Header
###################################################### */

#header {
	width: 100%;
	height: 103px;
	position: absolute;
	top: 0; left: 0;
	z-index: 1000;
}
.brandlogo {
	position: absolute;
	right: 0px;
	top: 17px;
}
a#oelogo, 
a#oelogo:link, 
a#oelogo:visited,
a#oelogo:hover,
a#oelogo:active {
	position: absolute;
	top: 33px; left: 18px;
	border: none;
}
img.header {margin: 0 0 10px 0;}

img.content {
	border: solid 1px #ccc;
	float: left;  }

/* ###########################################################
                   		 Toolbox
########################################################### */

#toolbox {
	width: 100%; height: 28px;
	position: absolute;
	top: 103px; left: 0;
	background: #E1E1E1;
	color: #7B7B7B;
	font-size: .9em;
}

.language {float: right; margin: 5px 10px 0 0;}
.language ul {list-style: none;}
.language li {float: left; padding: 0 5px;}
.language a,
.language a:link,
.language a:visited {float: left; text-decoration: none;  color: #333;}
.language li.en {border-right: 1px solid #333;}
.language a.aktiv {font-weight: bold;}

/* ########### Volltextsuche ##########*/

#search {
	position: absolute;
	right: 230px; top:5px;
}
#search label {
	float: left;
	margin: 2px 10px 0 0;
	font-weight: bold;
	vertical-align: middle;
}
#search input {
	border: 1px solid #7E9DB9;
	background: #fff;
	height: 14px;
	margin: 0; padding: 2px 2px 1px 2px;
	line-height: 1em;
}

#search input.searchlink {
	margin: 2px 0 0 2px; 
	float:left;
	border: none;
	padding: 0;
}
.lang-chin {
	position:relative; top:2px;
}

/* Printbutton */
#toolbox a.print, a.print:link, a.print:visited  {
	position: absolute;
	right: 450px; top: 7px;
	display: block;
	padding-left: 20px;
	text-decoration: none;
	font-weight: bold;
	color: #7B7B7B;
	background: url(../../images/design/printer.gif) no-repeat 0 .3em;
}


/* ###############	Saurer Portal	###############*/

/* Suche Saurer Portal */
#toolbox.portal #search {right: 180px;}


/* Printbutton Saurer Portal */
#toolbox.portal a.print {
	right: 400px;
}                


/* ############################################################
                            Grundlayout
############################################################ */

/* -------- MAIN  --------*/
#main 
{
	position: absolute;
	top: 146px;
	width: 100%;
	background: url(../../images/design/linedot.gif) repeat-y 180px 0;
	font-size: 11px;
}

/* -------- LEFT ----------*/
#left {
	width: 180px;
	float: left;
}

/*-------- RIGHT ----------*/
#right {
	border-right:1px solid #E1E1E1;
	float: right;
	width: 174px;
	margin-top: -6px;
}

/* Infoboxen */
div.infobox {
	border: 1px solid #E1E1E1;
	border-right: none;
	padding: 0 7px 5px;
	margin-top: 7px;
}
.infobox p {
    margin-bottom: 20px;
    padding: 0;
}
.infobox p:last-child {     /* abh&auml;ngig ie7.css */
    margin-bottom: 0;
}
.infobox h2 {
	font-size: 1em;
	margin: 0 -7px 10px -7px;
	padding: 5px 5px 5px 7px;
	width: auto;
	color: #EA0003;
	background: #E1E1E1;
}
.infobox a {
	text-decoration:none;
}

/*-------- CONTENT ---------*/
#content {
    margin-left: 180px;
    min-height: 400px;
	width: 600px;
    padding: 17px 0 10px 10px;
}
#popup {width:562px;}

/* ------------------------ Footer ----------------- */
#footer 
{
	position: absolute;
	bottom: -31px; left: 180px;
	width: 800px;                       /* Seitenbreite relevant! */
	border-top: 1px solid #E1E1E1;
	height: 25px;
	clear: both;
	background: #fff;
	padding-top: 5px;
	font-size: .9em;
}

/*  Footer Navigation GNAV					
    Fat Erik's Pipelist */

ul.gnav {
	position: absolute;
	left: 10px;
	top: 6px;
	list-style: none;
	padding: 0;
	margin: 0;
	line-height: 1em;
}
ul.gnav.right {
    left: auto;
    right: 2px;
}
.gnav li {               /* abh&auml;ngig ie6.css, ie7.css */
	display: inline;
	margin: 0 10px 0 0;
	padding: 0;
}
.gnav li a {
	padding: 0;     
	text-decoration: none;
	color: #444;
	line-height: 1em;
}
.gnav li:last-child {
    margin-right: 0px;
}
.gnav li a:hover {
	text-decoration: underline;
}

/*Win IE browsers - hide from Mac IE\*/
* html .gnav { height: 1%; }

* html .gnav li {
	display: block;
	float: left;
}
/*End hide*/


/* ################################################### 
			    Hauptnavigation HNAV
###################################################### */

#hnav {
	position: absolute;
	top: 80px; left: 191px;
	float: left;
	z-index: 1000;
}
#hnav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    float: left;
}
#hnav ul li {
    padding: 0 10px 0 0;
}
#hnav ul li a,
#hnav ul li a:link,
#hnav ul li a:visited {
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    color: #EA0003;
    text-decoration: none;
    font-size: .9em;
    padding-bottom: 9px;
}
#hnav ul li a:hover,
#hnav ul li a:active {
    color: #444444;
}
#hnav ul li a.aktivlink,
#hnav ul li a.aktivlink:link,
#hnav ul li a.aktivlink:visited,
#hnav ul li a.aktivlink:hover,
#hnav ul li a.aktivlink:active {
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    color: #444444;
    text-decoration: none;
    font-size: .9em;
}


#hnav ul ul {display: none;}
#hnav ul ul 
{
    position: absolute;
    z-index: 1000;
}
#hnav ul li:hover ul {display: block;}

/* Stufe 2 */
#hnav ul ul li {
    width: 200px; 
    float: none;
    padding: 0;
}
#hnav ul ul a,
#hnav ul ul a:link,
#hnav ul ul a:visited 
{
    display: block;
    float: none;
    font-weight: normal;
    text-transform: none;
    border: 1px solid #E1E1E1;
    border-top: none;
    color: #444444;
    background: #fff url(../../images/design/arrow_red.gif) no-repeat .7em .7em;
    padding: 4px 5px 3px 20px;
    width: 173px;
}
#hnav ul ul a:hover,
#hnav ul ul a:active {
    background-color: #EA0003;
    background-image: url(../../images/design/arrow_white.gif);
    color: #fff;
}
#hnav ul ul li:first-child { border-top: 1px solid #E1E1E1;}


/* ################################################### 
				Sekund&auml;rnavigation SNAV
###################################################### */



ul#snav {
	margin: 28px 0 0 9px;
	padding: 0;
	width:160px;
	list-style-type: none;
	}
	
#snav li {
	padding: 0 0 5px 1px;
	margin: 0;
	}
#snav li ul {list-style-type:none; margin: 5px 0 -5px 9px;}
#snav li li {padding: 0 0 5px 1px;}
#snav li ul li a {
	display:block;
	color:#eb0100; 
	background: url(../../images/design/squaresmall_red.gif) no-repeat top left;
	}	
#snav li a {
	color:#444444; 
	text-decoration:none; 
	padding:0 0 0 10px; 
	display:block;
	background: url(../../images/design/square_red.gif) no-repeat top left;
	}
#snav li a:hover {text-decoration:underline;}
#snav li a.aktiv {color:#eb0100; font-weight:bold;}


/* ######################################################################
                     Sitemap Verschachtelung
###################################################################### */

/* styles for the tree */
A.TreeviewSpanArea, A.TreeviewSpanArea:link, A.TreeviewSpanArea:visited  {
color: #444;
text-decoration:none;
color: black
}
A.TreeviewSpanArea:hover {
color: #444;
text-decoration:underline;
}



	
	
	
/* #######################################################
                         Breadcrumb 
####################################################### */

div#breadcrumb 
{
	position: absolute;
	top: 132px; left: 0;
	width: 100%;
	height: 14px;
	background: #E1E1E1;
}
div#breadcrumb span.pagename 
{
    position: absolute;
    top: 0; left: 10px;
    color: #444;
    font-size: .88em;
}
div#breadcrumb ul span
{
    position: absolute;
    top: 0; left: 191px;
}
div#breadcrumb ul li {
	display: inline;
	list-style-type: none;
	padding: 0 8px 0 9px;
	background: url(../../images/design/arrow_red.gif) no-repeat left;
    color: #444;
	font-size:0.92em;    
}
div#breadcrumb ul li a, div#breadcrumb ul li a:link, div#breadcrumb ul li a:visited {
	color: #444;
	text-decoration: none;
}



/* ################################################### 
			  		Formulare
###################################################### */


select {
    margin-top: -4px;
    font-size: 1em;
    width: 170px;
}

/* ################################################### 
			  MODULE
------------- Modulstyles ---------------------------
###################################################### */


/* -+-+-+-+-+-+-+-+-+ Searchbox +-+-+-+-+-+-+-+-+ 
.box-search {
	width:160px; 
	height:70px;
	margin: 22px 0 0 10px; }
.box-search p{
	font-size: 0.93em;
	display: inline;
}
*/
/* Textfelder Search */

input.searchfield {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.93em;
	height: 14px;
	width: 147px;
	border: 1px solid #52678a;
	background: #f7f9fc;
	padding: 1px 5px 2px 5px;
	margin: 1px 0 4px 0;
	display: block;
}
input.txtfield-search {
	float:left; 
	width:117px; 
	height:13px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #52678a;
	background: #f7f9fc;
	padding: 1px 5px 2px 5px;
	margin: 0 3px 4px 0;
	display: block;
}
/* Search GO *
input.search-go {
	float: right;
	display: inline; 
	border: none;
	border-left: 1px solid #C9C7BA;
	border-right: 1px solid #C9C7BA;
	border-bottom: 1px solid #B2B2B2;
}


/* STARTSEITE INFOS NAVIGATION */

ul.frontinfos {
	margin: 0 0 0 0;
	padding: 0;
	list-style-type: none;
}
.frontinfos li {
	padding: 0;
	margin: 0 0 10px 0;
}
.frontinfos li a {
	font-size: 0.93em;
	line-height:15px;
	width: 160px;
	display: block;
	padding: 0 0 5px 10px;
	color: #444;
	text-decoration: none;	
}


/*####################################################*/
/*					Contentformate				      */
/*####################################################*/

#content h1, #popup h1 {
	font-size: 1.6em;
	font-weight: normal;
	width: auto;
	color: #444;
	margin: 0 0 25px 0;
	padding: 0;
	line-height: 1.1em;
}
#content h2.home {
	font-size: 1em;
	font-weight: normal;
	width: auto;
	color: #444;
	margin: -20px 0 20px 0;
	padding: 0;
	line-height: 1.1em;
}

/* Urspr&uuml;nglicher MARGIN H1 #content h1 {margin: 17px 0 25px 0;}*/

#content h2, #popup h2 {
	font-size: 1.3em;
	font-weight: bold;
	width: auto;
	color: #444;
	margin: 5px 0 15px 0;
	padding: 0;
	line-height: 1.1em;
}

#content h3, #popup h3 {
	font-size: 1.1em;
	font-weight: bold;
	width: auto;
	color: #444;
	margin: 0 0 15px 0;
	padding: 0;
}
#content p, #popup p {
	margin: 10px 0 10px 0;
	padding: 0;
	line-height: 1.5em;
}


/* Links aller Art... */
#content a, #content a:link
#popup a, #popup a:link {
	color: #EA0003;
	text-decoration:none;
}
#content a:hover {
	text-decoration:underline;
}
.infobox a, .infobox a:link {
	color: #444;
}
.infobox a:visited {
	color: #444;
	text-decoration:none;
}
.infobox a:hover, .infobox a:active {
	color: #EA0003;
	text-decoration:none;
}
#content a:visited,
#popup a:visited, {
	color: #EA0003;
	text-decoration:none;
}
#content a:hover, #content a:active,
#popup a:hover, #popup a:active {
	color: #EA0003;
	text-decoration:underline;
}

#content h1 a, #popup h1 a,
#content h1 a:link, #popup h1 a:link,
#content h2 a, #popup h2 a,
#content h2 a:link, #popup h2 a:link,
#content h2 a:visited, #popup h2 a:visited,
#content h3 a, #popup h3 a,
#content h3 a:link, #popup h3 a:link,
#popup ul a,
#popup ul a:link,
#popup ul a:visited,
#popup ol a,
#popup ol a:link,
#popup ol a:visited
{
    color: #444;
    text-decoration: none;
}
#content h1 a:hover, #popup h1 a:hover,
#content h1 a:active, #popup h1 a:active,
#content h2 a:hover, #popup h2 a:hover,
#content h2 a:active, #popup h2 a:active,
#content h3 a:hover, #popup h3 a:hover,
#content h3 a:active, #popup h3 a:active,
#popup ol a:hover,
#popup ol a:active,
#popup ul a:hover,
#popup ul a:active
{
    color: #EA0003;
}
.bold {font-weight: bold;}

#content ul, #popup ul {
	margin-left: 20px;
	list-style-type: square;
}
#content ul li {
	line-height: 1.5em;
}
#content ol, #popup ol {
	margin-left: 30px;
}


.formfield {width:300px; border:1px solid #444;}
.formfield2short {width:80px; border:1px solid #444;}
.formfield2broad {width:210px; border:1px solid #444;}
.frame {width:560px;}

/*####################################################*/
/*					Textbausteine				      */
/*####################################################*/

/*---------------- Download  ----------------- */
#content div.tbs-download {
	margin: 15px 0 5px 0;
	padding: 0;	
	width: 775px;
}
#content div.tbs-download p.head {
	background: #e1e1e1;
	color: #444444;
	font-weight: bold;
	padding: 1px 20px;
	margin: 0 0 10px 0;
}
#content div.tbs-download p {
	padding-left: 20px;
	margin: 0 0 10px 0;
}
#content label.download {
	float: left;
	margin-left: 20px;
	display: inline;
	width: 200px;
}
#content div.dropdowncontainer.download {
	float: left;
	margin: -2px 0 10px 0;
}
#content div.fix-615 {width: 600px !important; }
/*--------------- Tables (Contact, Standard) ---------------- */
table {}
table.contact,
table.career,
table.standard {
	border: 1px solid #e1e1e1;
	border-bottom: none;
	text-align: left;
	width: 790px;
	margin-bottom: 15px;
}
table.contact thead th,
table.career thead th,
table.standard thead th {
	background: #f5f5f5;
	padding: 3px 7px;
	color: #444444;
	border-bottom: 1px solid #ea0000;
	vertical-align: top;
}
table.contact tbody th,
table.career tbody th,
table.standard tbody th {
	background: #fff;
	padding: 3px 7px;
	color: #444444;
	vertical-align: top;
	border-bottom: 1px solid #e1e1e1;
}
table.contact td,
table.career td,
table.standard td {
	background: #fff;
	padding: 3px 7px;
	border-left: 1px solid #e1e1e1;
	vertical-align: top;
}

table.career tbody tr {
	border-bottom: 1px solid #e1e1e1;
}
table.standard td {
	background: #fff;
	padding: 3px 7px;
	border-left: 1px solid #e1e1e1;
	vertical-align: top;
}
table.career td {
	background: #fff;
	padding: 3px 7px;
	border-left: 1px solid #e1e1e1;
	vertical-align: top;

}
table.contact tbody td,
table.career tbody td,
table.standard tbody td {
	border-bottom: 1px solid #e1e1e1;
}
table.standard tbody td.firstrow {
	border-bottom: 1px solid #e1e1e1;
	border-left:none;
}
table.career tbody td.firstrow {border-left:none;}

/* Links in Table */
table.contact a.top,
table.standard a.top {float: right;}

#content table.contact thead a,
#content table.contact thead a:link,
#content table.contact thead a:visited,
#content table.standard thead a,
#content table.standard thead a:link,
#content table.standard thead a:visited {
	font-size: .9em;
	color: #444444;
	font-weight: normal;
}
#content table.contact thead a:hover,
#content table.contact thead a:active,
#content table.standard thead a:hover,
#content table.standard thead a:active {
	text-decoration: none;
}
table.contact td a,
table.contact td a:link,
table.contact td a:visited,
table.contact td a:hover,
table.contact td a:active,

table.standard td a,
table.standard td a:link,
table.standard td a:visited,
table.standard td a:hover,
table.standard td a:active {
	color: #444;
	font-size: 1em;
}

table.standard tbody tr.alternate td {
	background: #fff;
}


/* Spaltenbreiten */

table.standard .first,
table.contact .first
	{width: 140px;}
table.standard .second,
table.contact .second
	{width: 250px;}
table.standard .third,
table.contact .third
	{width: 250px;}
table.standard .fourth,
table.contact .fourth
	{width: 154px;}
	
/*----------------Zweispaltig 50-50 ----------------- */

table.two-50-50 td.col-a {width: 48%; vertical-align: top;}
table.two-50-50 td.col-b {width: 48%; vertical-align: top;}
table.two-50-50 td.mid {width: 4%;}

/*----------------Zweispaltig 30-70 ----------------- */

table.two-30-70 td.col-a {width: 35%; vertical-align: top;}
table.two-30-70 td.col-b {width: 62%; vertical-align: top;}
table.two-30-70 td.mid {width: 3%;}

/*----------------Dreispaltig 33-33-33 ----------------- */

table.two-30-30-30 td.col-a {width: 30%; vertical-align: top;}
table.two-30-30-30 td.col-b {width: 30%; vertical-align: top;}
table.two-30-30-30 td.col-c {width: 30%; vertical-align: top;}
table td.mid {width: 3%;}


/*---------------- Picture Gallery ----------------- */
table.gallery {
	/*width: 796px;*/
	text-align: center;
	margin-bottom: 30px;
}
table.gallery td {
	padding: 15px 2px 5px;
	font-weight: normal;
}
table.gallery a {
	display: block;
	margin: 10px 4px 5px 5px;
}
table.gallery span {
	float: left;
}
table.gallery img {border: 1px solid #9B9BA0;}

table.portrait a {
	margin: 10px 5px 5px;
}

/*---------------- Sitemap ----------------- */
div.sitemap {
	width: 600px;
	margin-bottom: 20px;
}

/* ------------- News & Events ------------  */
div.tbs-news {
	vertical-align: top;
	padding-bottom: 0px;
	margin-bottom: 15px;
	border-bottom: 1px solid #444;
}
div.tbs-news h3 span {
	padding-right: 10px;
	margin-right: 5px;

	color: #444;
}
div.tbs-news:last-child {border-bottom: none;}

/* ------------- News & Events ------------  */
div.tbs-search-item {
	vertical-align: top;
	padding-bottom: 0px;
	margin-bottom: 15px;
	border-bottom: 1px solid #52678A;
}
div.tbs-search-item h3 span {
	padding-right: 10px;
	margin-right: 10px;
	border-right: 2px solid #D60026;
	color: #9B9BA0;
}

.searchresult table td
{
    padding-right: 15px;
}


/* ------- fixierte Tabellenbreiten -------- */
table.fix-615 {width: 600px;}   /* Seitenbreite relevant! */
table.fix-800 {width: 790px;}   /* Seitenbreite relevant! */


/* ----------- Global Contacts Dropdown ------ */
select.globalcontact {
	float: left;
	width: 170px;
	margin-top: 0;
	margin: 0;
}
label.bold.fl {
	clear: left;
}
input.submit {
	float: right;
	margin: 10px 0px 10px 0;
	border:1px solid #FF0000;
	color: #444; 
	background:#f5f5f5; 
	height:20px; 
	cursor: pointer;
	}
legend {padding: 5px; font-weight: bold; color: #000;}
fieldset {width: 585px; border: 1px solid red; padding: 10px;}
label {width: 140px; float: left; margin: 0 0 2px 0;}
input {width: 200px; float: left; margin: 0 0 2px 0; font-size:.9em;}
input.txt_plz {width: 50px; margin: 0 2px 0 0;}
input.txt_ort {width: 144px;}
fieldset br {clear: both;}
input.checkbox {width: 25px;}

.send .checkbox {margin: 5px 0 0 0;}
.send .brand {float: left; width: 115px;}
.send label {width: 90px; margin: 5px 0 0 0;}

.sender label {width: 150px;}
.sender input.checkbox {margin: 5px 0 0 0;}
label.checkbox {width: 400px; margin: 5px 0 0 0;}

.contacts input {width: 130px;}
input.radio {width: 25px; float: left;margin: 0 0 0 20px;}

th {padding: 0 0 0 2px;}

.formlanguage input {float: left; margin: 0;}
.formlanguage label {float: left; width: auto; margin: 0 4px 0 0;}

/* Startseite Module */

.module a,
.module a:link,
.module a:visited,
.information a,
.information a:link,
.information a:visited {
	float: left;
	color: #fff !important;
	margin-right: 10px;
	padding: 20px 0 10px 5px;
	width: 95px;
	font-size: 1.2em;
	height: 70px;
	}
.module a:hover,
.module a:active,
.information a:hover,
.information a:active {
	text-decoration: none !important;
	}

.module a.contact {
	background: #EB0000 url('../../images/design/home/contact_a.gif') right bottom no-repeat;
	}	
.module a.contact:hover {
	background: #949494 url('../../images/design/home/contact_b.gif') right bottom no-repeat;
	}
	
.module a.reg {
	background: #EB0000 url('../../images/design/home/reg_a.gif') right bottom no-repeat;
	}	
.module a.reg:hover {
	background: #949494 url('../../images/design/home/reg_b.gif') right bottom no-repeat;
	}
	
.module a.info {
	background: #EB0000 url('../../images/design/home/info_a.gif') right bottom no-repeat;
	}	
.module a.info:hover {
	background: #949494 url('../../images/design/home/info_b.gif') right bottom no-repeat;
	}
	
.module a.member {
	background: #EB0000 url('../../images/design/home/member_a.gif') right bottom no-repeat;
	}	
.module a.member:hover {
	background: #949494 url('../../images/design/home/member_b.gif') right bottom no-repeat;
	}
	


/* B2B */
	
img.border {
	border: solid 1px #ccc; }


/* Brochure */
	
div.brochure {
	width: 120px;
	float: left; 
	margin-right: 30px;  }	

div.brochure img {
	border: solid 1px #ccc;
	margin: 0 0 5px 0;  }	

div.downloadliste  {
	width: auto;
	margin-left: 150px;
	}
	

/* Information */

table.info td {
	vertical-align: top;   }	
	
table.info td.icon {
	text-align: center;
	padding-right: 10px;
	padding-top: 3px;    }
	
table.info td {
	padding-bottom: 15px;    }

	

/* Contact */
	
div.left {
	width: 140px;
	float: left;
	margin-bottom: 20px;    }

div.right {
	float: left; 
	margin-bottom: 20px;      }
	
div.right p {
	margin: 0 !important; }
	
table.brands td {
	width: 130px; 
	padding: 0 50px 0 0;
	vertical-align: top;
	padding-bottom: 20px;   }
	
table.brands td p {
	margin: 0 !important;   }
	
	
/* Demo */
	
div.demo1 {
	float: left;
	width: 316px;
	margin-right: 20px;     }
	
div.demo2 {
	float: left;
	width: 238px;    }
	
div.demo1 img,
div.demo2 img { 
	border: solid 1px #ccc;  }

