/* 
  html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
  v1.4 2009-07-27 | Authors: Eric Meyer & Richard Clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}                  

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { 
    display:block;
}

nav ul { list-style:none; }

blockquote, q { quotes:none; }

blockquote:before, blockquote:after,
q:before, q:after { content:''; content:none; }

a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; }

ins { background-color:#ff9; color:#000; text-decoration:none; }

mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }

del { text-decoration: line-through; }

abbr[title], dfn[title] { border-bottom:1px dotted; cursor:help; }

/* tables still need cellspacing="0" in the markup */
table { border-collapse:collapse; border-spacing:0; }

hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0; }

input, select { vertical-align:middle; }

/* END RESET CSS */

select, input, textarea, button { font:99% sans-serif; }

/* 
 * minimal base styles 
 */

body, select, input, textarea { 
  /* #444 looks better than black: twitter.com/H_FJ/statuses/11800719859 */ 
  color: #444; 
}

/* always force a scrollbar in non-IE */ 
html { overflow-y: scroll; }
 
/* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { outline: none; }

ul, ol { margin-left: 1.8em; }
ol { list-style-type: decimal; }

/* Remove margins for navigation lists */
nav ul, nav li { margin: 0; } 

small { font-size: 85%; }
strong, th { font-weight: bold; }

td, td img { vertical-align: top; } 

sub { vertical-align: sub; font-size: smaller; }
sup { vertical-align: super; font-size: smaller; }

pre { 
  padding: 15px; 
  
  /* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */
  white-space: pre; /* CSS2 */
  white-space: pre-wrap; /* CSS 2.1 */
  white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word; /* IE */
}
 
textarea { overflow: auto; } /* thnx ivannikolic! www.sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars/ */

.ie6 legend, .ie7 legend { margin-left: -7px; } /* thnx ivannikolic! */

/* align checkboxes, radios, text inputs with their label
   by: Thierry Koblentz tjkdesign.com/ez-css/css/base.css  */
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }

/* hand cursor on clickable input elements */
label, input[type=button], input[type=submit], button { cursor: pointer; }
 
/* webkit browsers add a 2px margin outside the chrome of form elements */  
button, input, select, textarea { margin: 0; }

/* colors for form validity */
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid { 
      border-radius: 1px;
    -moz-box-shadow: 0px 0px 5px red; 
 -webkit-box-shadow: 0px 0px 5px red; 
         box-shadow: 0px 0px 5px red;
}
.no-boxshadow input:invalid, 
.no-boxshadow textarea:invalid { background-color: #f0dddd; }

/* These selection declarations have to be separate.
   No text-shadow: twitter.com/miketaylr/status/12228805301 
   Also: hot pink. */
::-moz-selection{ background: #FF5E99; color:#fff; text-shadow: none; }
::selection { background:#FF5E99; color:#fff; text-shadow: none; } 

/*  j.mp/webkit-tap-highlight-color */
a:link { -webkit-tap-highlight-color: #FF5E99; } 

/* make buttons play nice in IE:    
   www.viget.com/inspire/styling-the-button-element-in-internet-explorer/ */
button {  width: auto; overflow: visible; }
 
/* bicubic resizing for non-native sized IMG: 
   code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
.ie7 img { -ms-interpolation-mode: bicubic; }


 /* Primary Styles
    Author: Stefan Meisinger
 
 bg dunkelgrün: #41504a
 bg hellgrün: #A7B5AE
 Linien: #becfc7
 
 */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	color: #000;
	line-height: 1.5em;
	background: #41504a;
	padding: 55px 0;
}

p {
	margin-bottom: 0.8em;
}

h1 {
	font-size: 13px;
	color: white;
	padding-left: 7px;
	background: url(../img/layout/linie.gif) left bottom no-repeat;
	border-bottom: 1px solid #becfc7;
}

h2 {
	margin: 13px 0 4px 0;
}

h3 {
	font-weight: normal;
	margin: 13px 0 12px 0;
}

a {
	color: #00563a;
}

a:hover {
	color: white;
}

nav a {
	text-decoration: none;
}

#container {
	position: relative;
	width: 830px;
	padding-left: 36px;
	background: #A7B5AE;
	margin: 0 auto;
}

#main {
	position: relative;
	min-height: 508px;
	padding-bottom: 20px;
	overflow: hidden;
}

body.unternehmen #main {
	padding-bottom: 0;
}

