html,
body {
	margin: 0;
	padding: 0;
}
body {
	background: #001739 url('../images/bg-body.gif') repeat-x;
	color: #fff;
	font: 62.5% Arial, sans-serif;
}
a, a:active, a:focus{
	color: #fff;
	text-decoration: none;
	outline: 0
}
a:hover {
	text-decoration: underline;
}
img {
	border: none;
}

#container {
	width: 920px;
	overflow: hidden;
	margin: 0 auto;
	padding-top: 169px;
	position: relative;
}

#seo {
	position: absolute;
	width: 920px;
	top: 0;
	left: 0;
	z-index:2;
}

#header {
	width: 100%;
	overflow: hidden;
}
#header img {
	display: inline !important;
}
.logo {
	float: left;
	margin: 0 21px;
}
.powered {
	float: left;
	margin: 40px 0px 0;
}

/* Main Menu */
#navigation, #navigation_de 
{
	margin: 0;
	padding: 0;
	list-style: none;
	height: 39px;
}
#navigation li, #navigation_de li
 {
	float: left;
	position: relative;
}
#navigation li a, #navigation_de li a 
{
	float: left;
	width: 183px;
	height: 32px;
	overflow: hidden;
	text-indent: -9999px;
	margin-left: 1px;
}
#navigation li:hover ul, #navigation li.hover ul, #navigation_de li:hover ul, #navigation_de li.hover ul
{
	display: block;
}
#navigation ul, #navigation_de ul  
{
	display: none;
	position: absolute;
	left: 0;
	top: 31px;
	z-index: 11;
	background: #101b2a;
	border: 1px solid #0349ab;
	height: auto;
	width: 183px;
	margin: 0;
	padding: 0.5em 0;
	list-style: none;
}
#navigation li#nav-voice ul, #navigation_de li#nav-voice ul 
{
	width: 184px;
}
#navigation ul li, #navigation_de ul li 
{
	width: 100%;
	text-align: center;
}
#navigation ul li a, #navigation_de ul li a  
{
	float: none;
	height: auto;
	width: auto;
	text-indent: 0;
	margin: 0;
	background: none !important;
	font: 1.4em/2em Arial, sans-serif;
}

/*EN*/
#navigation li#nav-emotionalysis a {
	width: 184px;
	margin-left: 0;
	background: url('../images/nav-emotionalysis.gif') no-repeat;
}
#navigation li#nav-statistics a {
	background: url('../images/nav-statistics.gif') no-repeat;
}
#navigation li#nav-technology a {
	background: url('../images/nav-technology.gif') no-repeat;
}
#navigation li#nav-faq a {
	background: url('../images/nav-faq.gif') no-repeat;
}
#navigation li#nav-contactus a {
	background: url('../images/nav-contactus.gif') no-repeat;
}
/*DE*/
#navigation_de li#nav-emotionalysis a {
	width: 184px;
	margin-left: 0;
	background: url('../images_de/nav-emotionalysis.gif') no-repeat;
}
#navigation_de li#nav-statistics a {
	background: url('../images_de/nav-statistics.gif') no-repeat;
}
#navigation_de li#nav-technology a {
	background: url('../images_de/nav-technology.gif') no-repeat;
}
#navigation_de li#nav-faq a {
	background: url('../images_de/nav-faq.gif') no-repeat;
}
#navigation_de li#nav-contactus a {
	background: url('../images_de/nav-contactus.gif') no-repeat;
}

/* Home Page */
#promo, #promo_de {
	border: 1px solid #183966;
	background: #fff url('../images/banner.jpg') no-repeat;
	height: 304px;
	position: relative;
	z-index:1;
}
#promo p {
	width: 373px;
	height: 220px;
	overflow: hidden;
	text-indent: -9999px;
	background: url('../images/promotxt.gif') no-repeat;
	margin: 0;
	top: 56px;
	left: 50px;
	position: absolute;
	z-index: 1;
}

#promo_de p {
	width: 373px;
	height: 220px;
	overflow: hidden;
	text-indent: -9999px;
	background: url('../images_de/promotxt.gif') no-repeat;
	margin: 0;
	top: 56px;
	left: 50px;
	position: absolute;
	z-index: 1;
}



