html,
body
{
	background-color: #FFF;
	margin: 0;
	padding: 0;
	color: #000;
	font-family: arial, sans-serif;
	font-size: 0.9em;
}

body
{
	padding-top: 25px;
}

acronym:hover,
abbr:hover
{
	cursor: help;
}

acronym.beunobtrusive,
abbr.beunobtrusive
{
	border-bottom: 0;
}

a.link2footnote.beunobtrusive
{
	color: #000;
	text-decoration: none;
}

.hide
{
	position: absolute;
	left: -9999px;
	font-size: 0pt; /* this is needed because of a "rendering bug"(?) in gecko, that leads to reserved space, although there shouldn't be space reserved for these elements */
}

.clear
{
	clear: both;
}

.clearleft
{
	clear: left;
}

.clearright
{
	clear: right;
}


#popupbox
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
/* 	background-color: #AAA; */
	z-index: 97;
/* 	opacity: 0.8; */
/* 	filter: alpha(opacity=80); */
	cursor: pointer; 
}

#popupimg
{
	padding: 8px;
	background-color: #E4F2F2;
	border: 4px solid #1EABB2;
		
	z-index: 99;
	position: absolute;
	background-image: url(../images/load.gif);
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}

html>body #popupimg
{
	position: fixed; /* for real browsers */
}

#cool_popup_advice
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding-top: 0;
	margin-top: 30px;
	text-align: center;
	color: #000;
	z-index: 98;
/* 	background-color: #E4F2F2; */
	background-color: #FFF;
	border: 1px solid #1EABB2;
}

html>body #cool_popup_advice
{
	position: fixed; /* for real browsers */
}


#cool_popup_advice:hover
{
	background-color: #1EABB2;
	border: 1px solid #E4F2F2;
	color: #FFF;
	cursor: pointer; 
}


body
{
/* 	position: absolute; */
/* 	left: 50%; */
/* 	margin-left: 387px; */
}

#wrapper
{
	width: 775px;
	margin: auto;
}

#skiplinks
{
	position: absolute;
	top: 0;
	left: -999px;
	z-index: 2;
}

#skiplinks li a:hover,
#skiplinks li a:focus
{
	position: absolute;
	top: 0;
	left: 1060px;
	padding: 5px;
	border: 2px solid #1EABB2;
	background-color: #E4F2F2;
	text-decoration: none;
	color: #000;
	width: 500px;
	font-weight: bold;
	font-size: 1.0em;
	
}

#header
{
	height: 100px;
	margin-bottom: 4px;
	background-position: top right;
	background-repeat: no-repeat;
}

.home #header,
.imprint #header
{
	background-image: url(../images/header-home.jpg);
}

.applications #header
{
	background-image: url(../images/header-applications.jpg);
}

.company #header
{
	background-image: url(../images/header-company.jpg);
}

.contact #header
{
	background-image: url(../images/header-contact.jpg);
}

.products #header
{
	background-image: url(../images/header-products.jpg);
}

.newsletter #header
{
	background-image: url(../images/header-newsletter.jpg);
}

#logobox
{
	width: 118px;
	height: 98px;
	border: 1px solid #1EABB2;
	background-color: #E4F2F2;
}

#logobox a
{
	display: block;
	padding-top: 34px;
	padding-bottom: 22px;
}

#logo
{
	border: 0;
}

#mainnav
{
	margin: 0;
	margin-bottom: 5px;
	padding: 0;
	padding-top: 25px;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 20px;
	width: 102px;
	min-height: 222px;
	border: 1px solid #1EABB2;
	text-transform: lowercase;
	list-style-type: none;
	float: left;
	position: relative;
}

#mainnav li
{
	padding-left: 10px;
	margin-top: 8px;
}

#mainnav li.active
{
	font-weight: bold;
	background-image: url(../images/bg-active-navpoint.gif);
	background-position: left 4px;
	background-repeat: no-repeat;
}

#mainnav ul li.active
{
	background-image: url(../images/bg-active-navpoint2.gif);
}

