body {
	margin:0;
	padding:0;
	min-height:100%;
	height:100%;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:11px;
	line-height:17px;
	letter-spacing:1px;
	color:#fff;
	background:#232323;
}

a, a:active, a:visited {
	color:#cc9900;
	text-decoration:none;
	outline:0;
}

a:hover {
	text-decoration:underline;
	outline:0;
}

h1 {
	margin:0 0 10px 0;
	padding:0;
	font-size:16px;
	font-weight:bold;
}

h2 {
	margin:0 0 10px 0;
	padding:0;
	font-size:12px;
	font-weight:normal;
	color:#cc9900;
	text-transform:uppercase;
}

h3 {
	margin:20px 0 10px 0;
	padding:0;
	font-size:12px;
	font-weight:normal;
}

p {
	margin:0 0 10px 0;
	padding:0;
}

strong {
	font-weight:normal;
}

small {
	font-size:10px;
}

ul {
	margin:0;
	padding:0;
	list-style:none;
}

li {
	margin:0;
	padding:0;
	list-style:none;
}

hr {
	color:#666;
	height:1px;
}

img {
	border:none;
}

.none {
	display:none;
}

.clear {
	clear:both;
	height:5px;
}

#wrapper {
	margin:20px auto;
	padding:0 20px 20px 20px;
	width:980px;
	clear:both;
}

#header {
	margin:0 auto;
	width:980px;
	height:60px;
	float:left;
	/*background: url(../img/header.gif) top right no-repeat;*/
}

#header h1 {
	display:none;
}

a.logo {
	/*margin:0 0 0 -5px;*/
	margin:0;
	width:200px;
	height:60px;
	display:block;
	float:left;
	background:url(../img/logo.gif) center center no-repeat;
	outline:0;
}

a.logo:hover {
	text-decoration:none;
	outline:0;
}


#nav .home a { background:url(../img/home.gif) left center no-repeat; outline:0;}
#nav .home a:hover { background:url(../img/home_over.gif) left center no-repeat; outline:0;}

#nav .philosophie a { background:url(../img/philosophie.gif) left center no-repeat; outline:0;}
#nav .philosophie a:hover { background:url(../img/philosophie_over.gif) left center no-repeat; outline:0;}

#nav .kunden a { background:url(../img/kunden.gif) left center no-repeat; outline:0;}
#nav .kunden a:hover { background:url(../img/kunden_over.gif) left center no-repeat; outline:0;}

#nav .referenzen a { background:url(../img/referenzen.gif) left center no-repeat; outline:0;}
#nav .referenzen a:hover { background:url(../img/referenzen_over.gif) left center no-repeat; outline:0;}

#nav .portfolio a { background:url(../img/portfolio.gif) left center no-repeat; outline:0;}
#nav .portfolio a:hover { background: url(../img/portfolio_over.gif) left center no-repeat; outline:0;}

#nav .team a { background:url(../img/team.gif) left center no-repeat; outline:0;}
#nav .team a:hover { background:url(../img/team_over.gif) left center no-repeat; outline:0;}

#nav .ubermich a { background:url(../img/ubermich.gif) left center no-repeat; outline:0;}
#nav .ubermich a:hover { background:url(../img/ubermich_over.gif) left center no-repeat; outline:0;}

#nav .agentur a { background:url(../img/agentur.gif) left center no-repeat; outline:0;}
#nav .agentur a:hover { background:url(../img/agentur_over.gif) left center no-repeat; outline:0;}

#nav .dienstleistungen a { background:url(../img/knowhow.gif) left center no-repeat; outline:0;}
#nav .dienstleistungen a:hover { background:url(../img/knowhow_over.gif) left center no-repeat;}

#nav .event a { background:url(../img/event.gif) left center no-repeat; outline:0;}
#nav .event a:hover { background:url(../img/event_over.gif) left center no-repeat; outline:0;}

#nav .kontakt a { background:url(../img/kontakt.gif) left center no-repeat; outline:0;}
#nav .kontakt a:hover { background:url(../img/kontakt_over.gif) left center no-repeat; outline:0;}