header {
	height: 126px;
}
	
footer {
	position: relative;
	height: 40px;
	width: 866px;
	background: #41504a;
	margin-left: -36px;
}

#logo	{
	position: absolute;
	left: 720px;
	top: -18px;
}

ul.nav_main	{
	position: relative;
	width: 800px;
	height: 30px;
	height: 42px;
	font-weight: bold;
}

ul.nav_main	li {
	position: relative;
	display: block;
	float: left;
	height: 42px;
}

ul.nav_main	a {
	display: block;
	height: 18px;
	padding: 11px 14px 1px 14px;
}

ul.nav_main	a:hover {
	background: #5D7068;
}

ul.nav_main ul {
	position: absolute;
	display: none;
	width: 600px;
	height: 20px;
	font-size: 11px;
	top: 42px;
	left: 0;
}

ul.nav_main	ul li {
	height: 18px;
	float: left;
}

ul.nav_main	ul a {
	display: block;
	padding: 1px 11px;
}

footer nav {
	float: right;
	color: white;
	font-size: 11px;
	padding-top: 4px;
	margin-right: 20px;
}

footer nav li {
	float: left;
	margin-left: 16px;
}

footer nav a {
	color: white;
}

.bbottom {
	padding: 0;
	border-bottom: 1px solid #becfc7;
}

.btopbottom {
	position: absolute;
	bottom:0;
	padding: 0;
	border-top: 1px solid #becfc7;
	border-bottom: 1px solid #becfc7;
}

.indent {
	margin-left: 7px;
}

.float_bottom {
	position: absolute;
	bottom: 3px;
	left: -236px;
}

p.qual {
	position: relative;
	padding-left: 200px;
	margin: 12px 27px 24px 0;
}

p.qual img {
	position: absolute;
	top: 4px;
	left: 0px;
}

article {
	position: relative;
	margin: 28px 40px 28px 236px;
}

ul.referenzliste li {
	list-style-type: none;
	margin: 0 0 1em -14px;
}

body#planungsteam #container {
	background: #A7B5AE url(../img/layout/bg_planungsteam.gif) left 146px no-repeat;
}

body.start li#start a,
body.ing_holzbau li#ing_holzbau a,
body.ing_holzbau li#ing_holzbau,
body.holzbau li#holzbau a,
body.holzbau li#holzbau,
body.unternehmen li#unternehmen a,
body.unternehmen li#unternehmen,
body.referenzen li#referenzen a,
body.qualitaet li#qualitaet a,
body.kontakt li#kontakt a {
	color: white;
	background: #41504a;
}

body.ing_holzbau li#ing_holzbau ul.ing_holzbau,
body.holzbau li#holzbau ul.holzbau,
body.unternehmen li#unternehmen ul.unternehmen {
	display: block;
}

body.ing_holzbau li#ing_holzbau ul.ing_holzbau a,
body.holzbau li#holzbau ul.holzbau a,
body.unternehmen li#unternehmen ul.unternehmen a {
	background: #BECFC7;
	color: #41504a;
	font-weight: normal;
}

body.ing_holzbau li#ing_holzbau ul.ing_holzbau a:hover,
body.holzbau li#holzbau ul.holzbau a:hover,
body.unternehmen li#unternehmen ul.unternehmen a:hover {
	background: #41504a;
	color: white;
}

body#sporthallen li#ing_holzbau li#ihb_sporthallen a,
body#mehrzweckhallen li#ing_holzbau li#ihb_mehrzweckhallen a,
body#schulbauten li#ing_holzbau li#ihb_schulbauten a,
body#kindergaerten li#ing_holzbau li#ihb_kindergaerten a,
body#hallen li#ing_holzbau li#ihb_hallen a,
body#sonderbauten li#ing_holzbau li#ihb_sonderbauten a,
body#wohnhaeuser li#holzbau li#hb_wohnhaus a,
body#geschaeftsgebaeude li#holzbau li#hb_geschaeftsgebaeude a,
body#dachstuhl li#holzbau li#hb_dachstuhl a,
body#sanierungsobjekte li#holzbau li#hb_sanierungsobjekte a,
body#kastor li#unternehmen li#un_kastor a,
body#mitarbeiter li#unternehmen li#un_mitarbeiter a,
body#planungsteam li#unternehmen li#un_planungsteam a,
body#historie li#unternehmen li#un_historie a,
body#ausbildung li#unternehmen li#un_ausbildung a {
	background: #5D7068;
	color: white;
}

