@charset "utf-8";
/* CSS Document */

/* -------------------------------------------------------
   Reset CSS as described by Eric Meyer:
   http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, button, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  /*font-family: inherit;*/
  vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
  outline: 0;
}

body {
  line-height: 1;
  color: black;
}

ol, ul {
  list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
  padding:3px;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}
blockquote, q {
  quotes: "" "";
}

/* -------------------------------------------------------
   Generals
------------------------------------------------------- */

* { margin:0; padding:0; }
a img { border:none; }
h1, h2, h3, h4, h5, h6 { font-weight:normal; line-height:1.2em; }
strong { font-weight:bold; }
em { font-style:italic; }
p { line-height:1.3em; }

/* -------------------------------------------------------
  Aufheben von Floats ohne zusaetzliches Markup
  http://www.jassesnee.de/easyclear/
------------------------------------------------------- */

.clearfix:after {
   content: ".";
   display: block;
   height: 0;
   clear: both;
   visibility: hidden;
}
.clearfix {
   display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
   height: 1%;
}
.clearfix {
   display: block;
}
/* End hide from IE-mac */

/* -------------------------------------------------------
	Clearing Issues
------------------------------------------------------- */

/* clearing br */
br.clearbr,
form br {
  clear:both;
  height:0;
  margin:0;
  padding:0;
  font-size: 1px;
  line-height: 0;
}

/* clearing div */
div.clear {
  clear:both;
}




/* -------------------------------------------------------
       Stuff   to be deleted      
------------------------------------------------------- */

#wrapper,
.wrapper {
	width:960px;
	margin:20px auto;
}



/* -------------------------------------------------------
					General Styles            
------------------------------------------------------- */

html { 
	height: 100%; 
	margin-bottom: 1px; 
}

body {
	font-family:Verdana, Arial, sans-serif;
	font-size: 11px; 
	line-height: 1.4em;
	color:#333355;
	background:#000;
	/*color: #99a;*/
}

a { 
	color:#333355; 
	text-decoration: none; 
}

	a:hover {
		color:#618F3A;
	}

h1 {
	height:28px;
	display:block;
	text-indent:-9999em;
}

h2 {
	font-family:'Century Gothic', 'Lucida Grande', 'Lucida Sans', Verdana, Arial, sans-serif ;
	font-size:1.4em;
	font-weight:bold;
	color:#333355;
	padding:20px 0 10px 0;
}

.wrapper {
	width:960px;
	margin:0 auto;
}




/* -------------------------------------------------------
					HEADER              
------------------------------------------------------- */

#head {
	background:url(../images/layout/header.png) #7BB24E repeat-x;
	height:79px;
}

#head .type {
	float:left;
}

#head .headerLogo {
	float:right;
	padding:6px 0 0;
	
}


/* -------------------------------------------------------
					NAVIGATION          
------------------------------------------------------- */

#nav {
	background:url(../images/layout/navi.png) repeat-x;
	height:35px;
}

#nav ul li {
	float:left;
}

#nav ul li a {
	text-indent:-999em;
	display:block;
	height:35px;
	margin:0 30px 8px 0;
	overflow:hidden;
	text-decoration:none;
}

#nav ul li a#home {
	background:url(../images/layout/nav_sprite.png) no-repeat -4px 0;
	margin:0 30px;
	width:63px;	
}

	#nav ul li a#home:hover  {
		background:url(../images/layout/nav_sprite.png) no-repeat -4px -70px;
	}
	
	#nav ul li a#home.active  {
		background:url(../images/layout/nav_sprite.png) no-repeat -4px -35px;
	}
	
#nav ul li a#profil {
	background:url(../images/layout/nav_sprite.png) no-repeat -95px 0;
	width:82px;	
}

	#nav ul li a#profil:hover  {
		background:url(../images/layout/nav_sprite.png) no-repeat -95px -70px;
	}
	
	#nav ul li a#profil.active  {
		background:url(../images/layout/nav_sprite.png) no-repeat -95px -35px;
	}

