body {
	margin: 0;
	padding: 0 0 20px;
	font: 70%/1.6 Arial, Helvetica, sans-serif; /* Schriftart im Body */
	color: #242424;
	background: #EFF2F3;
}

/* Links */

a:link {
	text-decoration: none;
	color: #ee8101;
}
a:visited {
	text-decoration: none;
	color: #ee8101;
}
a:focus {
	text-decoration: underline;
	color: #ee8101;
}
a:hover {
	text-decoration: underline;
	color: #ee8101;
}
a:active {
	text-decoration: underline;
	color: #ee8101;
}
a img {
	border: none;
}

/* Ueberschriften */
h1, h2, h3, h4, h5, h6 {
	color: #006987;
	margin: 0 0 1em;
}
h1 {
	font-size: 150%;
}
h2 {
	font-size: 140%;
}
h3 {
	font-size: 120%;
}
h4 {
	font-size: 100%;
}
h5 {
	font-size: 100%;
}
h6 {
	font-size: 100%;
}

/* Page Wrapper */
#page_wrapper {
	font-size: 110%;
	width: 1032px;
	margin: 0 auto;
	background: #fff url(../gfx/backgrounds/page_bg.gif) repeat-y 50% 0;
}

/* Wrapper (Haupt- + Nebeninhalt) */
#wrapper {
	width: 818px;
	float: right;
}

/* Header */
#header {
	height: 80px;
	background: url(../gfx/backgrounds/header_bg.jpg) no-repeat 50% 0;
	position: relative;
}

/* Logo */
h1#logo {
	margin: 0;
}
h1#logo a {
	display: block;
	width: 300px;
	height: 60px;
	/* background: url(../gfx/logo.gif) no-repeat; */
	text-indent: -9999px;
	text-decoration: none;
	font-size: 100%;
	position: absolute;
	top: 15px;
	left: 24px;
}

/* Globalnavigation */
ul#globals {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 10px;
	right: 24px;
}
ul#globals li {
	display: inline;
}
ul#globals li a {
	display: block;
	float: left;
	color: #fff;
	font-weight: bold;
	background: url(../gfx/seperator_globalnav.gif) no-repeat 100% 50%;
	line-height: 1;
	padding: 3px 9px 3px 8px;
}
ul#globals li a.current {
	color: #ee8101;
}

/* Hauptnavigation */
div#main_menu {
	width: 1024px;
	padding: 0 4px;
	position: relative;
}
ul#navigation {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 810px;
	padding-left: 212px;
	float: left;
	background: #1d7a95 url(../gfx/backgrounds/menu_bg.gif) repeat-x;
	border: 1px solid #006987;
	position: absolute;
	top: 0;
	left: 4px;
}
ul#navigation li {
	display: inline;
}
ul#navigation li a {
	display: block;
	float: left;
	color: #fff;
	font-weight: bold;
	padding: 6px 11px 6px 10px;
	background: url(../gfx/seperator_mainnav.gif) no-repeat 100% 50%;
}

/* Schnellsuche */
form#qs {
	margin: 0;
	float: left;
}
form#qs label {
	font-weight: bold;
	color: #fff;
	margin: 0 5px 0 8px;	
}
input#quicksearch {
	font-size: 100%;
	color: #242424;
	border: none;
	text-align: center;
	background: url(../gfx/search/quicksearch_bg.gif) no-repeat;
	width: 171px;
	padding: 3px 5px;
}
input#ok_button {
	position: relative;
	top: 6px;
}