#nav .awards a { background:url(../img/awards.gif) left center no-repeat; outline:0;}
#nav .awards a:hover { background:url(../img/awards_over.gif) left center no-repeat; outline:0;}

#nav .news a { background:url(../img/news.gif) left center no-repeat; outline:0;}
#nav .news a:hover { background:url(../img/news_over.gif) left center no-repeat; outline:0;}


#nav span {
	display:none;
}

#nav {
	margin:44px 0 0 0;
	padding:0;
	width:200px;
	float:left;
}

#nav ul {
	margin:0 ;
	padding:0;
	text-align:center;
}

#nav li {
	margin:0;
	padding:0;
	list-style:none;
}

#nav li a {
	margin:0;    /*!!!!!!!!!!!!!!!!*/
	padding:0;
	display:block;
	width:200px;
	height:30px;
	line-height:30px;
	outline:0;
}

#nav li a:hover {
	text-decoration:none;
	outline:0;
}

#nav li ul {
	position:absolute;
	visibility:hidden;
}

#nav li:hover ul {
	margin:-30px 0 0 100px;
	padding:0;
	text-align:left;
	width:120px;
	height:90px;
	display:block;
	font-size:12px;
	border:#333 1px solid;
	background: #000 url(../img/sub_nav.png) top center no-repeat;
	visibility:visible;
	outline:0;
}

#nav li ul li a {
	margin:0 0 0 1px;
	padding:0 0 0 20px;
	height:30px;
	line-height:30px;
	outline:0;
}

#nav .sub1 a {
	background:none;
	color:#666;
	text-decoration:none;
	outline:0;
}

#nav .sub1 a:hover {
	background:none;
	color:#CC9900;
	text-decoration:underline;
	outline:0;
}

#share {
	margin:30px 0 0 0;
	padding:20px 20px 10px 5px;
	float:left;
	width:180px;
	border-top:#333 1px dotted;
	border-bottom:#333 1px dotted;
}

#share h2 {
	color:#666;
}

#content {
	margin:0;
	padding:0;
	width:760px;
	float:right;
}

.services a {
	color:#fff;
	margin:0 0 5px 0;
	padding:2px;
	font-size:10px;
	font-weight:normal;
	text-transform:uppercase;
	background:#333 url(../img/h3_bgr_dark.gif) center right no-repeat;
	display:block;
	width:460px;
}

.services a:hover {
	text-decoration:none;
	background:#000 url(../img/h3_bgr.gif) center right no-repeat;
}

#main {
	margin:50px 0 0 0;
	padding:0;
	float:right;
}

#main img {
	margin:5px 10px 0 0;
	padding:0;
	float:left;
}

.list ul {
	margin:0;
	padding:0;
	list-style:none;
}

.list li {
	margin:0;
	padding:0 0 0 16px;
	list-style: none;
	font-size:11px;
	line-height:20px;
	background:url(../img/list.png) left center no-repeat;
}

.list li a {
	text-decoration:none;
}

.list li a:hover {
	color:#CC9900;
	text-decoration:underline;
}

#pic {
	margin:0 0 20px 0;
	padding:0;
	width:760px;
	float:right;
}