#nav ul li a#leistungen {
	background:url(../images/layout/nav_sprite.png) no-repeat -202px 0;
	width:95px;	
}

	#nav ul li a#leistungen:hover  {
		background:url(../images/layout/nav_sprite.png) no-repeat -202px -70px;
	}
	
	#nav ul li a#leistungen.active  {
		background:url(../images/layout/nav_sprite.png) no-repeat -202px -35px;
	}
	
#nav ul li a#referenzen {
	background:url(../images/layout/nav_sprite.png) no-repeat -322px 0;
	width:98px;	
}

	#nav ul li a#referenzen:hover  {
		background:url(../images/layout/nav_sprite.png) no-repeat -322px -70px;
	}
	
	#nav ul li a#referenzen.active  {
		background:url(../images/layout/nav_sprite.png) no-repeat -322px -35px;
	}

#nav ul li a#kontakt {
	background:url(../images/layout/nav_sprite.png) no-repeat -447px 0;
	width:75px;	
}

	#nav ul li a#kontakt:hover  {
		background:url(../images/layout/nav_sprite.png) no-repeat -447px -70px;
	}
	
	#nav ul li a#kontakt.active  {
		background:url(../images/layout/nav_sprite.png) no-repeat -447px -35px;
	}
	

/* -------------------------------------------------------
					CONTENT             
------------------------------------------------------- */

#content {
	background:url(../images/layout/content.png) #fff repeat-x;
	min-height:330px;
	padding:20px 0;
}

.info {
	border: 1px solid red;
	padding: 10px;
	margin-bottom: 20px;
}

.info h2 {
	padding-top: 0;
}

.info a {
	color: #7BB24E;
}

/* -------------------------------------------------------
					Home		          
------------------------------------------------------- */

.referer {
	background:url(../images/layout/referer.png) no-repeat 0 0;
	display:block;
	border:1px solid #CCC;
	margin:0 0 20px 0;
	padding:10px;
	height:395px;
	width:940px;
}

.referer h2 {
	font-family:'Century Gothic', 'Lucida Grande', 'Lucida Sans', Verdana, Arial, sans-serif ;
	font-size:1.6em;
	line-height:1.5em;
	font-weight:bold;
	color:#333355;
	padding:30px 0 10px 0;
	visibility:visible;
}

.referer h3 {
	font-family:'Century Gothic', 'Lucida Grande', 'Lucida Sans', Verdana, Arial, sans-serif ;
	font-size:1.4em;
	font-weight:bold;
	color:#333355;
	padding:0 0 10px 0;
}

.referer a {
	background:url(../images/layout/buttons_sprite.png) no-repeat -265px -1px;
	display:block;
	text-decoration:none;
	text-indent:-9999em;
	width:130px;
	height:29px;
	margin:20px 0 0;
}

.referer p {
	padding:3px 0;
}

.referer a:hover {
	background:url(../images/layout/buttons_sprite.png) no-repeat -265px -32px;
}

ul#teaser li {
	float:left;
	display:block;
	width:288px;
	border:1px solid #CCC;
	margin:0 15px 0 0;
	padding:10px;
}

ul#teaser li.last {
	margin:0;
}

ul#teaser li h2 {
	font-family:'Century Gothic', 'Lucida Grande', 'Lucida Sans', Verdana, Arial, sans-serif ;
	font-weight:bold;
	font-size:1.4em;
	color:#333355;
	padding:0 0 5px 0;
	visibility:visible;
}

ul#teaser li a {
	color:#72A946;
}

ul#teaser li a:hover {
	color:#618F3A;
}

/* -------------------------------------------------------
					Profil, Leistungen		          
------------------------------------------------------- */

.profile h1 {
	background:url(../images/layout/headlines/profil.png) no-repeat 0 0;
	width:260px;
}

.leistungen h1 {
	background:url(../images/layout/headlines/leistungen.png) no-repeat 0 0;
	width:460px;
}

