/* reset 
---------------------------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
	outline: none;
}

html {height: 101%;}

body {
	background: #f0f2f2 url("../img/bg.jpg") repeat-x fixed;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #8b8b8b;
	line-height: 20px;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */


p, img, ul, ol, a, cufon, form, div#map, div#teaser {
	position: relative;
	z-index: 15;
}

/* überschriften
---------------------------------------------------------------------------------*/

h1 {
	float: left;
	padding: 17px 0 0 0;
}

h1 a {
	display: block;
	background: url("../img/logo.jpg") no-repeat;
	width: 160px;
	height: 26px;
	text-indent: -9999px;
}

h2 {
	font-size: 22px;
	color: #e27a2d;
	margin-bottom: 20px;
	font-weight: normal;
	line-height: 28px;
}

div#team h2 {
	margin-bottom: 0;
}

h3 {
	font-size: 16px;
	color: #8b8b8b;
	margin-bottom: 20px;

}

/* links
---------------------------------------------------------------------------------*/

a {
	color: #8b8b8b;
	font-style: italic;
	text-decoration: none;
}

a:hover,
a:hover {
	text-decoration: underline;
	color: #e27a2d;
}

a.more {
	display: block;
	background: url("../img/link-item-down.jpg") no-repeat left 4px;
	margin-top: 9px;
	padding-left: 20px;
	color: #8b8b8b;
}

dl.team-member a.more {
	margin-top: 2px;
}

div#teaser a.more {
	color: #fff;
}

div#logos a {
	float: left;
	margin-bottom: 20px;
}

div#footer p a {
	color: #8b8b8b;
	font-style: normal;
	text-decoration: none;
}

div#footer p a:hover,
div#footer p a:focus {
	color: #e27a2d;
}

/* listen
---------------------------------------------------------------------------------*/

dl {
	margin-bottom: 20px;
}

dt {
	font-weight: bold;
	padding-left: 32px;
}

div.left dl.team-member {
	margin-right: 32px;
}

div.right dl.team-member {
	margin-left: 32px;
}

dl.team-member {
	overflow: hidden;
	background: url("../img/line-horz.jpg") repeat-x left top;
	margin: -2px 0 0;
}

dl.team-member dt {
	float: left;
	padding: 20px 0 0 0;
}

dl.team-member dt img {
	padding-bottom: 10px;
}

div#team dl.team-member dd {
	padding: 20px 0 18px;
}

div#team dl.team-member dd p {
	margin: 0 0 0 100px;
	padding: 0;
}

dl.team-member strong span {
	color: #e27a2d;
}

ul.list {
	list-style: none;
	margin: 0 0 20px 32px;
	width: 342px;
}

ul.list li {
	background: url(../img/bullet.png) no-repeat 0 2px;
	display: block;
	padding-left: 20px;
	line-height: 18px;
	font-size: 11px;
	color: #8b8b8b;
	font-style: normal;
	text-decoration: none;

}

div#service-portfolio div.left-inner ul.list {
	margin-left: 0;
}

/* absätze,bilder etc.
---------------------------------------------------------------------------------*/

a img {
	border: none
}

div#logos img {
	cursor: pointer;
}

div#teaser p {
	margin-top: 10px;
	color: #fff;
	width: 320px;
}

div#content p {
	margin-bottom: 20px;
}

div.left p {
	padding-right: 32px;
}

div.right p,
div.right h2,
div.right h3 {
	padding-left: 32px;
}

div#footer p {
	float: right;
}

div#footer p#meta-links {
	float: left;
}

/* basis layout
---------------------------------------------------------------------------------*/

div#wrapper {
	overflow: hidden;
	width: 764px;
	margin: 0 auto;
	padding: 102px 0 80px;
}

div#header-outer {
	background: url("../img/bg-header.jpg") repeat-x;
	height: 51px;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
}

div#header {
	position: relative;
	width: 744px;
	margin: 0 auto;
	overflow: hidden;
}

div#header-gradient {
	background: url("../img/bg-header-gradient.png") repeat-x;
	height: 207px;
	width: 100%;
	position: fixed;
	top: 51px;
	left: 0;
	z-index: 10;
}

div#teaser {
	overflow: hidden;
	background: url("../img/bg-teaser.jpg") no-repeat;
	margin-bottom: 40px;
}

div.left {
	float: left;
	width: 372px;
}

div.left-inner {
	overflow: hidden;
	background: url("../img/line-vert.jpg") repeat-y top right;
}

div.right {
	float: left;
	width: 372px;
}

div.right-inner {
	overflow: hidden;
	background: url("../img/line-vert.jpg") repeat-y top left;
	margin-left: -2px;
}

div#about {
	background: url("../img/line-horz.jpg") repeat-x;
	overflow: hidden;
	margin-bottom: 40px;
	padding: 40px 10px 0;
}

div#service-portfolio {
	background: url("../img/line-horz.jpg") repeat-x;
	overflow: hidden;
	margin-bottom: 40px;
	padding: 40px 10px 0;
}

div#portfolio {
	background: url("../img/line-horz.jpg") repeat-x;
	overflow: hidden;
	margin-bottom: 40px;
	padding: 40px 10px 0;
}

div#logos {
	overflow: hidden;
	margin-bottom: 20px;
}

div#logos div {
	overflow: hidden;
	margin-bottom: 20px;
	padding-left: 32px;
}

