@charset "utf-8";
/******************************************** General ********************************************/

/* colors:
	
	yellow: #fee332
	light green: #cedf94
	green: #5c932e
	dark green: #26341c
	
*/
	


* { margin: 0; padding: 0; }

p { margin-bottom: 12px; }

/*@font-face { font-family: Helvetica; src: url(Helvetica_Neue.ttf); font-weight: normal; }*/
@font-face { font-family: Grotesk; src: url(grotesk.ttf); font-weight: normal; }

/* font Internet Explorer */
@font-face {
font-family: Celeste;
src: url(/fonts/CelesteSansWeb.eot);
}
/* font Firefox */
@font-face {
font-family: Celeste;
src: url(/CelesteSansWeb.woff) format('woff');
}

body { font-family: Celeste, "Helvetica Neue", Tahoma; font-size: 13px; line-height: 24px; font-weight: normal; }

.clearfix { clear: both }


/******************************************** Headings ********************************************/



#services h1, #services2 h1, #content h1 {
	font-size: 14px;	
	color: #5c932e;
	font-weight: normal;
}

.services_heading { padding-top: 15px; }


h2 {
	font-size: 14px;
	color: #fee332;
	padding-bottom: 0;
	font-weight: normal;
}

#overlay h2 {
	font-size: 14px;
	color: #fee332;
	margin-top: -5px;
	margin-bottom: 10px;
	font-weight: normal;
}

#info h2 {
	margin-bottom: 10px;
	font-size: 14px;
}


/******************************************** Lists ********************************************/

ul li { list-style-type: none; }
#overlay ul li { list-style-image: url(../images/list.png); margin-left: 15px; }

#projects ul li, #services ul li { padding-bottom: 3px; }
/******************************************** Header ********************************************/

#header_wrapper {
	background-image: url(../images/header_bg.jpg);
	width: 100%;
	height: 444px;
	z-index: 5000;
}

#header {
	background: url(../images/header.jpg) no-repeat;
	width: 980px;
	margin: 0 auto 0 auto;
	height: 444px;
	z-index: 10000;
}


#header_welcome {
	color: #cedf94;
	font-size: 13px;
	line-height: 21px;
	z-index: 10000;
	position: relative;
	top: 140px;
	left: 4px;
}


/******************************************** Nav ********************************************/

#nav {
	width: 960px;
	height: 117px;
	position: relative;
	top: 285px;

}

#nav ul li { float: left; }


/******************************************** Content ********************************************/

#content_wrapper {
	background-color: #edf6cd;
	width: 100%;
	height: 500px;
	position: relative;

}

#content {
	margin: 0 auto 0 auto;
	width: 980px;
	margin-bottom: 50px;
	color: #26341c;
	height: 500px;
	top: 36px;
	position: relative;
}

.imprint { position: relative; left: 40px; }

#projects{
	width: 200px;
	height: 400px;
	float: right;
	margin: 0 120px 0 0;
}

#services{
	width: 200px;
	height: 200px;
	float: right;
	margin: 0 120px 0 0;
}


/******************************************** Slideshow ********************************************/

#slideshow_wrapper { background-color: #000; width: 639px; float: left; border: #000 1px solid; }

#slideshow {
	width: 639px;
	height: 400px;
  position: relative;
}

#overlay {
	display: none;
	position: absolute;
	top: 0;
	left: 172px;
	background: url(../images/overlay.png) no-repeat;
	height: 360px;
	width: 255px;
	color: #cedf94;
	font-weight: normal;
	padding: 20px 20px 20px 20px;
}

.active-arrow { color: #5c932e; position: relative; top: 1px; }


/******************************************** Footer ********************************************/

#footer { width: 600px; text-align: right; font-size: 8pt }
#info_wrapper { background: url(../images/info_bg.jpg) repeat-x; width: 100%; height: 444px; }
#info { width: 980px; margin: 0 auto 0 auto; padding: 45px 0 0 0; color: #cedf94; }
#evantastica { width: 320px; float: left; }
#kontakt { float: right; width: 320px; padding-right: 20px; }


/******************************************** Links & Current State ********************************************/


#content a, #content a:visited, #content a:active {
	color: #5c932e;
	text-decoration: underline;
}

#projects ul li a, #projects ul li a:visited, #projects ul li a:active, #services ul li a, #services ul li a:visited, #services ul li a:active {
	color: #26341c;
	text-decoration: none;
	cursor: pointer;
}

#projects ul li a:hover, #services ul li a:hover  { color: #5c932e; }	

#projects ul li.current a, #services ul li.current a, #services2 ul li.current a { color: #5c932e; }

#overlay a, #overlay a:visited, #overlay a:active, #info a, #info a:visited, #info a:active {
	color: #fee332;
	text-decoration: none;
}

a img { border: none }

a { cursor: pointer; }

/******************************************** Form ********************************************/

.form_error { color: #26341c }
.form_ok { color: #fee332 }

#info input {
	display: block;
	margin-bottom: 5px;
	width: 315px;
	height: 25px;
	padding: 0;
	font-family: Celeste, "Helvetica Neue", Tahoma;
	font-size: 14px;
	padding-left: 3px;
}

textarea {
	width: 315px;
	height: 160px;
	font-family: Celeste, "Helvetica Neue", Tahoma;
	font-size: 14px;
	padding: 3px 0 0 3px;
}

#info input[type="submit"]{
	background-color: transparent;
	border: none;
	width: 100px;
	margin-left: -27px;
	color: #fee332;
	cursor: pointer;
	font-size: 15px;
	font-family: Celeste, "Helvetica Neue", Tahoma;
}

/******************************************** This and that ********************************************/

.margintop {
	margin-top: 10px;
}

#icons {
	position: relative;
	top: -85px;
	left: 335px;
	z-index: 10000;
	margin-right: 335px;
}

#icons ul li { float: right; margin-right: 15px; }


/******************************************** Scrollbar ********************************************/

#pane1 { 
	width: 200px;
	height: 400px;
}

#pane2 { 
	width: 200px;
	height: 360px;
}



