/*

	Sennheiser
	
*/
html {
	overflow:-moz-scrollbars-vertical;
}
body {
	margin: 10px 0 50px 0;
	padding: 0px;
	background: #DDEDEC;
	font: 68%/130% Verdana, Arial, Helvetica, sans-serif;
	color: #436462;
}
:focus {
	-moz-outline-style: none;
}

#container {
	position: relative;
	background: #fff;
	margin: 0 auto;
	width: 760px;
	padding: 10px !important;
	min-height: 505px;
}

#container a {
	color: #F96635;
}
#container a:hover {
	color: #FCA361;
	text-decoration: none;
}

#footer {
	padding: 1em 0 0 0;
	width: 760px;
	margin: 0 auto;
}
#footer .languages {
	float: left;
}
#footer .continue {
	float: right;
}
#content {
	background: #C5DFDC;
	padding: 20px;
	min-height: 422px;
}

/* Navigation
---------------------------------------------------------*/
#nav {
	background: #A4C8C5;
	height: 41px;
	margin-bottom: 2px;
}
#nav ul {
	display: inline;
	padding: 0;
	margin: 0;
	list-style: none;
}
#nav ul li {
	display: inline;
}
#nav ul li a {
	margin: 9px 20px 0 0;
	text-indent: -9999px;
	display: block;
	float: left;
	height: 19px;
	border-top: 4px solid #A4C8C5;
}
#nav li#move a {
	width: 90px;
	background: url(images/menu_move.gif);
}
#nav li#move a:hover {
	background: url(images/menu_move_over.gif);
}
#nav li#choice a {
	width: 77px;
	background: url(images/menu_choice.gif);
}
#nav li#choice a:hover {
	background: url(images/menu_choice_over.gif);
}
#nav li#mind a {
	width: 73px;
	background: url(images/menu_mind.gif);
}
#nav li#mind a:hover {
	background: url(images/menu_mind_over.gif);
}
#nav li#constraints a {
	width: 71px;
	background: url(images/menu_constraints.gif);
}
#nav li#constraints a:hover {
	background: url(images/menu_constraints_over.gif);
}

/* Active tabs */
#move #nav li#move a {
	border-top: 4px solid #fff;
	background: url(images/menu_move_over.gif);
}
#choice #nav li#choice a {
	border-top: 4px solid #fff;
	background: url(images/menu_choice_over.gif);
}
#mind #nav li#mind a {
	border-top: 4px solid #fff;
	background: url(images/menu_mind_over.gif);
}
#constraints #nav li#constraints a {
	border-top: 4px solid #fff;
	background: url(images/menu_constraints_over.gif);
}



a {
	color: #283C3A;
}
a:hover {
	text-decoration: underline;
}



h1 {
	display: inline;
	line-height: 0;
}
h1 a {
	float: left;
	display: block;
	width: 115px;
	height: 13px;
	background:url(images/logo.gif) no-repeat center center;
	text-indent: -9999px;
	margin: 9px 15px 0 15px;
	padding: 5px;
}




#banner a {
	position: absolute;
	z-index: 10;
	top: 0;
	right: 0;
	display: block;
	width: 157px;
	height: 93px;
	background:url(images/banner.png);
	text-indent: -9999px;
}
#banner a:hover {
	background:url(images/banner_over.png);
}








ul.subnav {
	clear: both;
	display: inline;
	margin: 2px 0 0 0;
	padding: 0;
}
ul.subnav li {
	margin-top: 2px;
	display: block;
	width: 25%;
	float: left;
}
ul.subnav li .inner {
	line-height: 110%;
	height: 243px;
	padding: 5px 0 10px 0;
	margin-right: 2px;
	display: block;
	background: #C4DFDD;
}
ul.subnav li .inner img {
	margin-bottom: 3px;
}
.light {
	background: #D5E8E7 !important;
}

.lighter {
	background: #E5F1F0 !important;
}

.lightest {
	background: #F2F8F7 !important;
}

ul.subnav p, ul.subnav ul {
	margin: 0 10px 1em 10px;
	padding: 0;
	display: block;
}
ul.subnav ul {
	list-style: none;
	margin: .5em 10px 1em 10px;
}
ul.subnav ul li {
	width: 100%;
	margin: 0;
	padding: .25em 0;
	float: none;
}






/* Headlines
---------------------------------------------------------*/
h2 {
	height: 25px;
	text-indent: -1px;
	margin: 0;
	padding: 0;
	color: #FC6432;
}
.bottom span {
	font-size: 200%;
	position: relative;
	top: 5px;
}
.bottom p.inline {
	line-height: 130%;
	display: inline;
	margin-left: -20px !important;
}
.object, .embed {
	border: 1px solid #f00 !important;
}
.middel span {
	font-size: 200%;
	position: relative;
	top: 5px;
}
.middel p.inline {
	line-height: 130%;
	display: inline;
	margin-left: -20px !important;
}


/* Forms
---------------------------------------------------------*/
.formfield {
	width: 65%;
	text-align: right;
}

.pushbutton {
	cursor: pointer;
	padding: .5em 1em;
}



/* Submenu
---------------------------------------------------------*/
#submenu {
	padding: 5px 10px;
	width: 285px;
	position: absolute;
	z-index: 20;
	top: 53px;
	left: 70px;
	background: url(images/submenubg.gif) no-repeat bottom;
	font: 100% Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
#submenu a {
	color: #EEF0F0;
}
#submenu a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#submenu li.active a {
	color: #FFFFFF;
	cursor: default;
	text-decoration: none;
}
#submenu ul {
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0;
}
#submenu li {
	display: inline;
	margin-right: 4px;
}





/* Sections and color codes
---------------------------------------------------------*/
#leftcol {
	width:50%;
	float: left;
}
#rightcol {
	width: 50%;
	float: right;
}
#leftcol .inner {
	margin-right: 1px;
}
#rightcol .inner {
	margin-left: 1px;
}
#leftcol .inner {
	height: 462px;
}
#rightcol .inner {
	height: 462px;
}

.bluegray_darker {
	background: #74869C;
	color: #e5ecf5;
}
.beige {
	background: #BBB2A2;
	color: #655B49;
}
.bluegray_dark {
	background: #C7CFDC;
	color: #565E6B;
}
.bluegray_light {
	background: #DDE2E8;
}
.green {
	background: #DAE6E6;
}
.green_light {
	background: #E5F1F1;
}

#flash_technical {
	padding-top: 20px;
}

.bottom {
	width: 339px;
	font-size: 90%;
	position: absolute;
	top: 300px;
	padding: 0 20px 0 20px;
}

.middel {
	width: 339px;
	font-size: 90%;
	position: absolute;
	top: 250px;
	padding: 0 20px 0 20px;
}
.top1 {
	width: 339px;
	font-size: 90%;
	position: absolute;
	top: 20px;
	padding: 0 20px 0 20px;
}




#prev a {
	padding: 10px;
	position: absolute;
	top: 460px;
	left: 20px;
	text-indent: -9999px;
	width: 26px;
	height: 23px;
	background: url(images/prev_icon.gif) no-repeat center center;
}
#next a {
	padding: 10px;
	position: absolute;
	top: 460px;
	left: 340px;
	text-indent: -9999px;
	width: 26px;
	height: 23px;
	background: url(images/next_icon.gif) no-repeat center center;
}


#rightcol #prev a {
	top: 460px;
	left: 400px;
}
#rightcol #next a {
	top: 460px;
	left: 720px;
}





