#mainnav li.active li
{
	font-weight: normal;
}

#mainnav a
{
	color: #000;
	text-decoration: none;
}

#mainnav a:hover
{
	font-weight: bold;
}

#mainnav li ul
{
	margin: 0;
	padding: 0;
	padding-left: 4px;
	/*background-color: #E4F2F2;*/
	background-color: #1EABB2;
	list-style-type: none;
}


#mainnav ul li
{
/* 	padding-left: 14px; */
	margin-top: 5px;
}

#mainnav ul li a
{
	/* color: #FFF; */
}


#mainnav #imprintlink
{
	position: absolute;
	left: -9999px;
}

#mainnav #link2otherlang
{
	position: absolute;
	bottom: 3px;
	right: 3px;
	width: 28px;
	height: 14px;
	background-position: right;
	background-repeat: no-repeat;
}

#mainnav #link2otherlang.link2en
{
	background-image: url(../images/bg-link2otherlang-en.gif);
}

#mainnav #link2otherlang.link2de
{
	background-image: url(../images/bg-link2otherlang-de.gif);
}

#mainnav #link2otherlang a
{
	display: block;
	height: 14px;
}

#contentwrapper
{
	border: 1px solid #1EABB2; 
	background-color: #E4F2F2;
	margin-left: 124px;	
	margin-bottom: 5px;
	padding: 10px;
	min-height: 247px;
/* 	width: 629px; */
}


.applications #contentwrapper
{
	min-height: 283px;
}


#contentbox h3
{
	font-size: 1.0em;
}

/*#contentbox,*/
#news #contentbox
{
	border: 1px solid #1EABB2;
}

.home #contentbox
{
	border: 0;
}

#contentbox #documentheadline
{
	background-color: #1EABB2;
	margin-top: 0;
	padding-top: 0;
	padding: 9px;
	font-size: 1.0em;
}

#content
{
	font-size: 0.9em;
	padding: 9px;
	padding-top: 0;
	position: relative;
/* 	width: 500px; */
/* 	width: 609px; */
/* 	border: 1px solid; */
}


#appendix
{
	clear: left;
	border: 1px solid #1EABB2;
	margin-left: 124px;
	padding-left: 20px;
	font-size: 0.9em;
	background-image: url(../images/bg-appendix.gif);
	background-position: right 3px;
	background-repeat: no-repeat;
	position: relative;	
}

#appendix address
{
	font-style: normal;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 4px;
}

#appendix address .org,
#appendix address .adr,
#appendix address .contactoptions
{
	display: block;
}

#appendix address a
{
	text-decoration: none;
}

#appendix address a:hover
{
	text-decoration: underline;
}

#imprintlink2
{
	position: absolute;
	bottom: 4px; /* padding-bottom of #appendix address */
	right: 4px; /* padding-right of #appendix address */
	text-transform: lowercase;
}

#imprintlink2 a
{
	text-decoration: none;
	color: #1EABB2;
}

#imprintlink2 a:hover
{
	text-decoration: underline;
}


/* contentstyles */
.childsectionsnav
{
	list-style-type: none;
	height: 1em;
	margin: 0;
	padding: 0;
}

.childsectionsnav li
{
	float: left;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	
}

.childsectionsnav li a
{
	color: #1EABB2;
}

.applications .childsectionsnav li
{
	width: 16%;
}

.company .childsectionsnav li
{
	width: 25%;
}

#products-devices #content
{
	min-height: 193px;
	position: relative;
}

#products-devices .childsectionsnav
{
	position: absolute;
	bottom: 0px;
	width: 620px;
}

#products-devices .childsectionsnav li,
#products-forano .childsectionsnav li,
#products-mistral .childsectionsnav li,
#products-sarma .childsectionsnav li,
#products-nautilus .childsectionsnav li
{
	width: 33%;
}

.applications .applicationtext
{
/* 	width: 495px; */
	margin-right: 100px;
}

