html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, code, del, em, font, img, small, strike, strong, dl, dt, dd, ol, ul, li, fieldset, form, label, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
body {
	color: #606060;
	text-align: left;
	font-family: Lucida Sans, "Arial";
	font-size: 11px;
	/*background: #ffffff url(../images/background.png) repeat;*/
	background: #ffffff url(../images/background_gradient.png) repeat-x;
	line-height: 1;
}
#heading p, h1, h2, h3, h4, h5, h6, h7, h8 {
	font-weight: normal;
	color: #606060;
	font-family: "Helvetica Neue", Arial;
}
h2 {
	font-size: 12px;
	font-weight: 600;
	margin: 0 0 20px;
	padding: 0 0 10px;
	border-bottom: dotted 1px lightgray;
}
h3 {
	font-size: 19px;
	line-height: 35px;
	margin: 0 0 20px;
	letter-spacing: 1.0px;
}
h4 {
	font-weight: bold;
	line-height: 15px;
	text-transform: uppercase;
	margin-bottom: 7px;
}
p {
	line-height: 24px;
	margin: 0 0 20px;
}
ol, ul {
	line-height: 24px;
}
ul li a
{
	font-weight: bold;
	line-height: 15px;
	text-transform: uppercase;
}
a {
	color: #85774a;
	text-decoration: none;
}
label {
	width: 70px;
	float: left;
	font-weight: bold;
}
textarea, input {
	outline-style: none;
	outline-width: 0;
	border: solid 1px lightgray;
	margin-top: 5px;
	color: #606060;
}
textarea, input:focus {
	outline-color: -moz-use-text-color;
	outline-style: none;
	outline-width: 0;
	color: #85774a;
	border: solid 1px #85774a;
}
input.submit, button {
	display: block;
	float: left;
	margin: 0 7px 0 0;
	height: 25px;
	text-decoration: none;
	cursor: pointer;
	font-size: 9px;
	background-color: lightgray;
	border: solid 1px white;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 15px;
	text-transform: uppercase;
	color: #505050;
}
input.submit:hover, button:hover
{
	border: solid 1px #85774a;
}
#page {
	margin: auto;
	width: 1000px;
	clear: both;
	display: block;
}
.container {
	float: left;
	display: block;
	margin: auto;
	width: 960px;
	margin-bottom: 20px;
}
#header {
	float: left;
	display: block;
	margin: auto;
	width: 960px;
	border-bottom: 1px dotted lightgray;
}
#footer {
	float: left;
	display: block;
	margin: auto;
	width: 960px;
	margin-top: 30px;
	border-top: 1px dotted lightgray;
}
#header .inner {
	width: 960px;
	margin: auto;
}
#footer .inner {
	margin-top: 5px;
	width: 960px;
	height: 40px;
	margin: auto;
}
#header .inner h1 .logo {
	float: left;
	display: block;
	width: 110px;
	height: 86px;
	margin-top:39px;
	background: url(../images/logo.png) no-repeat;
}
#header .inner h1 .logo:hover {
	background: url(../images/logo_hover.png) no-repeat;
}
#header .inner ul.nav {
	display: block;
	float: right;
	margin-top: 110px;
	margin-bottom: 5px;
}
#footer .inner ul.nav {
	display: block;
	float: right;
	margin: 0;
	padding: 0;
}
.inner ul.nav li {
	float: left;
	display: block;
	line-height: 20px;
	margin: 0 0 0 30px;
}
.inner ul.nav li a {
	color: #505050;
	font-size: 9px;
	font-weight: 600;
	letter-spacing: 1px;
}
.inner ul.nav li a:hover {
	color: #85774a;
}
.inner ul.nav li a.active {
	color: #85774a;
}
#footer p {
	float: left;
	display: block;
	font-size: 10px;
	margin-bottom: 5px;
	color: lightgray;
	float: left;
}
#heading {
	float: left;
	width: 960px;
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom: dotted 1px lightgray;
	margin-bottom: 12px;
}
#heading p {
	margin: 0;
	font-weight: bold;
	font-size: 42px;
	line-height: 50px;
	letter-spacing: -2.0px;
	color: #85774a;
	padding-top: 5px;
}
#heading p:hover {
	color: gray;
}
#heading span {
	font-weight: normal; 
	color: lightgray;
}
.left {
	float: left;
	display: block;
	width: 470px;
}
.right {
	float: right;
	display: block;
	width: 470px;
}
.whole {
	float: right;
	display: block;
	width: 960px;
}
.loading
{
	background: url("../images/loading.gif") no-repeat;
	background-color: red;
}
#cases .text h3, .text h4
{
	margin-bottom: 5px;
}
#news ul.happenings li {
	float: left;
	width: 470px;
	background: #f3f3f3;
}
#news ul.happenings li a {
	color: #85774a;
}
#news ul.happenings li p {
	margin: 0 0 15px;
}
#news ul.happenings li .raquo {
	color: #85774a;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bolder;
}
#news .navigation {
	float: right;
	position: relative;
	margin-top: 15px;
}
#works .navigation
{
	float: right;
	position: relative;
}
#news .pic {
	margin-top: 20px;
	max-width: 300px;
}
a.turn {
	color: #505050;
	font-size: 9px;
	letter-spacing: 1px;
	font-weight: 600;
	text-transform: uppercase;
	margin-left: 20px;
}
a.turn:hover {
	color: #85774a;
}
#customerlist ul.customers {
	overflow: hidden;
	width: 1100px;
	padding-top: 10px;
}
#customerlist ul.customers li {
	display: block;
	float: left;
	width: 231px;
	height: 100px;
	margin-right: 40px;
	margin-bottom: 10px;
	text-align: left;
}
#slideshow {
    position:relative;
    height:500px;
    width: 960px;
}
#slideshow img {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
    width:960px;
    height:480px;
}
#slideshow img.active {
    z-index:10;
    opacity:1.0;
}
#slideshow img.last-active {
    z-index:9;
}
#loader {
  width: 960px;
  height: 500px;
  background: url(../images/loading.gif) no-repeat center center;  
}
#works ul.works {
	float: left;
	display: block;
	overflow: hidden;
	width: 1000px;
	padding: 10px 0 0;
}
#works ul.works li {
	display: block;
	float: left;
	width: 175px;
	height: 180px;
	margin-right: 23px;
	text-align: left;
	text-transform: uppercase;
}
#works ul.works li img {
	width: 168px;
	height: 101px;
	margin: 0;
	padding: 0;
	border: solid lightgray 2px;
}
#works ul.works li img:hover {
	width: 168px;
	height: 101px;
	margin: 0;
	padding: 0;
	border: solid #85774a 2px;
}
#competence ul.services {
	overflow: hidden;
	width: 1000px;
	float: left;
}
#competence ul.services li {
	display: block;
	float: left;
	width: 300px;
	margin: 0 30px 0 0;
}
#competence ul.services li.middle p{
	background-color: #f3f3f3;
}
#speaker #onlinesteps
{
	background-color: #f3f3f3;
	width: 470px;
	height: 170px;
	margin-bottom: 20px;
}
#speaker #select
{	
	border: solid 2px lightgray;
	width: 300px;
	height: 100px;
}
#speaker #select:hover
{	
	border: solid 2px #85774a;
}
#speaker ol.steps
{
	font-weight: normal;
	list-style-type:decimal;
	list-style-position:inside;
	text-decoration: underline;
}
#team ul.teampics {
	overflow: hidden;
	width: 1000px;
	padding: 10px 0 0;
}
#team ul.teampics div.cv {
	width: 100;
	height: 20;
}