/* Detailsuche */
div#detailed_search {
	width: 180px;
	background: #f5ad56 url(../gfx/search/detailed_search.gif) no-repeat;
	position: absolute;
	top: 0px;
	right: 24px;
	z-index: 666;
}
div#detailed_search p {
	margin: 0;
}
div#detailed_search p a {
	display: block;
	text-align: center;
	font-weight: bold;
	color: #006987;
	padding: 7px 0;
}
div#searchPopUp {
	margin: 0 -4px;
	padding: 0 4px;
	width: 180px;
	background: url(../gfx/backgrounds/detailed_search.gif) no-repeat 50% 100%;
	position: relative;
}
div#searchPopUp form {
	margin: 0;
	padding: 10px 10px 40px;
	font-size: 91%;
}
div#searchPopUp form p {
	margin: 0 0 10px 0;
}
div#searchPopUp form label {
	display: block;
	float: left;
	width: 80px;
}
div#searchPopUp form select {
	border: 1px solid #cbcbcb;
	font-size: 100%;
	width: 80px;
}
div#searchPopUp form input.detailed_search_button {
	float: right;
}


/* Hauptinhalt */
#middle_col {
	width: 584px;
	padding: 0px 10px 20px;
	float: left;
	margin-top: 40px;
	position: relative;
}
#middle_col p#breadcrumbs {
	margin: 0 0 0.5em;
}
#middle_col h2 {
	margin: 0 0 1em;
}
body.home #middle_col h2 {
	font-size: 160%;
	margin: 0;
	line-height: 1.4;
}
#middle_col p {
	margin: 0 0 1.5em;
}

/* Boxen im Hauptinhalt */
div.c50l, div.c50r {
	width: 258px;
	margin: 0 12px 20px 0;
	padding: 0 10px 10px;
	float: left;
	height: 180px;
	border-left: 2px solid ;
	border-right: 2px solid ;
	border-bottom: 2px solid ;
}
div.anlegeleitern {
	background: url(/gfx_content/Anlegeleitern.jpg) 0px 20px no-repeat;
	border-color: #DCE9A4;
}
div.haushaltsleitern {
	background: url(/gfx_content/Haushaltsleitern.jpg) 0px 20px no-repeat;
	border-color: #FBBC86;
}
div.multifunktionsleitern {
	background: url(/gfx_content/Multifunktionsleitern.jpg) 0px 20px no-repeat;
	border-color: #71C4CC;
}
div.stehleitern {
	background: url(/gfx_content/Stehleitern.jpg) 0px 20px no-repeat;
	border-color: #FFD990;
}

div.c50r {
	margin-right: 0;
}
div.medium_content_box {
}

div.medium_content_box h3.medium_content_box_title {
	margin: 0 -13px 10px;
	padding: 0 10px;
	background: url(/gfx/boxes/green/medium_title.gif) no-repeat;
}

/* Boxen Titel */
div.anlegeleitern h3.medium_content_box_title {
	margin: 0 -13px 10px;
	padding: 0 10px;
	background: #DCE9A4 url(../gfx/boxes/green/medium_title_a.gif) no-repeat;
}
div.haushaltsleitern h3.medium_content_box_title {
	margin: 0 -13px 10px;
	padding: 0 10px;
	background: #FBBC86 url(../gfx/boxes/green/medium_title_b.gif) no-repeat;
}
div.stehleitern h3.medium_content_box_title {
	margin: 0 -13px 10px;
	padding: 0 10px;
	background: #FFD990 url(../gfx/boxes/green/medium_title_c.gif) no-repeat;
}
div.medium_content_box h3.medium_content_box_title a {
	color: #fff;
	font-size: 91%;
	padding-right: 13px;
	background: url(../gfx/icon/medium_content_box_title.gif) no-repeat 100% 50%;
}
div.medium_content_box img {
	float: left;
	/* border: 1px solid #cbcbcb;*/
	margin: 0 10px 0 0;
}



