/* --- heike thomas translations v1.0 --- */
/* --- (c) HATAKE DESIGN - www.hatake.de - September 2012 --- */

@charset "utf-8";

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

*
{
	margin: 0px;
	padding: 0px;
}

body
{
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

img
{
	border: 0;
}

a
{
	border: 0;
	outline: 0;
}

div#main
{
	position: absolute;
	width: 790px;
	height: 570px;
	left: 50%;
	top: 50%;
	margin-left: -395px;
	margin-top: -310px;
}

img#logo
{
	position: absolute;
	margin-left: 490px;
	z-index: 2;
}

div#navi
{
	position: absolute;
	width: 500px;
	height: 25px;
	margin-left: 0px;
	margin-top: 140px;
}

div#navi ul
{
	list-style-type: none;
}

div#navi li
{
	font-size: 12px;
	letter-spacing: 0.05em;
	float: left;
	margin-right: 5px;
	text-transform: uppercase;
}

div#navi li a
{
	text-decoration: none;
	padding: 5px;
	background: none;
	border: 0;
}

div#navi li a.active, div#navi li a:hover
{
	color: white;
	background: #B1DEF0;
	padding: 5px;
	text-decoration: none;
	border: 0;
}

div#content
{
	position: absolute;
	margin-top: 180px;
	width: 743px;
	border-bottom: 1px solid #B1DEF0;
}

div#content.welcome, div#content.company, div#content.contact, div#content.imprint,  div#content.references
{
	height: 345px;
}

div#content.services, div#content.rates
{
	height: 275px;
}

div#content.philosophy
{
	height: 330px;
}

div#content img
{
	position: absolute;
	margin-left: 50px;
	margin-top: 65px;
	border: 10px solid white;
}

div#top1
{
	position: absolute;
	width: 500px;
	border-top: 1px solid #B1DEF0;
}

div#top2
{
	position: absolute;
	width: 29px;
	margin-left: 715px;
	border-top: 1px solid #B1DEF0;
}

div#footer
{
	position: absolute;
	height: 13px;
	font-size: 12px;
}

div#footer.welcome, div#footer.company, div#footer.contact, div#footer.imprint, div#footer.references
{
	margin-top: 540px;
}

div#footer.services, div#footer.rates
{
	margin-top: 470px;
}

div#footer.philosophy
{
	margin-top: 525px;
}

div#footer p#links
{
	position: absolute;
	width: 160px;
	margin-left: 8px;
}

div#footer p#rechts.footer-de
{
	position: absolute;
	width: 220px;
	margin-left: 525px;
}

div#footer p#rechts.footer-en
{
	position: absolute;
	width: 200px;
	margin-left: 575px;
}

a
{
	color: black;
	text-decoration: none;
	border-bottom: 0px;
}

div#content a:hover, div#footer a:hover, a.active
{
	text-decoration: none;
	border-bottom: 1px solid #333;
}

a.active:hover
{
	text-decoration: none;
	border-bottom: 0px;
}

/* --- content --- */

div#text
{
	font-weight: 300;
	font-size: 13px;
	color: black;
	margin-top: 65px;
}

div#text h1
{
	font-weight: 600;
	font-size: 13px;
	color: black;
	margin-bottom: 5px;
}

div#text h2
{
	font-weight: 500;
	font-size: 17px;
	color: black;
	font-style: italic;
	font-family: 'Georgia', serif;
}

div#text p
{
	margin-bottom: 25px;
}

div#text p.list
{
	margin-bottom: 15px;
}

div#textA
{
	position: absolute;
	width: 290px;
	margin-left: 40px;
}

div#textB
{
	position: absolute;
	width: 345px;
	margin-left: 360px;
}

div#text ul
{
	list-style-position: outside;
	margin-left: 15px;
	margin-bottom: 10px;
}

div#text ul.margin
{
	margin-bottom: 15px;
}

div#text ul li
{
	list-style-type: square;
}

div#text li.margin
{
	margin-top: 10px;
}

div#text ul.A
{
	float: left;
}

div#text ul.B
{
	float: right;
}

div#impressum
{
	width: 680px;
	margin-left: 5px;
}

.scroll-pane
{
	width: 715px;
	height: 215px;
	overflow: auto;
	border: 0px;
	outline: none;
}

p.welcome
{
	margin-top: -15px;
}

/* --- supersized styles --- */
#supersized-loader {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 10;
	width: 226px;
	height: 46px;
	margin-left: -113px;
	margin-top: -20px;
	text-indent:-999em;
	background: url(media/images/progress.gif) no-repeat center center;
}

#supersized {
	position:fixed;
	left:0;
	top:0;
	overflow:hidden;
	z-index:-999;
	height:100%;
	width:100%;
}

#supersized img {
	width:auto;
	height:auto;
	position:relative;
	display:none;
	outline:none;
	border:none;
}

#supersized.speed img { -ms-interpolation-mode:nearest-neighbor; image-rendering: -moz-crisp-edges; }	/*Speed*/
#supersized.quality img { -ms-interpolation-mode:bicubic; image-rendering: optimizeQuality; }			/*Quality*/

#supersized a {
	z-index:-30;
	position:absolute;
	overflow:hidden;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#111;
}

#supersized a.prevslide {
	z-index:-20;
}

#supersized a.activeslide {
	z-index:-10;
}

#supersized a.prevslide img, #supersized a.activeslide img {
	display:inline;
}


/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspContainer
{
	overflow: hidden;
	position: relative;
}

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 0;
	width: 5px;
	height: 100%;
	margin: 0px;
	padding-left: 2px;
}

.jspTrack
{
	background: #B1DEF0;
	position: relative;
	width: 1px;
}

.jspDrag
{
	background: #333;
	position: absolute;
	margin-left: -3px;
	width: 7px;
	top: 0;
	left: 0;
	cursor: pointer;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}