.testit {
	display: block;
	width: 220px;
	height: 80px;
	overflow: hidden;
	text-indent: -9999px;
	background: url('../images/Talk-to-Me-Large-button.gif') no-repeat;
	position: absolute;
	z-index: 1;
	top: 56px;
	left: 671px;
}
.testit_de {
	display: block;
	width: 220px;
	height: 80px;
	overflow: hidden;
	text-indent: -9999px;
	background: url('../images_de/Talk-to-Me-Large-button.gif') no-repeat;
	position: absolute;
	z-index: 1;
	top: 56px;
	left: 671px;
}

/* Homepage Elements */
#content {
	width: 100%;
	overflow: hidden;
	padding: 20px 0;
	margin-bottom: -15px;
}
#leftcol {
	float: left;
	width: 290px;
	padding: 0 5px;
}
#leftcol a {
	font-size: 0.85em;
	color: #a9e55a;
}

#centercol {
	float: left;
	width: 296px;
	padding: 0 15px;
}
#rightcol {
	float: right;
	width: 130px;
	padding: 0 160px 0 0;
	position: relative;
}
.download {
	position: absolute;
	z-index: 11;
	right: 5px;
	top: 0;
	width: 144px;
	height: 164px;
	overflow: hidden;
	background: url('../images/but-download.gif') no-repeat;
	text-indent: -9999px;
}
.download_de {
	position: absolute;
	z-index: 11;
	right: 5px;
	top: 0;
	width: 144px;
	height: 164px;
	overflow: hidden;
	background: url('../images_de/but-download.gif') no-repeat;
	text-indent: -9999px;
}
h1 {
	margin: 0;
	font: 2.6em Arial, sans-serif;
	margin: 0.5em 0 1em;
	overflow: hidden;
	color: #fff;
}
h2 {
	font: 2.6em Arial, sans-serif;
	margin: 0;
}
h3 {
	font: 1.8em Arial, sans-serif;
	margin: 0;
}
p {
	margin: 1em 0;
	font-size: 1.3em;
}
#categorylist {
	margin: 15px 0;
	padding: 0;
	list-style: none;
	width: 100%;
	overflow: hidden;
}
#categorylist li {
	margin: 4px 10px 0 0;
	display: inline;
	float: left;
	width: 138px;
	background: url('../images/bg-categorylist.gif') repeat-y;
	border-bottom: 1px solid #12294a;
}
#categorylist li a {
	display: block;
	padding: 5px 5px 5px 40px;
	line-height: 25px;
	font-size: 1.3em;
	background: url('../images/bullet-category.gif') no-repeat 13px 50%;
}

/* Footer Menu */
#footer {
	border-top: 1px solid #12294a;
	padding: 12px 10px;
	color: #536580;
	font-size: 1.1em;
	margin-top: 15px;
	text-align:center;
}
#footer a {
	color: #536580;
	padding: 0 3px;
}
#footer ul 
{		
	margin: 0;
	padding: 0;
	list-style: none;
}
#footer ul li {
	display: inline;
}


/* Subpage */
#contentsub {
	width: 100%;
	overflow: hidden;
	padding: 20px 0;
}
.subpage {
	background: #fff;
	border: 1px solid #183966;
	color: #000;
	padding: 40px 50px 50px !important;
	width: 818px !important;
}
.subpage h1 {
	color: #001129;
	margin: 0;
	font: bold 40px/43px Arial, sans-serif;
	height: 43px;
}
.subpage h2 {
	margin-top: 4.0em;
	font: bold 1.8em Arial, sans-serif;
}
.subpage p {
	font-family: Arial, sans-serif;
	color: #000;
	text-decoration: none;
	word-spacing: 0.05em;
	text-align: left;
	letter-spacing: 0;
	line-height: 1.6em;
	font-size: 1.6em;
	margin-bottom: 1.6em;
}
.subpage a,.subpage a:visited {
	color: #003366;
	text-decoration: underline;
}