#team ul.teampics li {
	display: block;
	float: left;
	width: 100px;
	height: 230px;
	margin-right: 22px;
	text-align: left;
	line-height: 15px;
}
#team ul.teampics li h4 {
	color: #85774a;
}
#team ul.teampics li img {
	width: 100px;
	height: 133px;
	border: solid lightgray 2px;
}
#team ul.teampics li img:hover {
	border: solid #85774a 2px;
}
#team ul.teampics li div.cv img {
	margin-top: 2px;
	width: 100px;
	height: 20px;
}
#contact .left {
	float: left;
	display: block;
	width: 600px;
}
#contact .right {
	float: right;
	display: block;
	width: 300px;
}
#contact div.map
{
	margin-bottom: 20px;
}
#movie {
	padding-bottom: 15px;
	border-bottom: 1px dotted lightgray;
}
#movie img {
	display: block;
	margin-bottom: 10px;
}
#movie .player {
	margin-left: -10px;
}
#description a {
	text-transform: uppercase;
}
#moviebox #description h4
{
	margin-top: 15px;
}
#moviebox ul.sujets {
	float: left;
	display: block;
	margin-top: 1px;
	margin-bottom: 20px;
}
#moviebox ul.sujets li {
	margin-top: 7px;
	display: block;
	float: left;
	width: 75px;
	height: 45px;
	margin-right: 10px;
}
#moviebox  ul.sujets  li img {
	border: solid lightgray 2px;
	width: 75px;
	height: 45px;
}
#moviebox  ul.sujets li img:hover {
	border: solid #85774a 2px;
}  
a.tooltip:hover {background:#ffffff; text-decoration:none;} /*BG color is a must for IE6*/
a.tooltip span {display:none; padding:2px 3px; margin-left:2px; }
a.tooltip:hover span{
      	display:inline; 
      	position:absolute; 
      	background-color: #b0b0b0; 
      	color: white;
      	font-weight: bold; 
      	-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		font-size: 10px;
}
#kontakt .map
{
	margin-top: 7px;
	margin-bottom: 7px;
}
#loginarea input
{
	width: 100px;
}
#cases {
	float: left;
	width: 960px;
	height: 330px;
	margin-top: 15px;
}
#cases .movie {
	float: left;
	display: block;
	width: 470px;
	height: 280px;
	margin-top: 5px;
}

