*{margin:0; padding:0;}

/*
								BASICS
*/

body 
{
	color: #000;
	background-color: #fff;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	font-size: 12px;
	line-height: 1.4em;
}

a img { border-style: none; }
table { border-collapse: collapse; }

/*
								LAYOUT
*/

body 
{
	margin: 0;
	padding: 0;
	text-align: center;
}

#wrap 
{
	margin: 0 auto 0px auto;
	width: 90%;
	background-color: #fff;
	padding: 0 0px;
	text-align: left;
}

#header 
{
	text-align: left;
	margin: 0;
	height: 95px;
	padding: 20px 0 10px 0;
	//border-bottom: 1px solid #ddd;
}

#container 
{
	float: left;
	width: 100%;
}

#navigation 
{
	float: left;
	width: 100%;
	margin-top: 6px; /*Abstand nach oben zum Header*/
}

#content 
{
	float: left;
	width: 100%; /*457px;*/
	margin: 20px 0 15px 0; /*42 Pixel Abstand nach oben zur Navigation*/
	min-height: 469px;
	
}

.imprint #content, .about #content, .references #content
{
	border: 1px dashed #ebe2d9;
	text-align: left;
	background-color: #fcfcfc;
}

#imprinttext
{
	width: 50%;
	margin-left: 30px;
	margin-top: 30px;	
	margin-right: 30px;
}

#abouttext
{
	margin-left: 30px;
	margin-top: 30px;	
	margin-right: 30px;
}

/*
.home #content { width: 100%; }
*/

#footer 
{
	clear: both;
	padding-top: 0px; /*Fußzeile - Abstand nach oben*/
	text-align: left;
	font-size: 80%; 
}


/*
								NAVIGATION
*/

#logodiv
{
	position: relative;
	float:left;
	width:50%;	
}


#navigationdiv 
{
	text-align:right;
	margin-left:auto; 
	margin-right:auto;
	position: relative;
	float:left;
	width:50%;
	font-size: 14px;
	line-height: 1em; /*Zeilenhöhe - Höhe des Striches in der Navigation*/
}

#navigationdiv ul 
{
	float: left;
	width: 100%;
	list-style-type: none;
	margin: 0;
	padding: 88px 0px 0px 0;
}

#navigationdiv ul li 
{
	display: inline;
	text-align: right;
}

#navigationdiv ul li a 
{
	display: block;
	float: right;
	color: #9d8f7f; /*Farbe von inaktiven Seiten*/
	background-color: inherit;
	text-decoration: none;
	padding: 0px 0px 5px 0;
	margin: 0 0px 3px 22px;
}

#navigationdiv ul li a:focus, 
#navigationdiv ul li a:hover 
{
	color: #a90871; /*Farbe Navigation Hover*/
	background-color: inherit;
}

body.portfolio1 #navigationdiv a.portfolio1,
body.portfolio2 #navigationdiv a.portfolio2,
body.portfolio3 #navigationdiv a.portfolio3,
body.about #navigationdiv a.about,
body.references #navigationdiv a.references,
body.imprint #navigationdiv a.imprint
{
	color: #a90871;
	background-color: inherit;
}

/*
								CONTENT
*/

h1 
{
	font-weight: normal;
	font-size: 1.7em;
	line-height: 1em;
	margin-bottom: 10px;
	color: #a90871;
	background-color: inherit;
	margin-top: 0;
}

h2 
{
	font-size: 1.2em;
	line-height: 2em;
	font-weight: normal;
	margin-top: 10px;
	color: #9d8f7f;
	background-color: inherit;
}

h3 
{
	font-size: 1em;
	color: #000;
	background-color: inherit;
}

.about h2
{
	margin-top: 0px;	
}

p
{
	color: #9d8f7f;	
}

#centerabout
{
	min-width: 800px;
	margin: 0 0;
 	width: 100%;
}

#leftabout
{
	position: relative;
	float: left;
	width: 250px;
}

#rightabout
{
	margin-left: 20px;
	position: relative;
	float: left;
	width: 300px;
}

#socials
{
	width: 430px;
	text-align: right;
}

#socials a:link
{
	text-decoration: none;	
}

#address
{
	float: right;
	position: relative;
	margin-right: 0px;
	height: 400px;
	width: 200px;	
}

#headlogo
{
	margin-bottom: 10px;	
}

#center 
{
        margin-top: 50px;
}

#clicktoenter
{
	color: #9d8f7f;
	font-color: #9d8f7f;
	text-decoration: none;
	font-size: 90%;		
} 

.scrollen
{                            	
    height:471px;
    width:100%;
	white-space:nowrap;
}

.scroll-pane
{
	width: 100%;
	height: 471px;
	overflow: auto;
}
.horizontal-only
{
	height: auto;
	max-height: 471px;
}


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

.jspPane
{
	position: absolute;
}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 12px;
	background: #222;
}

.jspHorizontalBar *
{
	margin: 0;
	padding: 0;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	background: #eee;
	position: relative;
}

.jspDrag
{
	background: #9d8f7f;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow
{
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}

.jspArrow.jspDisabled
{
	cursor: default;
	background: #80808d;
}

.jspVerticalBar .jspArrow
{
	height: 16px;
}

.jspHorizontalBar .jspArrow
{
	width: 16px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}

.jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}


#content a:link, #content a:visited
{
	color: #a90871; /*Farbe einer Verlinkung im Content*/
	background-color: inherit;
	text-decoration: none;
}

#content a:focus, #content a:hover
{
	color: #green; /*Farbe des Hovers eines Links im Content*/
	background-color: inherit;
	text-decoration: underline;
}

.kontakt table /*Abstand nach der Tabelle nach unten*/
{ 
	margin-bottom: 0em; 
} 

.kontakt table th /*1. Spalte*/
{
	padding: 0 18px 0 0; /*Abstand zwischen den Spalten 18px*/
	font-weight: bolder; /*Text fetter*/
	vertical-align: top;
	text-align: right;
}

.kontakt table td /*2. Spalte*/
{
	padding: 0;
	vertical-align: top;
	text-align: left;
}

/*
								FOOTER
*/

#leftfooter
{
	position: relative;
	float: left;
	width: 50%;
	height: 30px;
	padding-top: 10px;
}

#rightfooter
{
	float: left;	
	width: 50%;
	height: 30px;
	text-align: right;
}

#footer p 
{
	margin: 0px;
	padding: 0px;
	display: inline;
	color: #9d8f7f;
	//text-transform: uppercase; /*Großbuchstaben*/
}

#footer a:link, #footer a:visited 
{
	color: #9d8f7f;
	background-color: inherit;
	text-decoration: none;
}

#footer a:focus, #footer a:hover 
{
	color: #000;
	background-color: inherit;
	text-decoration: none;
}