/* Boxen Produktmaterial (Produktkatalog - 1. Ebene) */
div.box_material {
	margin: 0 10px 10px 0;
	padding: 0 8px 0px;
	float: left;
	width: 160px;
	height: 170px;
	border-left: 2px solid ;
	border-right: 2px solid ;
	border-bottom: 2px solid ;
}
div.box_material h3.box_material_title {
	margin: 0 -10px;
	padding: 2px 10px;
	/* background: #DCE9A4 url(/gfx_content/boxes_material/small_green.gif) no-repeat 50% 0; */
	color: #fff;
	font-size: 110%;
}
div.Anlegeleitern h3.box_material_title {
	background: url(/gfx_content/boxes_material/small_green.gif) no-repeat 50% 0;
}
div.Anlegeleitern {
	border-color: #DCE9A4;
}
div.Haushaltsleitern h3.box_material_title {
	background: url(/gfx_content/boxes_material/small_orange.gif) no-repeat 50% 0;
}
div.Haushaltsleitern {
	border-color: #FBBC86;
}
div.Multifunktionsleitern h3.box_material_title {
	background: url(/gfx_content/boxes_material/small_blue.gif) no-repeat 50% 0;
}
div.Multifunktionsleitern {
	border-color: #71C4CC;
}
div.Stehleitern h3.box_material_title {
	background: url(/gfx_content/boxes_material/small_yellow.gif) no-repeat 50% 0;
}
div.Stehleitern {
	border-color: #FFD990;
}
div.box_material h3.box_material_title a {
	color: #fff;
	font-size: 91%;
	padding-right: 13px;
	background: url(../gfx/icon/medium_content_box_title.gif) no-repeat 100% 50%;
}
div.metall {
	background: url(/gfx_content/boxes_material/Metall.gif) no-repeat 0px 20px;
}
div.holz {
	background: url(/gfx_content/boxes_material/Holz.gif) no-repeat 0px 20px;
}
div.kunststoff {
	background: url(/gfx_content/boxes_material/Kunststoff.gif) no-repeat 0px 20px;
}
div.holz h3.medium_content_box_title, div.kunststoff h3.medium_content_box_title {
	margin: 0 -12px 10px;
	padding: 0 10px;
	background: #1b7a94 url(../gfx/boxes/green/medium_title_a.gif) no-repeat 100% 0;
}

/* Boxen Produktspezifikation (Produktkatalog - 2. Ebene) */
div.einteilig, div.zweiteilig, div.dreiteilig, div.einseitig, div.zweiseitig, div.mehrzweck {
	/* border-color: #DCE9A4; */
}
div.einteilig {
		background: url(/gfx_content/boxes_material/einteilig.jpg) no-repeat 0px 20px;
}
div.zweiteilig {
		background: url(/gfx_content/boxes_material/zweiteilig.jpg) no-repeat 0px 20px;
}
div.dreiteilig {
		background: url(/gfx_content/boxes_material/dreiteilig.jpg) no-repeat 0px 20px;
}
div.einseitig {
		background: url(/gfx_content/boxes_material/einseitig.jpg) no-repeat 0px 20px;
}
div.zweiseitig {
		background: url(/gfx_content/boxes_material/zweiseitig.jpg) no-repeat 0px 20px;
}
div.mehrzweck {
		background: url(/gfx_content/boxes_material/mehrzweck.jpg) no-repeat 0px 20px;
}


/* Produkt-Neuheiten */
div.content_item {
	border-bottom: 1px solid #cbcbcb;
	clear: both;
	margin-bottom: 20px;
}
div.c25l {
	width: 140px;
	float: left;
}
div.c25l a img {
	display: block;
	border: 1px solid #cbcbcb;
	margin: 0 0 10px 0;
}
div.c75r {
	/* margin-left: 140px; */
	margin-bottom:20px;
}
#middle_col div.content_item div.c75r h3 {
	margin: 0;
}
#middle_col div.content_item div.c75r h3 a {
	color: #006987;
}
#middle_col div.content_item div.c75r p {
	margin: 0;
}
#middle_col div.content_item div.c75r ul, #middle_col div.c66r ul {
	margin: 1em 0;
	padding: 0;
	list-style: none;
}
#middle_col div.content_item div.c75r ul li, #middle_col div.c66r ul li {
	padding-left: 15px;
	background: url(../gfx/icon/content_list.gif) no-repeat 7px 0.7em;
}
#middle_col div.content_item p.icons {
	clear: both;
	margin: 0;
	width: 31px;
	padding-left: 553px;
}
#middle_col div.content_item p.icons a img {
	display: block;
	float: left;
	position: relative;
	top: -23px;
	padding: 4px;
}

