
/*------------------- Allgemeines ---------------------------- */

/* 	Webseite: 	GS Technik
	Autor:		Sven Claussen
	Start:		März. 2010
	Letze Ä.:	14.03.2010 
*/

@import url("reset.css");
@import url("typographie.css");

/*		Basis
------------------------------------------------------------------ */
body {
	text-align:center;
	background: #C7C1B1;
}
html {
	font-size: 75%;
	overflow-y: scroll;
}
html>body {
	font-size:12px;
}
.background {
	background: #F3F2E8 url(../img/bg-background-1.jpg) 0 0 repeat-x;	
}
.backgroundDetail {
	background: #F3F2E8 url(../img/bg-background-detail.jpg) 0 0 repeat-x;		
}
/* IE PNG fix ------------------*/
img, div, a, span, h1, h2, input  { behavior: url(iepngfix.htc) }

/*		Layout
------------------------------------------------------------------ */
#wrapper {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	background: url(../img/bg-wrapper-1.jpg) 50% 0 no-repeat;
	overflow: hidden;
}
#wrapperDetail {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	background: url(../img/bg-wrapper-detail.jpg) 50% 0 no-repeat;
	overflow: hidden;
}
#headerIndex {
	height: 150px;
	position: relative;
	z-index: 20;
}
#content {
	width: 590px;
	float: right;
}
#contentOneRow {
	width: 960px;
	position: relative;
}
#sideContent {
	width: 360px;
	float: left;
}
#footer {
	clear: both;
	background: #C7C1B1;
	padding: 10px 0 0 0;
	font-size: 90%;
}
.box {
	width: 200px;
	float: left;
	display: inline;
	padding: 20px;
	margin: 30px 0 0 0;
}
.box2 {
	width: 440px;
	float: left;
	display: inline;
	padding: 0 0 0 20px;
	margin: 0 0 20px 0;
	overflow: hidden;
	min-height: 500px;
	/* hack for ie6 from css-tricks.com */
	height: auto !important;
	height: 500px;
}
.box3 {
	width: 612px;
	float: right;
	display: inline;
	padding: 0 0 0 20px;
	margin: 90px 0 20px 0;
	min-height: 500px;
	min-height: 500px;
	height: auto !important;
	height: 500px;
}
.karte {
	width: 612px;
	float: right;
	display: inline;
	padding: 0 0 0 20px;
	margin: 70px 0 20px 0;
	overflow: hidden;
}
.margintop {
	margin-top: 60px;
}
#teaser {
	width: 133px;
}

.paddingtop {
	padding-top: 40px;
}
/*		Hauptnavigation
--------------------------------------------------------------------- */
ul#leftnav {
	margin: 10px 0;
	width: 250px;
	padding: 5px 7px 7px 5px;
	background: #C7C1B1;
}
ul#leftnav  li {
	width: 100%;
	border-top: 1px solid #DAD6CB;
	border-left: 1px solid #DAD6CB;
	border-bottom: 1px solid #AAA088;
	border-right: 1px solid #AAA088;
	background: #B8B09C url(../img/bg-nav-1.jpg) top left repeat-x;
}
ul#leftnav  li.nobordertop {
	border-top:inherit;
}
ul#leftnav  a {
	display:block;
	padding: 0 20px 0 10px;
	font: bold 100%/3 Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #2F4352;
}
ul#leftnav  .aktuell a {
	text-decoration:none;
	color:#003366;
}
ul#leftnav  .aktuell a:hover {
	text-decoration: none;
}
ul#leftnav  a:hover{
	color: #fff;
	background: #C7C1B1 url(../img/bg-nav-1-hover.jpg) 220px 50% no-repeat;
}
ul#leftnav  a:focus{
	color: #A1BDA5;
	background: #C7C1B1 url(../img/bg-nav-1-focus.gif) 220px 50% no-repeat;
}

/*			Top Navigation
--------------------------------------------------------------------- */

ul#topnav {
	position: absolute;
	right: 15px;
	bottom: 40px;
}
ul#topnav li {
	float: left;	
}
ul#topnav li a {
	font: bold 95%/1 Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
}
ul#topnav li a:hover {
	color: #A1BDA5;
}

/*	Flyout Navigation
---------------------------------------------------------- */
ul#nav {
	position: absolute;
	top: 42px;
	right: 0;
}