.subpage ul {
	font-family: Arial, sans-serif;
	color: #000;
	text-decoration: none;
	word-spacing: 0.05em;
	text-align: left;
	letter-spacing: 0;
	line-height: 1.6em;
	font-size: 1.6em;
	margin-bottom: 3.2em;
}
.subpage ol {
	font-family: Arial, sans-serif;
	color: #000;
	text-decoration: none;
	word-spacing: 0.05em;
	text-align: left;
	letter-spacing: 0;
	line-height: 1.6em;
	font-size: 1.6em;
	margin-bottom: 3.2em;
}
.subpage li {
	margin-bottom: 0.8em;
}

.subheading {
	display: block;
	font: 27px/33px Arial, sans-serif;
	height: 33px;
	overflow: hidden;
	color: #1e002a;
	margin-bottom: 50px;
}

/* Emotionalysis Page*/
#category_btn_list {
	position:relative;
	width:560px;
	padding-top: 10px;
	float: left;
}
.category_btn {
	margin: 0 15px 15px 0;
}
#emo_column_right {
	position:relative;
	width:255px;
	float:right;
	color:#000;
}
#emo_column_right p {
	font-size: 1.2em;
}


#emo_column_right h3 {
	font: bold 1.7em Arial, sans-serif;
	margin: 1em 0 0;
}
.download_btn {
	margin: 0 5px 10px 15px;
}

#emo_content_center {
	position:relative;
	float:left;
	width:580px;
	padding: 10px 0 0 80px;
	text-align:left
}
.emo_form {
	position:relative;
	float:left;
	width:375px;
	font: 1.6em/1.8em Arial, sans-serif;
	color: #000;
	text-decoration: none;
	word-spacing: 0.05em;
	text-align: left;
	letter-spacing: 0;
	margin:15px 0 1.6em 0;
}
.emo_form strong {
	vertical-align:super;
}
.emo_formbtn {
	margin-top:25px;
}
.emo_formbutton {
	position:relative;
	float:right;
	width:165px;
	vertical-align:bottom;
}
.gobutton{
	float:right;
	cursor:pointer;
	width:165px;
	height:60px;
	border:0px;
	background:url(../images/btn_go.gif) no-repeat left top;
	margin-left: 80px;
}

#rec_colleft {
	position:relative;
	float:left;
	width:211px;
	height:180px;
	padding-top:40px;
	margin:-15px 0 0 0;
	background: #fff url('../images/bg_1.gif') no-repeat;
}
#rec_colcenter {
	position:relative;
	float:left;
	width:230px;
	height:180px;
	padding-top:40px;
	padding-right:16px;
	margin:-15px 0 0 21px;
	background:#fff url('../images/bg_2.gif') no-repeat;
	
}
#rec_colright {
	position:relative;
	float:right;
	width:320px;
	height:450px;
	background:#fff url('../images/bg_3.gif') no-repeat;
	background-position:bottom;
	margin:-15px 0 0 0;
}
#rec_colrightCalibrate {
	position:relative;	
	width:420px;
	height:350px;	
	background-position:bottom;
	float:left;
	margin:-15px 0 0 0;
}
#rec_applet {
	width:100%;
	height:95px;
	margin: 15px 0 0 45px;
}
#rec_display {
	width:110px;
	height:33px;
	margin: 50px 0 0 114px;
}
.rec_display_counter {
	display:inline;
	font: bold 27px/33px Arial, sans-serif;
	height: 33px;
	color: #000;
	margin: 0 0 0 20px;
}
.btn_rec {
	margin:25px 0 0 94px;
}

.btn_feedback {
	margin:25px 0 0 45px;
}


