@charset "utf-8";
/*-------------------------------- FARBEN ----------------------------------

#7f6f5f - Braun - Standardtextfarbe
#948a85 - Helleres Braun - Headerborder
#373333 - Dunkelbraun Navi-Hover
#fe0214 - Rot - Highlightfarbe
#b8010f - Dunkelrot - rote Links Hover

---------------------------------- /FARBEN -------------------------------*/


/*------------------------------- ALLGEMEIN ------------------------------*/
body {
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
  line-height: 18px;
  color: #7f6f5f;
}

img {
  border: 0;
}

a {
  outline: none;
  color: #7f6f5f;
}

a:visited {
  color: #948a85;
}

a:hover {
  color: #373333;
}

h2 {
  padding-top: 0px;
  margin-top: 0px;
  
  font-family: "Times New Roman", Times, serif;
  font-size: 24px;
  font-weight: normal;
}

h3 {
  padding-top: 0px;
  margin-top: 0px;
  
  font-family: "Times New Roman", Times, serif;
  font-size: 12px;
  font-weight: normal;
}

/*------------------------------ INNERCONTENT ----------------------------*/
.mitte {
  margin: 0 auto;
}

.links {
  float: left;
}

.box715 {
  width: 715px;
  margin-top: 26px;
}

.box600 {
  width: 600px;
  margin-right: 25px;
}

.box225 {
  width: 225px;
  margin-right: 20px;
}

.halb {
  width: 50%;
}

.serif {
  font-family: "Times New Roman", Times, serif;
}

.zuruecklink {
  float: left;
  width: 90px;
  
  margin-left: 30px;
  margin-top: 40px;
  
  font-family: "Times New Roman", Times, serif;
}

	.zuruecklink a {
	  padding-top: 30px;
	  
	  color:#7f6f5f ;
	  text-decoration: none;
  
  	  background: url('../images/pfeil_back.png') no-repeat center left;
	}
	
	.zuruecklink a:hover {
	  color: #373333;
	}
	
a.pdf {
  padding-left: 24px;
  margin-left: -24px;
  
  height: 16px;
  display: block;
  
  background: url('../images/pdf.png') no-repeat left center;
}

/* Start */

.bigteaser {  
  width: 960px;  
  height: 300px;  
	
  padding: 0;  
  margin: 0;

  border-bottom: 1px solid #948a85;
} 
 
.bigteaser img, .bigteaser a {     
  width: 960px; 
  height: 300px; 
  
  top: 0; 
  left: 0;
}

.starttext {
  font-size: 20px;
  font-family: "Times New Roman", Times, serif;
  line-height: 24px;
}

/* Agentur */

.highlight {
  color: #fe0214;
  margin-bottom: 16px;
  margin-top: 0px;
}

/* Leistungen und Arbeitsbeispiele Hauptübersicht */

ul.sublinkliste {
  padding: 0px;
  margin: 0px;
  
  list-style-type: none;
}

	ul.sublinkliste li {
	  font-family: "Times New Roman", Times, serif;
	  font-size: 24px;
	  line-height: 30px;
	}
	
	ul.sublinkliste.klein li {
	  font-size: 14px;
	  line-height: 20px;
	}
	
		ul.sublinkliste li a {
		  padding-right: 22px;
		
		  color: #7f6f5f;
		  text-decoration: none;
		  
		  background: url('../images/pfeil_rot.png') no-repeat center right;
		}
		
		ul.sublinkliste.klein a {
		  padding-right: 15px;
		  background: url('../images/pfeil_rot_klein.png') no-repeat center right;
		}
		
		ul.sublinkliste li a:hover {
		  color: #373333;
		}

/* Leistungen Teaserübersichten */

.leistungelement {
  width: 235px;
  
  margin-right: 5px;
  padding-bottom: 10px;
  
  float: left;
  
  font-family: "Times New Roman", Times, serif;
}

	.leistungelement a.linkmehr {
	  padding-left: 20px;
	  color: #fe0214;
	  text-decoration: none;
	  
	  background: url('../images/pfeil_rot_klein.png') no-repeat 8px 4px;
	}
	
	.leistungelement a.linkmehr:hover {
	  color: #b8010f;
	}