.profile ul,
.leistungen div.left {
	float:left;
	display:block;
	width:600px;
}

.profile img,
.leistungen img {
	float:right;
	display:block;
	border:1px solid #CCC;
	padding:10px;
	margin-top:20px;
}

/* -------------------------------------------------------
					Kontakt		          
------------------------------------------------------- */

.contact h1 {
	background:url(../images/layout/headlines/kontakt.png) no-repeat 0 0;
	width:260px;
	margin:0 0 20px;
}

.contact div.left {
	float:left;
	display:block;
	width:470px;
}

.contact div.left p {
	width:100%;
	padding:0 0 10px;
}

.contact div.right {
	float:right;
	display:block;
	width:420px;
}

.contact div.right p {
	border-bottom:1px solid #CCC;
	width:100%;
	margin:0 0 15px;
	padding:0 0 10px;
}

.contact div.right ul li {
	padding:3px 0;
}

.contact div.right ul li.first {
	font-weight:bold;
}

.contact img {
	border:1px solid #CCC;
	margin:20px 0 0;
	padding:10px;
}


/* -------------------- form --------------------- */

fieldset {
	border:0;
}

ul.form {
	list-style:none;
	padding:0;
	margin:0 auto;
	width:100%;
	border:0;
}

ul.form li {
	padding:6px 0;
}

.form_head {
	height:20px;
	width:400px;
	color:#aaa;
	text-align:center;
	border-bottom:0 !important;
}

ul.form li label {
	display:block;
	float:left;
	padding:0 5px 3px 0;
}

ul.form li.why label,
ul.form li.phone label{
	float:none;
}

.required {	
	float:left;
	display:block;
	font-size:10px;
	color:#5b6170;
	width:100px;

	/*clear:left;*/
}

ul.form li input, 
ul.form li select, 
ul.form li textarea {
	width:70%;
	background-color:#fff;
	border:1px solid #ccc;
	padding:3px;
	font-size:1em;
}

ul.form li textarea {
	width:100%;
	height:130px;
}

ul.form li.submit {
	text-align:right;
	border:0;
}

ul.form li.submit input { 
	background:url(../images/layout/buttons_sprite.png) no-repeat -1px -1px;
	border:0 none;
	cursor:pointer;
	display:block;
	height:29px;
	width:130px;
	overflow:hidden;
	text-indent:-4000px;
	/*float:right;*/
}

ul.form li.submit input:hover { 
	background:url(../images/layout/buttons_sprite.png) no-repeat -1px -32px;
}

#comment {
	width:400px;
	background-color:#fff;
	border:1px solid #ccc;
}

ul.form li.comment .required, 
ul.form li.comment label {
	width:120px;
}

.valid {
	border:1px solid green !important;
}
.invalid {
	border:1px solid #800 !important;
}


/* -------------------------------------------------------
					Portfolio Headlines           
------------------------------------------------------- */

h1.blp {
	background:url(../images/layout/headlines/ref_blp.png) no-repeat 0 0;
	width:500px;
}

h1.bp {
	background:url(../images/layout/headlines/ref_bp.png) no-repeat 0 0;
	width:800px;
}

h1.eb {
	background:url(../images/layout/headlines/ref_eb.png) no-repeat 0 0;
	width:800px;
}

h1.ffl {
	background:url(../images/layout/headlines/ref_ffl.png) no-repeat 0 0;
	width:800px;
}

h1.ib {
	background:url(../images/layout/headlines/ref_ib.png) no-repeat 0 0;
	width:800px;
}

h1.pb {
	background:url(../images/layout/headlines/ref_pb.png) no-repeat 0 0;
	width:800px;
}

h1.sd {
	background:url(../images/layout/headlines/ref_sd.png) no-repeat 0 0;
	width:800px;
}

h1.vd {
	background:url(../images/layout/headlines/ref_vd.png) no-repeat 0 0;
	width:800px;
}

h1.wb {
	background:url(../images/layout/headlines/ref_wb.png) no-repeat 0 0;
	width:800px;
}