/* -------- Projektliste -------- */

body.ing_holzbau ul.projektliste {
	margin-left: 0px;
	background: url(../img/layout/bg_ing_holzbau.gif) right top repeat-y;
}

body.holzbau ul.projektliste {
	margin-left: 0px;
	background: url(../img/layout/bg_holzbau.gif) right top repeat-y;
}

ul.projektliste li {
	position: relative;
	height: 147px;
	list-style-type: none;
	border-bottom: 1px solid #becfc7;
	margin-bottom: 10px;
}

ul.projektliste img {
	float: left;
	width: 212px;
}

a.projektlink {
	position: relative;
	float: left;
	display: block;
	width: 36px;
	height: 36px;
	top: 111px;
	background: url(../img/layout/lupe.gif) no-repeat;
}

a.projektlink.multi {
	background: url(../img/layout/lupe_multi.gif) no-repeat;
}

p.qual a.projektlink {
	position: absolute;
	top: 40px;
	left: 144px;
}

a:hover.projektlink {
	background: url(../img/layout/lupe_over.gif) no-repeat;
}


ul.projektliste p.projektdata {
	position: absolute;
	left: 270px;
	bottom: 8px;
}


/* -------- Popup Projekt -------- */

body.popup {
	position: relative;
	background: #41504a;
	margin: 0;
	padding: 0;
}

body.popup header,
body.popup #header, /* IE8 */
body.popup footer,
body.popup #footer /* IE8 */{
	height: 22px;
	color: white;
	font-size: 11px;
	width: 745px;
	padding: 10px 20px 0 25px;
}

body.popup a {
	color: white;
	text-decoration: none;
}

body.popup a:hover {
	text-decoration: underline;
}

body.popup #logo {
	position: absolute;
	top: 12px;
	left: 682px;
	z-index: 100;
}

body.popup section,
body.popup #section /* IE8 */{
	position: relative;
	background: #A7B5AE;
	padding: 20px 0 20px 25px;
	margin: 0;
	overflow: auto;
}

body.popup section img,
body.popup #section img /* IE8 */ {
	position: relative;
	float: left;
	width: 424px;
	border-right: 1px solid #becfc7;
	padding: 10px 20px 10px 0;
}

body.popup p.projektdata {
	position: absolute;
	left: 494px;
	bottom: 20px;
}

body.popup footer,
body.popup #footer /* IE8 */ {
	height: 26px;
	text-align: right;
}

body.popup.multi ul {
	height: 110px;
	width: 790px;
	padding-left: 25px;
	background: #A7B5AE;
	border: 1px solid #A7B5AE;
	margin: 15px 0 0 0;
}

body.popup.multi li {
	list-style-type: none;
	float: left;
	border-right: 1px solid #A7B5AE;
}

body.popup.multi li a {

}

body.popup.multi li a:hover {

}

a span.multiimage {
	position: absolute;
	display: none;
	top: 57px;
	left: 20px;
}

a:hover span.multiimage {
	display: block;
	z-index: 1000;
}

span.multiimage img {
 border: 5px solid #A7B5AE;
}

span.small img {
 border-right: 120px solid #A7B5AE;
 border-left: 120px solid #A7B5AE;
}

/* -------- Kontaktseite -------- */

body.kontakt section {
	width: 300px;
	float: left;
	margin-top: 18px;
}

body.kontakt h3 {
	margin: 0;
}

form.kontakt {
	position: relative;
	margin-top: 12px;
	overflow: hidden;
}

form.kontakt fieldset {
	display: block;
	width: 300px;
}

form.kontakt ul {
	margin: 0;
}

form.kontakt li {
	list-style-type: none;
	margin-bottom: 4px;
}

form.kontakt label {
	display: inline-block;
	width: 70px;
	font-size: 11px;
	font-weight: bold;
}

form.kontakt input {
	width: 216px;
	padding: 1px;
	border: 1px solid #becfc7;
}
	
form.kontakt input.kontaktplz {
	width: 45px;
}

form.kontakt textarea {
	width: 289px;
	height: 100px;
	padding: 2px;
	border: 1px solid #becfc7;
	margin-bottom: 4px;
}

a.delete {
	display: inline-block;
	float: right;
	margin-right: 10px;
}

a.send {
	display: inline-block;
	float: left;
	margin-left: 2px;
}