/* Arbeitsbeispiele Detail */

.kundentext {
  width: 170px;
  
  margin-top: 35px;
  
  font-size: 10px;
  line-height: 16px;
}

#gallery {
  min-height: 513px;
}

#gallery img {
  cursor: pointer;
}

#gallery img.nolink {
  cursor: default;
}

#gallery p {
  font-family: "Times New Roman", Times, serif;
  padding: 0px;
  margin: 0px;
  margin-top: 5px;
}

#gallerynav {
  height: 10px;
  float: right;
}

#gallerynav a {
  width: 10px;
  height: 10px;
  
  margin-left: 5px;
  
  display: block;
  float: left;
  
  font-size: 1px;
  text-indent: -5000px;
  
  background: url('../images/gallery_navi.gif') no-repeat;
}

    #gallerynav a:hover {
	  background-position: -10px 0px;
	}
	
	#gallerynav a.activeSlide {
	  background-position: -20px 0px;
	}
	
/* Kontakt */

label {
  padding-top: 10px;
  display: block;
  width: 220px;
}

label.pflicht {
  font-weight: bold;
}

input, textarea {
  width: 220px;
  
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
  line-height: 18px;
  color: #7f6f5f;
}

label.plz, input.plz {
  width: 50px;
  margin-right: 10px;
}

label.plz {
  width: 55px;
}

label.ort, input.ort {
  width: 153px;
}

textarea {
  height: 180px;
}

.submit {
  padding: 0px;
  margin-top: 20px;
  
  width: 90px;
  height: 25px;

  color: #fe0214;
  font-weight: bold;
  text-align: center;
  
  border: 0px;
  
  cursor: pointer;
  
  background: url('../images/submit.png') no-repeat;
}

.submit:hover {
  background-position: -90px 0px;
}

.submit:active {
  background-position: -180px 0px;
}

.formname {
  display: none;
}

.error {
  max-width: 195px;
  
  margin-left: 3px;
  padding: 5px 10px 5px 15px;
  
  color: #fff;
  font-weight: bold;
  background: #fe0214 url('../images/error.gif') no-repeat left center;
}

.feedback {
  font-weight: bold;
  color: #fe0214;
}

/* Überschreibungen */

.keinabstand {
  margin: 0px;
}

/*--------------------------------- LAYOUT -------------------------------*/
.clear {
  clear: both;
}

#header, #content {
  margin: 0 auto;
  width: 960px;
}

#header {
  height: 132px;
  
  margin-top: 21px;
  
  position: relative;
  
  border-bottom: 1px solid #948a85;
}

/* Logo */
#header h1 {
  padding: 0px;
  margin-left: 120px;
  
  float: left;
}

	#header h1 a {
	  width: 315px;
	  height: 55px;
  
	  display: block;
	  
	  font-size: 1px;
 	  text-indent: -5000px;
	  
	  background: url('../images/logo.png') no-repeat top left;
	}
/* /Logo */

/* Navi */
#navi {
  margin: 0px;
  margin-top: 10px;
  margin-right: 120px;
  padding: 0px;
  
  clear: left;
  float: right;
  
  list-style-type: none;
}

	#navi li {
	  float: left;
	  margin-left: 15px;
	  
	  font-size: 14px;
	  font-weight: bold;
	}
	
		#navi li a {
		  color: #796d66;
		  text-decoration: none;
		}
		
		#navi li a:hover {
		  color: #373333;
		}
		
	#navi .aktiv {
	  color: #fe0214;
	}
		
	
/* /Navi */

#meta {
  width: 960px;
  margin: 0 auto;
  margin-top: 10px;
  
  text-align: right;
  font-size: 11px;
}
	#meta a {
	  color: #7f6f5f;
	  text-decoration: none;
	  font-weight: bold;
	}
	
	#meta a:hover {
	  color: #373333;
	}
	
#content {
  padding-bottom: 50px;
}
