/* --- hatake.de v2.0 --- */
/* --- (c) HATAKE DESIGN - www.hatake.de - Januar 2010 --- */

@charset "utf-8";

/* --- general styles --- */

* {
	margin: 0;
	padding: 0;
}

body {
	background: #181818;
}

img {
	border: 0;
}

a {
	border: 0;
	outline: 0;
}

/* --- site --- */

div#main {
	width: 974px;
	height: 593px;
	position: absolute;
	left: 50%;
	margin-left: -487px;
	top: 50%;
	margin-top: -296px;
	padding-top: 6px;
}

img#headerLogo {
	margin-left: -1px;
	margin-bottom: 7px;
}

div#navi {
	position: absolute;
	margin-left: 240px;
	margin-top: -23px;
}

div#navi img {
	margin-right: 8px;
}

div#navi img#active {
	margin-right: 12px;
}

div#switchLang {
	position: absolute;
	margin-left: 933px;
	margin-top: -23px;
}

img#langEn {
	position: absolute;
}

img#langLine {
	position: absolute;
	margin-left: 15px;
}

img#langDe {
	position: absolute;
	margin-left: 27px;
}

div.trennlinie {
	width: 973px;
	height: 5px;
	background: url(media/images/trennlinieBg.png) repeat-x;
}

div#imp.trennlinie {
	margin-top: 29px;
	margin-bottom: 26px;
}

/* --- general content --- */

div#conTop {
	width: 100%;
	height: 339px;
}

img#msg {
	margin-top: 54px;
}

img#msgHoch {
	margin-top: 42px;
}

img#headline {
	margin-left: 2px;
	margin-top: 15px;
}

div#textDiv {
	width: 965px;
	height: 180px;
	margin-bottom: -13px;
}

div#text {
	position: absolute;
	width: 910px;
	margin-left: 3px;
	margin-top: -126px;
	font-family: Verdana, sans-serif;
	color: #585858;
	font-size: 12px;
	text-transform: lowercase;
}

div#text a {
	color: #404040;
	font-size: 12px;
}

div#text a:hover {
	color: #404040;
	font-size: 12px;
	text-decoration: none;
}

div#workText {
	position: absolute;
	width: 940px;
	margin-left: 3px;
	margin-top: -126px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #585858;
	font-size: 12px;
	text-transform: lowercase;
}

div#workInfo {
	margin-top: 18px;
	color: #404040;
}

img.textButton {
	position: absolute;
	margin-left: 3px;
	margin-top: -28px;
}

/* --- footer --- */

div#footer img {
	margin-top: 7px;
	margin-right: 5px;
}

div#footer div {
	position: absolute;
	width: 150px;
	margin-left: 560px;
	text-align: right;
	display: inline;
}

/* --- specific content --- */

div#conBg, div#conBg1, div#conBg2 {
	position: absolute;
	width: 960px;
	height: 303px;
	background: #232323;
	margin-top: 12px;
	padding-left: 13px;
	padding-top: 12px;
}

div#homeFadeshow {
	position: absolute;
	margin-top: 12px;
}

img.whoweare {
	margin-left: -2px;
	margin-top: -1px;
}

img.whoweare#right {
	margin-left: -6px;
}

img.tooltip {
	margin-right: 9px;
	margin-bottom: 10px;
}

img.workSpacer {
	margin-right: 13px;
	margin-bottom: 10px;
}

img.workDetail {
	margin-right: 7px;
}

img#workDetailWebsite {
	position: absolute;
	margin-left: 16px;;
	margin-top: 19px;
}

div#workDetailNavi {
	position: absolute;
	width: 54px;
	margin-left: 918px;
	margin-top: -56px;
	z-index: 10;
}

div#formLeft {
	position: absolute;
	width: 468px;
	height: 255px;
}

input.fieldSmall {
	width: 458px;
	height: 24px;
	margin-bottom: 11px;
	background: #535353;
	border: 0;
	padding-left: 10px;
	padding-top: 10px;
	font-size: 12px;
	color: #949494;
}

div#formChecks {
	margin-left: 1px;
	margin-top: 8px;
}

div#formChecks input {
	position: absolute;
	margin-left: 0;
	margin-top: 1px;
}

div#formChecks label {
	display: inline;
	margin-left: 17px;
	margin-right: 26px;
}

img#formRequired {
	margin-top: 1px;
}

div#formRight {
	position: absolute;
	width: 468px;
	height: 290px;
	margin-left: 479px;
}

div#fieldLarge {
	width: 468px;
	height: 255px;
	background: #7f7f7f;
}

img#formCorner {
	position: absolute;
	margin-left: 455px;
	z-index: 2;
}

div#fieldLarge textarea {
	position: absolute;
	width: 448px;
	height: 235px;
	background: #7f7f7f;
	border: 0;
	padding: 10px;
	font-size: 12px;
	color: #494949;
}

input#formSendde {
	position: absolute;
	margin-left: 274px;
	margin-top: 267px;
}

input#formSenden {
	position: absolute;
	margin-left: 387px;
	margin-top: 267px;
}

div#imprint {
	position: absolute;
	width: 940px;
	margin-left: 3px;
	margin-top: 21px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #585858;
	font-size: 12px;
}

div#imprint p {
	margin-top: 12px;
	margin-bottom: 12px;
	text-transform: lowercase;
}

div#imprint ul {
	list-style-type: none;
	padding: 0px;
	margin-top: 15px;
	margin-bottom: 13px;
}

div#imprint li {
	height: 16px;
}

div#imprint a {
	color: #585858;
	text-decoration: none;
}

div#imprint a:hover {
	text-decoration: underline;
}

div#impSpacer {
	height: 5px;
}

/* --- effects --- */

label { display: block; } 

.infiniteCarousel {
	width: 948px;
	position: relative;
}

.infiniteCarousel .wrapper {
  width: 948px; /* .infiniteCarousel width - (.wrapper margin-left + .wrapper margin-right) */
  overflow: auto;
  height: 294px;
  margin: 0 0px;
  position: absolute;
}

.infiniteCarousel .wrapper ul {
	width: 948px; /* single item * n */
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
	position: absolute;
}

.infiniteCarousel ul li {
	display:block;
	float:left;
	padding: 0;
	height: 294px;
	width: 948px;
}

.infiniteCarousel ul li a img {
	display:block;
}

.infiniteCarousel .arrow {
	display: block;
	height: 292px;
	width: 474px;
	position: absolute;
	z-index: 2;
}

.infiniteCarousel .forward {
	right: 0;
}

.infiniteCarousel .back {
	left: 0;
}

.infiniteCarousel .forward:hover {
	background: url(media/images/work/naviDetailForward.png) no-repeat;
}

.infiniteCarousel .back:hover {
	background: url(media/images/work/naviDetailBack.png) no-repeat;
}


.tool-tip {
	color: #fff;
	width: auto;
	z-index: 13000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: lowercase;
}
 
.tool-title {
	font-size: 11px;
	margin: 0;
	color: #39ab01;
	padding: 8px 8px 0;
	background: url(media/images/tipBubble.png) top left;
}
 
.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(media/images/tipBubble.png) bottom right;
}
