@charset "UTF-8";
/* CSS Document */


* {
	margin:0;
	padding:0;
}
a {
	text-decoration:none;
	color:#141414;
	outline: none;
}
p {
	line-height:17px;
}
a:hover {
	outline: none;
}
img {
	border:none;
}
html {
	height: 100%;
}
body {
	background-color:#F3F3F3 ! important;
	height: 100%;
	font-family:  Helvetica, Arial, sans-serif;
	/*letter-spacing: 0.5px;*/
	line-height:1px;
	font-size: 14px;
}
h1 {
	float:left;
	margin:0 15px;
	color:#FFF;
	font-size:54px;
	font-weight:normal;
	/*font-weight:400;*/
	line-height:65px;
	display: inline;
}
h2 {
	clear: both;
	margin:0 15px;
	color:#000;
	font-size:20px;
	line-height:24px;
	font-weight:normal;
	font-weight:200;
	margin-top:5px;
}
h3 {
	margin-top:35px;
	margin-bottom:15px;
	color:#9C9D9F;
	font-size:20px;
	font-weight:400;
}
h4 {
	color:#000;
	font-size:14px;
	display: block;
	font-weight:normal;
	border-top: solid;
	border-top-color: #FFF;
	border-top-width:1px;
	padding-top: 3px;
	text-indent: 14px;
	text-transform:uppercase;
}
h5 {
	font-size:14px;
	display: block;
	font-weight:normal;
	text-indent: 14px;
	padding-bottom:5px;
}
h5.last {
	border-bottom: solid;
	border-bottom-color: #FFF;
	border-bottom-width:1px;
	padding-bottom:15px;
}
h6 {
	font-size:28px;
	line-height:28px;
	margin-bottom:20px;
	color:#FFF;
	margin-top:10px;
	display: block;
	font-weight:normal;
}
#wrapper {
	text-align:left;
	width: 900px;
	padding: 0 30px;
	margin:  0 auto;
	background-color:#FFF;
	min-height: 100%;
}
/* IE Extrawurst */
* html #wrapper {
	height: 100%;
}
#logo {
	height:137px;
}
#content {
	position:relative;
	height:515px;
	background-color:#9C9D9F;
	line-height:17px;
}
#headline {
	margin:0 15px;
}
/* ---------------------top nav */

#topNav {
	height:66px;
}
#topNav ul {
	float:right;
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
	overflow: hidden;
	zoom: 1;
}
#topNav ul li {
	float: left;
}
#topNav ul a {
	height:64px;
	width: 156px;
	display: block;
	font-size:28px;
	color: #fff;
	text-align: left;
	line-height:28px;
	padding-left:5px;
	padding-top:2px;
}
#topNav ul a:hover {
/*opacity: .9;*/
}
/* ---------------------service nav */

#serviceNav {
	margin-top:-18px;
	font-size:14px;
	word-spacing:8px;
	text-align:right;
	height:20px;
	line-height:17px;
	letter-spacing:0;
}
#serviceNav ul {
	list-style: none;
	padding: 0;
}
#serviceNav li {
	display:inline;
}
#serviceNav a:hover {
	color:#9C9D9F;
}
#home #homeLink, #studio #studioLink, #news #newsLink, #personen #personenLink, #kontakt #kontaktLink, #blog #blogLink, #kompetenzen #kompetenzenLink {
	color:#9C9D9F;
}
.service #topNav {
/*background-image: url(../img/stripe.png);*/
}
/* ---------------------Client Examples */
#client {
	position:relative;
	margin-top:15px;
	zoom: 1;
}
#visual {
	display:block;
	position:relative;
	top:0px;
	left:0px;
	width:580px;
	height:325px;
	float:left;

	zoom: 1;
}
#noflash {
	display:block;
	position:relative;
	top:0px;
	left:0px;
	width:580px;
	height: 285px;
	padding-top:15px;
	background-color:#FFF;

	zoom: 1;
}

#noFlashImg{
	position:absolute;
	top:15px;
	left:0px;
	width:100%;
	height:100%;
	z-index:5;
	}	

#noFlashButton{
	position:absolute;
	top:20px;
	left:5px;
	width:75px;
	height:75px;
	z-index:10;
	pointer-events: none;
}
	

#noflash a {
	text-decoration:underline;
}
#flashcontainer {
	float:left;
	outline: none;
	overflow:hidden;
}
 #description {
 float:left;
 display:block;
 zoom: 1;
}
#clientNav {
	clear:both;
	display:block;
	padding-top:15px;
	zoom: 1;
}
#mini {
	width:580px;
	display:block;
	float:left;
	padding-top:1px;
	text-align:right;
	height: 25px;
}
#mini ul {
	float:right;
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
	overflow: hidden;
	zoom: 1;
}
#mini ul li {
	float: left;
}
#mini a {
	background-color:#FFF;
	width:22px;
	height:22px;
	display:inline;
	float:left;
	margin-left:11px;
	opacity: 0.7;
	-moz-opacity:0.7;
	filter:alpha(opacity=70);
}
#mini a:hover {
	background-color:#000;
}
#mini #selected {
	background-color:#222;
}
#more {
	width:250px;
	height:20px;
	margin-top:1px;
	float:left;
	display:inline;
	zoom:1;
}
#moreback {
	color:#FFF;
	font-size:18px;
	line-height:20px;
	background: url(../img/pfeil.gif) no-repeat left 7px;
	margin-left:5px;
	padding-left:20px;
}
#clientNav a:hover {
	color:#000;
}
/* ---------------------info */

.col {
	float:left;
	margin-right:50px;
	width:395px;
	margin-bottom:20px;
	line-height:16px;
}
.col ul {
	padding-left:15px;
	list-style-type:square;
}
.col ul li {
	padding-bottom:5px;
	line-height:18px;
}
/* ---------------------footer */

#footer {
	clear: both;
	border-top:solid;
	border-top-color:#9C9D9F;
	border-top-width:1px;
	padding-top:3px;
	text-align:right;
	font-size:10px;
	line-height:20px;
	zoom: 1;
}
#footer a {
	padding-left:3px;
}
#footer a:hover {
	color:#666;
}
.textbottom {
	vertical-align:sub;
}