div#team {
	overflow: hidden;
	background: url("../img/line-horz.jpg") repeat-x;
	padding: 40px 10px 0;
	margin: 0 0 40px;
}

div#team div.left-inner,
div#team div.right-inner {
	background: none;
}

div#contact {
	overflow: hidden;
	background: url("../img/line-horz.jpg") repeat-x;
	padding: 40px 10px 0;
	margin: 0 0 40px;
}

div#imprint {
	overflow: hidden;
	padding: 40px 10px 0;
	margin: 0 0 40px;
}

div#footer-gradient {
	background: url("../img/bg-footer-gradient.png") repeat-x;
	height: 46px;
	width: 100%;
	position: fixed;
	bottom: 34px;
	z-index: 10;
}

div#footer-outer {
	background: url("../img/bg-footer.jpg") repeat-x;
	height: 34px;
	width: 100%;
	position: fixed;
	bottom: 0;
	z-index: 999;
}

* html div#footer-outer {
	position: absolute;
	top: 700px;
}

div#footer {
	position: relative;
	height: 34px;
	width: 744px;
	font-size: 10px;
	line-height: 38px;
	margin: 0 auto;
	overflow: hidden;
}

/* navigationen
---------------------------------------------------------------------------------*/

ul#nav {
	list-style: none;
	float: right;
	height: 51px;
	overflow: hidden;
}

ul#nav li {
	float: left;
	height: 100%;
	padding: 0 1px 0 14px;
}

ul#nav li a {
	float: left;
	font-size: 12px;
	font-style: normal;
	color: #8b8b8b;
	height: 100%;
	line-height: 54px;
	padding-right: 13px;
}

ul#nav li.active {
	background: url("../img/nav-left.jpg") no-repeat top left;
}

ul#nav li.active a {
	background: url("../img/nav-right.jpg") no-repeat top right;
}

ul#nav li.active a,
ul#nav li a:hover,
ul#nav li a:focus {
	color: #e27a2d;
	text-decoration: none;
}

ul#nav-lang {
	background: url("../img/nav-left.jpg") no-repeat top right;
	list-style: none;
	float: left;
	margin: 0 10px 0 -3px;
	padding-right: 15px;
}

ul#nav-lang li {
	float: left;
	padding-left: 3px;
}

ul#nav-lang li a {
	float: left;
	font-style: normal;
	color: #8b8b8b;
}

ul#nav-lang li a:hover,
ul#nav-lang li a:focus,
ul#nav-lang li.active a {
	color: #e27a2d;
	text-decoration: none;
}

/* Sonstiges
---------------------------------------------------------------------------------*/

/*
div#contact label {
	position: absolute;
	left: -9999px;
}
*/

div#contact form p {
	margin-bottom: 5px;
}

div#contact input {
	color: #8b8b8b;
	line-height: 18px;
	height: 20px;
	width: 333px;
	padding: 5px 0 5px 5px;
	border: 1px solid #dfdfdf;
}

div#contact input[type="submit"] {
	background-color: #e27a2d;
	color: #fff;
	line-height: 18px;
	width: 95px;
	height: 30px;
	cursor: pointer;
	margin-top: 20px;
}

div#contact input[type="submit"]:hover,
div#contact input[type="submit"]:focus {
	background-color: #f1b985;
	border: none;
}

div#contact textarea {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #8b8b8b;
	line-height: 18px;
	width: 333px;
	height: 177px;
	padding: 5px 0 5px 5px;
	border: 1px solid #dfdfdf;
	overflow: auto;
}

p#captcha {
    overflow: hidden;
}

p#captcha label {
    float: left;
}

p#captcha img {
    
    float: left;
    padding: 3px;
    background-color: #fff;
    border: 1px solid #DFDFDF;
    margin-left: 15px;
}

p#captcha input {
    width: 235px;
    clear: both;
    float: left;
}

div#map {
	height: 312px;
	border: 1px solid #dfdfdf;
	margin-left: 32px;
}

div#map span {
	display: none;
}

div#map a.terms-of-use-link {
	color: #8b8b8b!important;
	font-style: normal!important;
	text-decoration: none!important;
}

div#map a.terms-of-use-link:hover,
div#map a.terms-of-use-link:hover {
	color: #f19912!important;
}

div#teaser {
	position: relative;
	width: 764px;
	height: 245px;
}

ul#nav-slider {
	position: absolute; 
	top: 0;
	left: 0;
	list-style: none;
	margin-top: 30px;
	padding: 0;
	width: 342px;
	z-index: 20;
}

ul#nav-slider li {
	background: none;
	margin-bottom: 10px;
	white-space: nowrap;
}

ul#nav-slider a { 
	font-family: Helvetica, Arial, sans-serif;
	font-size: 28px;
	text-decoration: none;
	color: #fff;
	padding-left: 10px;
	font-style: normal;
}

ul#nav-slider a:hover,
ul#nav-slider li.activeSlide a {
	background: url("../img/bg-teaser-a.png") repeat-x;
	text-decoration: none;
	color: #fff;
	padding-right: 25px;
}

div.slide div {
	position: relative;
	width: 764px;
	height: 245px;
}

p.teaser-text {
	position:absolute;
	bottom: 20px;
	left: 10px;
	width: 342px;
	height: 70px;
}

p.teaser-text a.more {
	display: block;
}