/* Produkt-Einzelansicht (Produktkatalog - 3. Ebene) */
div.c33l {
	width: 200px;
	float: left;
}
div.c33l img {
	display: block;
	border: 1px solid #cbcbcb;
	margin-bottom: 10px;
}
div.c66r {
	margin-left: 0px;
}
div.c66r img#product_big {
	 float:left;
	 min-width: 200px;
	 max-width: 230px;
	 max-height:400px;
	 margin-right: 10px;
}

/* Bildergalerie zur Produktdetails */
#middle_col table#bilder {
	border-collapse: collapse;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
	float:left;
}
#middle_col table#bilder th{
	text-align: left;
	font-size: 110%;
	padding: 2px 10px;
	background:#006987;
	color:#fff;
	font-weight:bold;
}
#middle_col table#bilder td img {
	min-width:120px;
	max-height:100px;
	cursor:pointer;
	border: 1px solid #71C4CC;
}
#middle_col table#bilder td div img {
	min-width:100%;
	max-height:100%;
	cursor:pointer;
	border: 1px solid #71C4CC;
}

#middle_col table#products {
	clear: both;
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #cbcbcb;
	border-width: 1px 0 0 1px;
	font-size: 100%;
	/* width: 460px; */
	float: left;
}
#middle_col table#products th {
	text-align: left;
	color: #006987;
	font-size: 100%;
}
#middle_col table#products th, #middle_col table#products td {
	border: 1px solid #cbcbcb;
	border-width: 0 1px 1px 0;
	padding: 5px 8px;
}
#middle_col table#products td.product_description h4 {
	font-size: 100%;
	margin: 0;
}
#middle_col table#products td.product_description p {
	margin: 0;
}
#middle_col table#products td.product_description p.toggleLink a {
	background: url(../gfx/icon/details.gif) no-repeat 100% 50%;
	padding-right: 15px;
}
#middle_col table#products td.shopping_basket {
	text-align: center;
}

/* Warenkorb */
div#shop form table {
	width: 100%;
	border-collapse: collapse;
}
div#shop form table th {
	color: #006987;
	border-bottom: 1px solid #006987;
}
div#shop form table th, div#shop form table td {
	padding: 5px 0;
}
div#shop form table th.description {
	text-align: left;
	width: 200px;
}
div#shop form table th.quantity {
	width: 100px;
}
div#shop form table th.price {
	width: 142px;
}
div#shop form table th.totalprice {
	width: 142px;
}

div#shop form td.number input {
	width: 30px;
	border: 1px solid #cbcbcb;
	text-align: right;
	font-size: 100%;
}

div#shop p.solid_line {
	border-bottom: 1px solid #006987;
}
div#shop p.dotted_line {
	border-bottom: 1px dotted #006987;
}
div#shop p.solid_line, div#shop p.dotted_line {
	margin: 0;
	font-size: 0;
}

div#shop form table td.resume {
	text-align: right;
}
div#shop form table td.number {
	text-align: center;
}
div#shop form table td.number a {
	font-size: 91%;
}

div#shop form input.shop_submit_register {
	float: right;
}


/* Nebeninhalt (Rechts) */
#right_col {
	width: 180px;
	padding: 70px 24px 20px 10px;
	float: right;
}

/* Sidebar (Links) */
#left_col {
	width: 180px;
	padding: 70px 10px 20px 24px;
	float: left;
	font-size: 13px;
}