/* Statistics Page */
.statistics {
	margin: 35px 0 0 0;
	width: 100%;
	overflow: hidden;
	list-style: none;
	padding: 0;
	background: url('../images/spr.gif') repeat-y 186px 0;
}
.statistics li {
	float: left;
	width: 100%;
	font: 17px/34px Arial, sans-serif;
}
.statistics li strong {
	float: left;
	width: 185px;
	overflow: hidden;
	background: url('../images/dot.gif') repeat-x 0 100%;
}
.statistics li em {
	float: left;
	display: inline;
	height: 18px;
	overflow: hidden;
	margin: 5px 10px 0 41px;
	background: url('../images/bg-statistics.gif') repeat-x;
	border: 1px solid #5b9400;
}
.statistics span {
	float: left;
}
#stat_listitem {
	float:left;
	width:189px;
	margin:6px 15px 0 0;
	font: bold 16px/36px Arial, sans-serif;
	overflow: hidden;
	background: url('../images/dot.gif') repeat-x;
	background-position:bottom;
}
#stat_listitem a{
	font: 16px/36px Arial, sans-serif;
	text-decoration: none;
}
#stat_listitem a:hover {
	text-decoration: underline;
}

/* Contact Page */
.contact_colA {
	float: left;
	width: 500px;
}
.contact_colB {
	float: left;
	width: 303px;
}
.cssform p{
	width: 390px;
	clear: left;
	margin: 0;
	padding: 5px 0 8px 0;
	padding-left: 80px; /*width of left column containing the label elements*/
	height: 1%;	
}
.cssform label{
	font-weight: normal;
	float: left;
	margin-left: -80px; /*width of left column*/
	width: 80px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}
.checkbox label{
	font-weight: normal;
	float: none;
	margin-left: 0px; /*width of left column*/
}
.cssform form
{
	vertical-align:top;	
}
.inputbox{ /*width of text boxes. IE6 does not understand this attribute*/
	width:295px;
	height:30px;
	border:0px;
	padding:6px;
	font: 16px/36px Arial, sans-serif;
	background-color:Transparent;
}

.inputbackground
{
	width:310px;
	height:32px;
	display:block;
	background:#fff url('../images/imput-box.gif') 0% 0% no-repeat;
}

.cssform textarea{
	width: 292px;
	height: 170px;
	/*background:#fff url('../images/text-box.gif') no-repeat left top;*/
	background-color:Transparent;
	border:0px;
	padding:6px;
	font: 16px Arial, sans-serif;
}

.inputwidebackground
{
	padding:2px;
	width: 310px;
	height: 190px;
	background:#fff url('../images/text-box.gif') no-repeat left top;
	display:block;
}
/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/
* html .threepxfix{
	margin-left: 3px;
}
.formbutton{
	cursor:pointer;
	width:142px;
	height:26px;
	border:0px;
	background:url(../images/btn_submit.gif) no-repeat left top;
	margin-left: 80px;
}
#addressbox {
	width:220px;
	padding:33px 20px 40px 28px;
	background-color:#f5f6f7;
	margin:0 0 0 5px;
	border: 1px solid #dbdbdb;
	font: 15px Arial, sans-serif;
}

/* Imprint Page */
.imprint {
	background: #fff;
	color: #000;
	padding: 40px 50px 50px !important;
	width: 818px !important;
	border: 1px solid #072147;
}
.columnA {
	float: left;
	width: 410px;
}
.columnB {
	float: left;
	width: 194px;
}
.columnC {
	float: right;
	width: 194px;
	position: relative;
}
.sidebar strong {
	font-size: 1.3em;
}
.designed {
	margin: 1.5em 0;
	display: block;
	width: 154px;
}
.imprint h1 {
	color: #001129;
	margin: 0;
	font: bold 40px/43px Arial, sans-serif;
	height: 43px;
}
.imprint p {
	font-family: Arial, sans-serif;
	color: #000;
	text-decoration: none;
	word-spacing: 0.05em;
	text-align: left;
	letter-spacing: 0;
	line-height: 1.2em;
	font-size: 1.2em;
	margin-bottom: 1.6em;
}

/* sIFR */
.sIFR-flash {
	visibility:visible !important;
	margin:0;
}
.sIFR-replaced {
	visibility:visible !important;
}
span.sIFR-alternate {
	position:absolute;
	left:0;
	top:0;
	width:0;
	height:0;
	display:block;
	overflow:hidden;
}
.sIFR-flash + div[adblocktab=true] {
  display:none !important;
  margin:0;
}
.sIFR-hasFlash h1 {
	visibility:hidden;
}

.commonText 
{
	margin:10px;	
}
.commonText p
{
		font-size: 1.2em;	
}