ul#nav, ul#nav ul {
	font: bold 100%/2 "Trebuchet MS", Arial, Helvetica, sans-serif;
	float: left;
}
ul#nav li {
	float: left;
	width: 10em;
}
ul#nav li#produkte {
	width: 10em;
}
ul#nav li#produkte ul {
	border: 1px solid #C7C1B1;
	border-top: none;
	-moz-box-shadow: 3px 3px 6px #666;
	-webkit-box-shadow: 3px 3px 6px #666;
	box-shadow: 3px 3px 6px #666;
}
ul#nav li#produkte li {
	width: 15em;
}
ul#nav li ul {
	width: 15em;
	position: absolute;
	left: -9999em;
	border-top: none;
}
#nav li:hover ul, #nav li.sfhover ul  {
	left:auto;
}
ul#nav a {
	display: block;
	color: #C6C0B1;
	text-decoration: none;
	padding: 0.3em 0 0.3em 1em;
	text-transform: uppercase;
}
ul#nav li li a {
	white-space: nowrap;
}
ul#nav li#produkte li a {
	display: block;
	color: #fff;
	background: url(../img/bg-a-nav.png) 0 0 repeat-x;
	text-transform: none;
}
ul#nav li a:hover {
	color: #fff;
}
ul#nav li#produkte li a:hover {
	color: #2F4352;
}
/*			Navigation auf Index
---------------------------------------------------------------------- */
ul#menuContent {
	margin-left: 420px;
	z-index: 10;
}
ul#menuContent li {
	float: left;
}
ul#menuContent li a {
	text-indent: -9999em;
	height: 176px;
	width: 176px;
	display: block;
}
ul#menuContent li a#geruest {
	background: url(../img/bg-a-geruest.png) 0 0 no-repeat;
}
ul#menuContent li a#schalung {
	background: url(../img/bg-a-schalung.png) 0 0 no-repeat;
}
ul#menuContent li a#baubedarf {
	background: url(../img/bg-a-baubedarf.png) 0 0 no-repeat;
}

/*			Navigation Index Produkte Sub
--------------------------------------------------------------------- */

ul#subnav {
	padding-top: 10px;
}
ul#subnav li{
	width: 100%;	
}
ul#subnav li a {
	font: normal 100%/1.8 Arial, Helvetica, sans-serif;
	display: block;
	text-decoration: none;
	color: #2F4352;
}
ul#subnav li a:hover {
	color: #A1BDA5;
	text-decoration: underline;
}
.bg {
	background: #e2e1d7 url(../img/bg-ul-subnav.gif) 0 100% no-repeat;
}
.padding {
	padding: 10px 10px 10px 10px;
}

/* 			Links 
--------------------------------------------------------------------- */

a#kontakt {
	text-indent: -9999em;
	display: block;
	width: 180px;
	height: 47px;
	background: url(../img/bg-a-kontakt.png) 0 0 no-repeat;
}
a#kontakt:hover {
	background-position: -182px 0;	
}

a.cmslink {
	display: block;
	text-decoration: none;
	color: #fff;
	padding: 5px 14px;
	margin: 2px 10px 0 0;
	font: bold 95% Arial, Helvetica, sans-serif;
	background: url(../img/bg-leftnav-1.jpg) center left repeat-x;
	border: 1px solid #7DA483;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
a.allgemlink {
	text-decoration: none;
	color: #fff;
	padding: 5px 10px;
	margin: 2px 10px 20px 0;
	font: bold 95%/1 Arial, Helvetica, sans-serif;
	background: url(../img/bg-leftnav-1.jpg) center left repeat-x;
	border: 1px solid #7DA483;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
a.cmslink:hover, a.allgemlink:hover {
	background: url(../img/bg-leftnav-hover.jpg) center left repeat-x;
	border: 1px solid #A5ADA7;
}
a.login{
	margin-bottom: 170px;
	width: 10em;
}

a.boxlink {
	background: url(../img/bg-box-link.gif) 0 100% no-repeat;
	display: block;
	font: normal 100%/1.4 "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #2F4352;
	padding: 0 10px 10px 10px;
}
a.produktlink {
	background: url(../img/bg-produkt-link.gif) 0 100% no-repeat;
	display: block;
	font: normal 100%/1.4 "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #2F4352;
	padding: 0 10px 10px 10px;
}
a.produktlink:hover, a.boxlink:hover, a.wuwlink:hover {
	color: #A1BDA5;
}
a.wuwlink {
	display: block;
	font: normal 100%/1.4 "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #2F4352;
	padding: 0;
}
#footer a {
	text-decoration: none;
	color: #573F2C;
}
#footer a:hover {
	text-decoration: underline;
	color: #fff;
}
	
