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;
}

h4 {
	margin:20px 0 10px 0;
	padding:0;
	font-size:10px;
	font-weight:bold;
	color:#cc9900;
}

.titles {
	margin:0;
	padding:0;
	font-size:10px;
	font-weight:bold;
	color:#cc9900;
	text-transform:uppercase;
}

.listTitles {
	margin:0;
	padding:0;
	color:#cc9900;
	display:inline;
}

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;
}

img {
	border:none;
}

.none {
	display:none;
}

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

#wrapper {
	margin:20px auto;
	padding:0 0 20px 0;
	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 .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 .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/dienstleistungen.gif) left center no-repeat; outline:0;}
#nav .dienstleistungen a:hover { background:url(../img/dienstleistungen_over.gif) left center no-repeat;}

#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 .blog a { background:url(../img/blog.gif) left center no-repeat; outline:0;}
#nav .blog a:hover { background:url(../img/blog_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;
	/*-moz-border-radius:5px;*/
	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:#990033;
	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;
}

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

#main h1, #main h2, #main h3, #main h4, #main p, #main ul, #main small {
	margin:0;
	padding:0 20px 10px 20px;
}

#main img {
	margin:5px 0 10px 0;     /* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/
	padding:0;
	float:right;
}

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

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

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

#slides h1, #slides h2, #slides h3, #slides h4, #slides p {
	margin:0;
	padding:0 20px 10px 20px;
}

.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:#33ccff;
	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 0 10px 0;
	width:379px;
	float:left;
	border-right:#333 1px dotted;
}

#blogContent {
	margin:0;
	padding:0 0 10px 0;
	width:579px;
	float:left;
	border-right:#333 1px dotted;
}

#sidebar {
	margin:0;
	padding:0 0 10px 0;
	width:179px;
	float:left;
	border-right:#333 1px dotted;
}

.short {
	margin:0 0 5px 0;
	padding:0;
	width:160px;
	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:180px;
	height:16px;
	line-height:16px;
	float:left;
	border-bottom:#333 1px dotted;
}

.short3 {
	margin:0 0 5px 0;
	padding:0;
	width:220px;
	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;
}

#logos {
	margin:0 0 0 20px;
	padding:0;
	float:left;
	width:740px;
}

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

.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;
	float:right;
}

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

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

#slider .slideWrapper {
	width:3040px;
	position: absolute;
	height:500px;
}

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

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

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

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

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

#slider .text {
	width:350px;
	float:left;
	margin:0;
}

#slider .pic {
	width:352px;
	float:right;
	margin:0;
	padding:5px 0 0 0;
}

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

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

#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 {
	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 {
	background:#cc9900;
	color:#333;
	border-bottom:#333 1px solid;
	outline:0;
}

/*PORTFOLIO*/

/* works css */
#works {
	position: relative; /* important */
	overflow: hidden; /* important */
	width: 640px; /* important */
	height: 600px; /* important */
	margin: 0;
	/*background:#fff;*/
}

#works_content {
	position: absolute;
	top: 0;
	margin-left: 0;
}

#works_content
#works_content li {
	list-style: none;
	margin: 0;
	padding: 0;
}
	
#works_content {
	width: 13058px;
}

#works ul li {
		display: block;
		float: left;
		margin: 0;
		padding: 0;
		border: none;
		/*background-color: #fff;*/
}

#works ul li img {
	display: block;
}

#works ul li.works_item {
	overflow:hidden;
	width:640px; /* important */
	height:480px; /* important */
}


#works_frame {
	position: relative;
	margin: 500px 0px 0px 0px;
}

#works_frame ul li {
	margin: 2px;
}

#works_frame ul li img {
	border: 1px solid #666;
	padding: 2px;
}

#works_frame ul li img:hover {border: 1px solid #cc9900;}

/* Catalog items */

.works_item h3 {
	margin-top: 10px;
}


.works_item p.date {
	float:right;
	background-color: #bbb;
	margin: 0px 0px 10px 10px;
	padding: 5px;
	color:#fff;
}

.works_item .image {
	margin: 2px;
}

.works_item .image img {
	border: 1px solid #999;
	padding: 2px;
}


.works_item .thumbnails {
	margin: 10px 2px 2px 2px;
}

#works_content .works_item .thumbnails img {
	border: 1px solid #999;
	padding: 2px;
	display:inline;
}
			