/* -------------------------------------------------------
					Portfolio List           
------------------------------------------------------- */

#list a {
	text-decoration:none;
	color:#ff9600;
}
	
#list ul {
	list-style:none;
	padding:0;
	margin:0;
	font-size:14px;
}
	
#list li {
	padding:5px 0 5px 10px;;
	margin:0;
	display:block;
}
	
#list li a {
	color:#000;
}

#list li a:hover {
	color:#333;
}
	
#list div {
	padding:0;
	margin:0;
}

#list div.content {
	display:block;
	padding: 2px 0 2px 5px;
}

dt {
	border-top:1px solid #DBDBDB;
}

dt.first {
	border-top:none;
}

/* -------------------- the list --------------------- */

#portfolio {
	width:670px;
	float:left;
	margin-top:20px;
}

ul.head li.titel,
ul.head li.kat,
ul.head li.datum { 
	background:#DBDBDB; 
	color:#333355;	
	float:left;
	display:block;
	padding:4px 0 4px 5px;
}

ul.head li.kat {
	width: 219px;
}

li.titel, 
li.kat, 
li.datum { 
	float: left; 
	padding: 0 0 0 5px; 
}

li.titel,
ul.head li.titel { 
	width: 440px;
	margin:0 1px 0 0;
}

li.kat,
ul.head li.kat,
/*li.datum,
ul.head li.datum*/ { 
	/*width:105px;*/
	width: 210px;
	margin:0 1px 0 0;
}

ul.data { 
	padding: 2px 0 3px 0; 
}

	ul.data:hover { 
		background:#eee;
	}

	ul.data:hover li { 
		color:#335; 
	}

ul.active li { 
	color:#335; 
}

ul.active li.titel { 
	font-weight: bold; 
}


/* -------------- table below images ----------------- */

.content table { 
	margin:0 0 0 25px; 
	padding:0; 
	line-height:1.4em;	
}

.content table td.desc {
	width:85px;
	padding:0 15px 0 0;
	text-align:right;
	color:#777788;
}

.content table td.cont {
	color:#777788;
	font-weight:bold;
}

.content .text {
	width:444px;
	color:#778;
	margin:15px 0 0 100px;
}

.content .text p { 
	margin: 0 0 1em 0; 
}


/* -------------------------------------------------------
					Gallery         
------------------------------------------------------- */

.gallery_border {
	border: 1px solid #E6E6E6;
	margin:0 7px 0 5px;
	padding:10px;
}

.slideshow{ 
	position: relative;
	visibility: hidden;
}

.slideshow .gallerydesctext{ 
	text-align: left;
	padding: 2px 5px;
	font-size:10px;
}


/* -------------------------------------------------------
				Portfolio Navigation           
------------------------------------------------------- */

ul#sidenav {
	float:right;
	margin:0 50px 0 0;
}

ul#sidenav li.head {
	color:#333355;
	font-weight:bold;
}


/* -------------------------------------------------------
					Impressum           
------------------------------------------------------- */

.impressum h1 {
	background:url(../images/layout/headlines/impressum.png) no-repeat 0 0;
	width:800px;
	margin-bottom:20px;
}

/* -------------------------------------------------------
					FOOTER               
------------------------------------------------------- */

#footer {
	background:url(../images/layout/footer.png) repeat-x;
	height:62px;
	padding:15px 0;
	color: #99a;
}

#footer ul.address {
	float:left;
}

#footer ul.address li {
	line-height:1.4em;
}

ul#footer_nav {
	float:right;
	padding:2px 0 0;
}

ul#footer_nav li {
	float:left;
	line-height:1em;
	padding:0 7px;
	border-right:1px solid #9999AA;
}

ul#footer_nav li.last {
	padding:0 0 0 7px;
	border-right:none;
}

ul#footer_nav li a {
	color:#9999AA;
}

	ul#footer_nav li a:hover {
		color:#618F3A;
	}