/*			CMS Tabelle
----------------------------------------------------------------------- */
.cmstable {
	font: 100%/1.5 Arial, Helvetica, sans-serif;
	width: 100%;
}
td.fett {
	font-weight: bold;
	padding: 0 40px 0 20px;
	color: #527578;
}
td.nummer {
	font-size: 95%;
	color: #527578;
}
/*			CMS Formular
--------------------------------------------------------------------------- */

form#cms {
	font: normal 100%/2 Arial, Helvetica, sans-serif;
	color: #3E1E00;
	width: 100%;
}
form#cms p {
	margin: 0 0 20px 0;
	padding: 0;
}
form#cms p#pflicht {
	font: normal 80%/1.5 Arial, Helvetica, sans-serif;
	margin-top: 10px;
	color: #666;
}
ul#fehlerliste {
	font: normal 90%/1.5 Arial, Helvetica, sans-serif;
	color:#C30;
	margin: 10px 0;
}
form#cms label {
	font: normal 95%/1.5 Arial, Helvetica, sans-serif;
	color: #573F2C;
	display: block;
}
form#cms label.text {
	margin: 0.5em 0;
}
form#cms fieldset {
	margin: 0 0 10px 0;
	padding: 1em;
	border: 1px solid #A1BDA5;
}
form#cms legend {
	padding: 0 1em;
	font: normal 90%/1.5 "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #527578;
}
form#cms textarea {
	display: block;
	height: 150px;
	width: 450px;
	padding: 5px;
	font: normal 100%/1.5 Arial, Helvetica, sans-serif;
	color: #2F4352;
	border: none;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	background: #e2e1d7 url(../img/bg-input-1.jpg) top left repeat-x;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	overflow: auto;
}
form#cms textarea.gross {
	height: 300px;
}
form#cms textarea:focus {
	background: #fff;
}
select {
	color: #2F4352;
	padding: 0 0 0 5px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	background: #e2e1d7 url(../img/bg-input-1.jpg) top left repeat-x;
	border-left: none;
	border-top: none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}	
input.eingabe {
	color: #2F4352;
	margin-bottom: 6px;
	padding: 5px;
	width: 300px;
	border: none;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	background: #e2e1d7 url(../img/bg-input-1.jpg) top left repeat-x;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
input.fett {
	font-weight: bold;
}
input.wahl {
	outline: none;
	position:relative;
	top: 0.15em;
	margin-right: 10px;
}
input:focus {
	background: #fff;
}
form#cms fieldset span {
	color: #9F7C58;
	font-weight: bold;
	text-transform: uppercase;
}
form#cms fieldset#noBorder {
	border: none;
	padding: 0;
}
form#cms fieldset#auswahl p {
	padding: 0;
	margin: 0 0 10px 0;
}
form#cms p#label {
	padding: 0 0 0 20px;
}
input#senden {
	margin: 20px 0 0 2px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: #fff;
	padding: 5px 14px;
	font: bold 95% Arial, Helvetica, sans-serif;
	background: url(../img/bg-leftnav-1.jpg) center left repeat-x;
	border: 1px solid #7DA483;
	cursor: pointer;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.button {
	margin-bottom: 98px;
}
/*			Bilder
---------------------------------------------------------------------------------- */
img.pic_tab {
	padding: 10px;
	background: #e2e1d7;
	margin: 0 20px 10px 0;
}
img.pic_border {
	border: 1px solid #fff;
	margin: 0 0 10px 10px;
}
.box2 img {
	padding: 10px;
	background: #e2e1d7;
	margin: 0 10px 10px 0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
img.picwuw {
	padding: 10px;
	background: #e2e1d7;
	margin: 0 20px 10px 0;
}
/*			Tabelle Telefon
----------------------------------------------------------------------------------- */
table.fon {
}
table.fon td {
	padding: 0 2px;
}
table.fon .fett {
	font-weight: bold;
	color: #2F4352;
}
table.fon .rechts {
	text-align: right;
}
/*			Detail Tabelle
-------------------------------------------------------------------------------------- */
table#detail {
	border: 1px solid #e2e1d7;
}
table#detail td {
	padding: 5px 10px;
	vertical-align: baseline;
}
table#detail .bezeichner {
	color: #527578;
	white-space: nowrap;
}
table#detail td em {
	font:  normal 90%/1.2 Arial, Helvetica, sans-serif;
	margin: 0 0 0.5em 0;
	color: #527578;
}
/*			Produktgruppe Tabelle
---------------------------------------------------------------------------------------- */
table#produkt {
	float: right;
}
table#produkt td {
	vertical-align: baseline;
	width: 133px;
	padding: 10px;	
}