#pic img {
	margin:5px 0 0 0;               /* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/
	float:right;
}

.left {
	margin:0;
	padding:0 20px 0 0;
	width:298px;
	float:left;
}

.right {
	margin:0;
	padding:0 20px 10px 20px;
	width:300px;
	float:left;
	border-right:#333 1px dotted;
}

.short {
	margin:0 0 5px 0;
	padding:0;
	width:140px;
	height:16px;
	line-height:16px;
	float:left;
	border-bottom:#333 1px dotted;
}

.short1 {
	margin:0 0 5px 0;
	padding:0;
	width:100px;
	height:16px;
	line-height:16px;
	float:left;
	border-bottom:#333 1px dotted;
}

.short2 {
	margin:0 0 5px 0;
	padding:0;
	width:280px;
	height:16px;
	line-height:16px;
	float:left;
	border-bottom:#333 1px dotted;
}

.long {
	margin:0 10px 20px 0;
	padding:0;
	width:175px;
	height:100px;
	line-height:100px;
	float:left;
}

.long p {
	margin:0;
	padding:0 0 0 20px;
}

.long2 {
	margin:0 0 5px 0;
	padding:0;
	width:440px;
	height:16px;
	line-height:16px;
	display:block;
	border-bottom:#333 1px dotted;
}

.pics {
	margin:0 0 5px 0;
	padding:5px;
	width:70px;
	height:70px;
	display:block;
	float:left;
	border:#333 1px solid;
}

.pics:hover {
	border:#cc9900 1px solid;
}

.grey {
	color:#777;
}

#footer {
	margin:20px -10px 0 20px;
	padding:0;
	clear:both;
	color:#666;
}

#footer ul {
	margin:0;
	padding:0;
	text-align:right;
}

#footer li {
	margin:0;
	padding:0;
	list-style:none;
	display:inline;
}

#footer li a {
	margin:0 10px;
	padding:0;
	width:100px;
	height:50px;
	line-height:50px;
	color:#666;
	outline:0;
}

#footer li a:hover {
	color:#999;
	text-decoration:none;
	outline:0;
}

#copy {
	margin:0;
	padding:0;
	width:760px;
	color:#444;
	float:right;
	text-align:right;
}

#copy a {
	color:#444;
	text-decoration:none;
	outline:0;
}

#copy a:hover {
	color:#444;
	text-decoration:underline;
	outline:0;
}


/*       /////////////   slider   /////////////       */

#slidingDivs {
	margin:50px 0 20px 0;
	padding:0;
	width:100%;
	float:right;
}

#slider {
	width:760px;
	height:540px;
	border:#333 1px solid;
	clear:both;
}

#slider .slider {
	width:760px;
	overflow:hidden;
	margin:0 auto;
	position: relative;
	height:540px;
}

#slider .slideWrapper {
	width:3040px; 			/* make sure this fit all sliders size!!! */
	position: absolute;
	height:540px;
}

#slider .box {
	width:760px;
	height:540px;
	float:left;
	margin:0;
	padding:30px 0 20px 0;
	background:#111;
	color:#fff;
}

#slider .box p {
	margin:0 30px 10px 30px;
}

#slider .white a {
	color:#fff;
	text-decoration:none;
}

#slider .white a:hover {
	color:#cc9900;
	text-decoration:none;
}

#slider .box h2, #slider .box h3, #slider .box h4, #slider .box object {
	margin:0 30px 10px 30px;
	color:#cc9900;
}

#slider .box h2 {
	clear:both;
}

#slider .box ul {
	margin:0 30px 10px 30px;
}

#slider .box img {
	float:right;
	margin:5px 0 5px 10px;
}

#slider .object {
	width:352px;
	float:right;
	margin:30px 30px 5px 10px;
}

#slider .objectText {
	width:250px;
	float:left;
	margin:0 0 5px 10px;
	padding:0;
}

#videoNew {
	margin:0;
	padding:0;
	color:#CC9900;
}

#videoNew iframe, #videoNew object {
	margin:0 0 10px 20px;
}

#slideCtrl {
	width:760px;
}

#slideCtrl a.s {
	color:#fff;
	border-bottom:#111 1px solid;
	outline:0;
}

#slideCtrl a.s:hover {
	color:#333;
	border-top:#333 1px solid;
	border-left:#333 1px solid;
	border-right:#333 1px solid;
	outline:0;
}

#slideCtrl ul {
	margin:0;
	padding:0;
	list-style:none;
}

#slideCtrl li {
	display:inline;
	text-align:center;
}

a.s1, a.s2, a.s3, a.s4 { /* add new slider nomber if new one appear!!! */
	margin:0 10px -1px 10px;
	padding:0 20px;
	background:#111;
	color:#999;
	display:block;
	float:left;
	text-decoration:none;
	font-weight:bold;
	border:#333 1px solid;
	/*-moz-border-radius: 5px;*/
	outline:0;
}

a.s1:hover, a.s2:hover, a.s3:hover, a.s4:hover { /* add new slider nomber if new one appear!!! */
	background:#cc9900;
	color:#333;
	border-bottom:#333 1px solid;
	outline:0;
}