.applications .applicationpics
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: right;
}

.applications .applicationpics img
{
	border: 1px solid #1EABB2;
}

.company .contacts
{
	list-style-type: none;
	margin: 0;
/* 	margin-top: 0.5em; */
	padding: 0;
}

.company .contacts#contacts_europe
{
	margin-top: 0.5em;
}

#company-sales #content
{
	padding: 0;
}

#company-sales_ger h3,
#company-sales_int h3
{
	background-color: #1EABB2;
	margin-top: 1em;
	margin-bottom: 0;
	padding-top: 0;
	padding: 9px;
	font-size: 1.1em;
}

/* #company-sales #intro, */
#company-sales_ger p
{
	padding-left: 9px;
}

.company .contacts
{
	padding: 9px;
	padding-top: 0;
}

.company .contacts h4,
.company .contacts h5
{
	margin-bottom: 0;
	padding-bottom: 0;
	text-decoration: underline;
	margin-top: 1.1em;
	font-size: 1.1em;
}

.company .contacts h5
{
	font-size: 1em;
}

.company address
{
	font-style: normal;
}

.company #content address.vcard .org,
.company #content address.vcard .adr,
.company #content address.vcard .street-address,
.company #content address.vcard .phoneline,
.company #content address.vcard .faxline,
.company #content address.vcard .mobileline,
.company #content address.vcard .emailline
{
	display: block;
}

#company-approach #mapbox
{
	text-align: center;
}

.contact .error,
#contactform #formmsg
{
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #F00;
	background-color: #F6F9C3;
	
}

#contactform #formmsg
{
	width: 290px;
}

#contactform #formmsg p
{
	margin: 0;
	padding: 0;
}

#contactform
{
	position: relative;
}

#contactform fieldset
{
	border: 0;
}

#contactform legend
{
	color: #000;
}

#contactform ol
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#contactform input,
#contactform textarea,
#contactform button
{
	border: 1px solid #1EABB2;
	background-color: #FFF;
}

#contactform #contactdata input,
#contactform textarea
{
	width: 250px;
}

#contactform textarea
{
	height: 127px;
}

#contactform #contactdata label
{
	width: 65px;
	display: block;
	float: left;
	margin-right: 1px;
}

#contactform #contactdata li
{
	margin-bottom: 5px;
}

#contactform #contact_via-box p,
#contactform #contact_via-box li
{
	float: left;
	margin: 0;
	padding: 0;
	margin-right: 10px;
}

#contactform #contact_via-box li label
{
/* 	margin-right: 10px; */
}

#contactform #contact_messagebox,
#contactform #contact_buttons
{
	position: absolute;
	left: 350px;
	margin: 0;
	padding: 0;
/* 	border: 1px solid; */
}

/*#contactform #contact_messagebox #text
{
	position: relative;
	left: -124px;
}*/

#contactform #contact_messagebox
{
	top: 0;
}

#contactform #contact_buttons
{
	top: 150px;
}

#contactform.witherror #contact_messagebox
{
	top: 40px;
}

#contactform.witherror #contact_buttons
{
	top: 190px;
}

.products .device_text
{
/* 	float: left; */
	width: 430px;
	margin-right: 10px;
	
}

.products #device_pics
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: right;
}

.products #device_pics li
{
	text-align: center;
}

.products .devicefoto
{
	border: 1px solid #1EABB2;
	background-color: #FFF;
	padding: 5px;
}

.products #popupimg
{
	background-color: #FFF;
}

#home #documentheadline
{
	position: absolute;
	left: -9999px;
}

.home .news 
{
	border: 1px solid #1EABB2;
	float: left;
	height: 200px;
	margin-bottom: 5px;
	margin-top: 5px;
	overflow: hidden;
	width: 297px;
}

.home #news1 
{
	float: none;
	height: 280px;
	width: 604px;
}

#home.en #news1
{
	height: 310px;
}

.home #news2 
{
	margin-right: 10px;
}

.home #news2 
{
	height: 230px;
}