#cases .text {
	float: right;
	display: block;
	width: 470px;
	height: 200px;
}
#cases div.title {
	float: left;
	width: 100px;
}
.sceneslider ul, .sceneslider li {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 960px;
	height: 275px;
	cursor: pointer;
	background: #f3f3f3;
}
.slidercontrol {
	height: 30px;
	width: 960px;
	float: left;
}
.slidercontrol ul {
	margin-top: 20px;
	list-style: none;
	display: block;
	width: 100%;
	float: right;
}
.slidercontrol li {
	float: right;
	display: block;
	margin-left: 5px;
	width: 16px;
	height: 16px;
	cursor: pointer;
	background: url(../images/point_gray.png) no-repeat;
}
.slidercontrol li.active {
	background: url(../images/point_gold.png);
}
.cabin{
	margin-bottom: 20px;
	border-bottom: dotted 1px lightgray;
	width: 402px;
	height: 279px;
}
#response {
	float: left;
	width: 960px;
	padding-top: 20px;
	color: #85774a;
	height: 20px;
}
#login input.submit {
	margin-top: 5px;
	margin-left: 70px;
}
#portal .menu {
	height: 90px;
	width: 1000px;
}
#portal .menu ul.selection li {
	float: left;
	display: block;
	line-height: 20px;
	width: 220px;
	margin-right: 24px;
}
#portal .menu ul.selection img {
	border: solid 2px lightgray;
	width:225px;
	height:73px; 
}
#portal .menu ul.selection img:hover {
	border: solid 2px #85774a;
}
#portal #speaker{
	background-color: #f3f3f3;
}
#portal li{
	width: 448px;
}
#folder {
	width: 960px;
	border: 1px solid lightgray;
}