/* Subnavigation (Linkes Menu) */
ul#left_nav {
	margin: 0 0 10px;
	padding: 0;
	list-style: none;
	border-top: 1px solid #7fb4c3;
}
ul#left_nav a {
	display: block;
	width: 160px;
	color: #242424;
	padding: 4px 10px;
	border-bottom: 1px solid #7fb4c3;
}
ul#left_nav a:hover {
	background-color: #f5f5f5;
}
ul#left_nav a.current {
	font-weight: bold;
	/* background-color: #f5f5f5; */
}
ul#left_nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul#left_nav ul a {
	border-bottom-style: dotted;
	padding: 4px 20px;
	width: 140px;
	background: url(../gfx/icon/orange_dot.gif) no-repeat 10px 50%;
}
ul#left_nav ul ul a {
	padding: 4px 30px;
	width: 120px;
	background-position: 20px 50%;
}

ul li.leiter {
	background-color: #DCE9A4;
}
ul li.ersatzteile {
	background-color: #FBBC86;
}
ul li.baugerueste {
	background-color: #71C4CC;
}
ul li.material {
	background-color: #FFD990;
}

/* Boxen in Nebenspalten */
div.green_box {
	margin: 0 0 10px 0;
	padding: 0px 10px 10px;
	width: 160px;
	background: url(../gfx/boxes/green/small_box.gif) no-repeat 50% 100%;
	overflow: hidden; 
}
div.green_box h3.green_box_title {
	margin: 0 -10px;
	padding: 2px 10px;
	background: #1b7a94 url(../gfx/boxes/green/small_title.gif) no-repeat 50% 0;
	color: #fff;
	font-size: 110%;
}
div.green_box img {
	margin: 10px 0px 0px 0px;
	max-width:160px;
	max-height:400px;
}

img#big_image {
	margin: 0px 0px 0px 10px;
	max-width:110px;
	max-height:400px;
	float: left;
}

div.green_box p, div.orange_box p {
	margin: 10px 0 0;
}
div.green_box p span {
	color: #EE8101;
}
div.orange_box {
	margin: 0 0 10px 0;
	padding: 0 10px 10px;
	width: 160px;
	background: url(../gfx/boxes/orange/small_box.gif) no-repeat 50% 100%;
}
div.orange_box h3.orange_box_title {
	margin: 0 -10px;
	padding: 2px 10px;
	background: #f4a03f url(../gfx/boxes/orange/small_title.gif) no-repeat 50% 0;
	color: #fff;
	font-size: 110%;
}
div.orange_box ul, div.green_box ul {
	margin: 10px 0 0;
	padding: 0;
	list-style: none;
}
div.orange_box ul li a, div.green_box ul li a {
	color: #242424;
	padding-left: 10px;
	background: url(../gfx/icon/orange_dot.gif) no-repeat 0 0.45em;
}

p.more {
	text-align: right;
}
p.more a {
	font-size: 91%;
	text-transform: uppercase;
	background: url(../gfx/icon/more.gif) no-repeat 100% 50%;
	padding-right: 15px;
}

/* Login-Formular */
form#login {
	margin: 10px 0 0;
}
form#login p {
	font-size: 91%;
}
input#email, input#password {
	border: 1px solid #cbcbcb;
	width: 134px;
	padding: 1px 2px;
	font-size: 100%;
	color: #242424;
}
input.login {
	position: relative;
	top: 3px;
}

/* Footer */
#footer {
	clear: both;
	background: url(../gfx/backgrounds/footer_bg.gif) no-repeat 50% 100%;
	font-size: 91%;
}
#footer_inner {
	background: url(../gfx/backgrounds/footer_inner_bg.gif) no-repeat 50% 0;
	padding: 5px 224px 25px;
}
#footer_inner p {
	margin: 0;
}
#footer_inner span {
	display: block;
	float: right;
	margin-top: -1.5em;
}

/* Logos Zertifizierungen */
div#certifications {
}
div#certifications img {
	max-height:62px;
	max-width: 70px;
	/*margin:5px;*/
}