#home.en #news2 
{
	height: 360px;
}

#home.de #news3, 
#home.de #news4 
{
	height: 360px;
}

.home #news3, 
.home #news4 
{
	height: 230px;
}

.home .news h3 
{
	background-color: #1EABB2;
	font-size: 1.1em !important;
	margin-bottom: 0;
	margin-top: 0;
	min-height: 2.4em;
	padding: 9px;
}

.home .news_teaser 
{
	padding:9px;
}

.home .news .morelink
{
	color: #1EABB2;
	font-style: italic;
	text-decoration: none;
}

.home .news .morelink:hover
{
	text-decoration: underline;
}

#joblistcaption
{
	margin-bottom: 0;
	font-weight: bold;
}

#joblist
{
	margin-top: 0;
}

#jobdate
{
	float: right;
}

#jobtext
{
	clear: right; /*clear the float of jobdate*/
}

#newsletterform
{
/* 	margin-left: 200px; */
}

#newsletterform ol
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#newsletterform li
{
/* 	clear: left; */
	margin-bottom: 5px;
}

#newsletterform label
{
	display: block;
	width: 5em;
	float: left;
	font-weight: bold;
}

#newsletterform #newslsetteractionbox,
#newsletterform #newsletter_buttons
{
	padding-left: 5em;
}

#newsletterform #newslsetteractionbox label
{
	float: none;
	display: inline;
	width: auto;
	font-weight: normal;
}

#newsletterform input.text
{
/* float: left; */
	border: 1px solid;
}

#accessories .accessorieslist
{
	margin: 0;
	padding: 0;
	padding-left: 30px;
	list-style-type: none;
}

#accessories .accessorieslist li
{
	clear: right;
/* 	clear: left; */
	border: 1px solid #1EABB2;
/* 	position: relative; */
	margin-bottom: 10px;
}

#accessories .accessorieslist h4
{
	margin: 0;
	padding: 0;
/* 	margin-bottom: 1em; */
	font-size: 1.2em;
	background-color: #1EABB2;
	padding: 0.2em;
}

#accessories .accessorieslist h4 a
{
	color: #000;
	text-decoration: none;
}

#accessories .accessorieslist h4 a:hover
{
	color: #FFF;
	text-decoration: underline;
}

#accessories .accessorieslist .accessoriecontent
{
	padding: 0.4em;
/* 	float: left; */
}

#accessories .accessorieslist .accessorieimg
{
	margin: 0;
	padding: 0;

/* 	position: absolute; */
/* 	top: 0; */
/* 	right: 0; */
	
	float: right; 
/* 	position: relative; */
/* 	top: -1.6em; */
	
/* 	text-align: right; */
}

#accessories .accessorieimg img
{
	border: 1px solid #1EABB2;
	
}

.solutions .solutionnav
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	height: 2.5em;
}

.solutions .solutionnav li
{
	width: 33%;
	float: left;
	margin-bottom: 1em;
	text-align: center;
}

.solutions .solutionnav li.first
{
	text-align: left;
}

.solutions .solutionnav li.last
{
	text-align: right;
}

.solutions .solutionnav .inactive
{
	text-indent: -9999px;
	visibility: hidden;
}

.solutions .solutionpictures,
.solutions .solutionvideos,
.solutions .solutiondatasheets
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

.solutions .solutionpictures li,
.solutions .solutionvideos li,
.solutions .solutiondatasheets li
{
	display: inline;
	margin-left: 20px;
	margin-right: 20px;
}


.solutions .solutionvideos li img,
{
	width: 320px
}

.solutions .solutiondatasheets a img
{
	border: 0;
}

#solutions #content p
{
	margin: 0;
	padding: 0;
}

#solutions .childsectionsnav li
{
	margin-top: 1em;
	width: 100%;
}

#imprint #content address
{
	font-style: normal;
}

#domino
{
	font-style: normal;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 4px;
	position: absolute;
	left: 380px;
	top: 10px;
}
