﻿@charset "utf-8";
/* CSS Document */

/* ----------------------- R E S E T ----------------------- */

/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ margin : 0; padding : 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }

/* Removes list-style from lists */
ol,ul { list-style : none; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style : normal; font-weight : normal; }

/* Removes list-style from lists */
table { border-collapse : collapse; border-spacing : 0; }

/* Removes border from fieldset and img */
fieldset,img { border : 0; }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }

/* Removes quotation marks from q */
q:before, q:after { content :''; }

a { outline:none;}



/* ----------------------- F O R M A T ----------------------- */

html {
	background:#e9e9e9;
	font-family:Arial, Helvetica, sans-serif;
	height: 100%;
	font-size: 12px;
	color: #484848;
}

a  {
	text-decoration:none;
	color: #666;
}

input, select, textarea {
	border: 0;
}

body.main {
	position:relative;
	width: 1000px;
	margin: 0 auto;
	background:url(../images/content_hintergrund.jpg) repeat-y;
}

h1 {
	text-indent: -9999px; 
	position: absolute;
	width: 0px;
}

h2 {
	color: #4b4b4b;
	font-size:16px;
}

h3 {
	color: #999999;
	font-size:18px;
	font-weight: bold;
}

h4 {
	color: #4b4b4b;
	font-size:14px;
}

#header {
	height: 89px;
	background-color:#FFFFFF;
	margin: 0 10px 0 10px;
}

#logo {
	margin: 22px 0 0 36px;
	float: left;
}

#schatten {
	position:absolute;
	font-size:0px;
	height: 7px;
	background:url(../images/schatten_navigation.png) repeat-x;
	width: 980px;
	z-index:7;
}

#schatten-additional {
	background:url(../images/schatten-additional.gif) repeat-x;
}

p.last {
	margin: 0 0 1.5em 0 !important;
}

em {
	color: #666;
}

.top-morespace {
	margin-top: 2.5em;
}

.red {
	color: #ce2402;
}

.contact-field span.red {
	float:right;
}

/* Header */



/*############################################ Suchbox ##############################################################*/
#searchbox {
	float: right;
	margin: 32px 30px 0 0;
	padding-right: 5px;
	font-size:11px;
}

*html #searchbox {
	margin-right: 17px;
}

#searchbox span {
	float:left;
	background:url(../images/suche_hintergrund_span.gif) repeat-x;
	height: 26px;
	padding: 5px 8px 4px 8px;
	
}

#searchbox input.text {
	background:url(../images/suche_hintergrund_input.gif) repeat-x; 
	height: 26px;
	float:left;
	padding: 5px 0px 0px 10px;
	font-size:11px;
	color: #666;
	width: 115px;
}

#searchbox img {
	float:left;
}


/* Navigation */



/*############################################ Menü ##############################################################*/

#navigation {
	height: 40px;
	padding-left: 36px;	
	background: url(../images/hintergrund_navigation.gif) repeat-x;
	margin: 0px 10px 0 10px;
}

#navigation .aktiv {
	background:url(../images/menu_aktiv.jpg) no-repeat 5px 0px;
}

.sprachmenu .aktiv {
	background:url(../images/menu_aktiv.jpg) no-repeat 15px 0px !important ;
}


.dropdown {
	float: left;
}

.sprachmenu {
	position:relative;
	top: -30px;
	float: right;
	margin-bottom: -40px;
	margin-right: 30px;
	height: 40px;
}

*html .sprachmenu {
	margin-right:19px;
}

.sprachmenu li {
	float: left;
	display: block;
	padding: 14px 8px 0px 8px;
}

.sprachmenu a {
	color:#ffffff;	
	font-size: 14px;
}

.sprachmenu a:hover {
	color:#000;	
}

ul.dropdown a
{
	background-color:none;
    color:#ffffff;
    padding-top: 14px;
	margin-right: 40px;
    text-decoration:none;
	font-weight: normal;
	white-space: nowrap;
	font-size: 14px;
}


ul.dropdown a:hover
{
	color: #000;
}



ul.dropdown ul a
{
  color:#646362;
	margin: 0px;
	padding: 0;
	font-size: 11px;
	padding-right: 20px;
}


ul.dropdown ul a:hover
{
    color:#000;
}


ul.dropdown ul li
{
	padding: 0px 11px 5px 2px;
	margin: 5px 11px 5px 11px;
}


ul.dropdown
{
    list-style: none;
    margin:0;
    padding:0;
    width:100%;
    z-index:99;
}

ul.dropdown ul
{
    list-style: none;
    margin:0;
    padding: 0;
	display:none;
	position:absolute;
	z-index:99;
	margin-left: 20px;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left:10px;
	background:url(../images/pfeil_navigation2.png) no-repeat;
}

*html ul.dropdown ul
{
	background:url(../images/pfeil_navigation2.gif) no-repeat;
}


ul.dropdown ul ul
{
	border-top: none;
}


ul.dropdown li
{
    float:left;
}


ul.dropdown li * li
{
    border-bottom: 1px solid #646362;
    float:none;
    position: relative;
}


ul.dropdown ul * ul
{
    left:98%;
    top:0;
}


ul.dropdown a
{
    display:block;
}


ul.dropdown ul * a
{
    height:100%;
}


ul.dropdown li:hover ul ul, ul.dropdown li:hover ul ul ul, ul.dropdown li:hover ul ul ul ul
{
    display:none;
}


ul.dropdown li:hover ul, ul.dropdown ul li:hover ul, ul.dropdown ul ul li:hover ul
{
    display:block;	
}

#additional {
	margin:-14px 0 30px 0;
}

#additional2 {
  margin:-14px 0 25px 0;
}

#headline {
	background:#fff;
}

#headline h2 {
	font-size:30px;
	padding:11px 0 13px 0;
}

#breadcrumb {
	background: #999;
	height:22px;
	color:#fff;
	font-weight:bold;
	padding:8px 0 0 0 ;
	width: 100%;
}

#breadcrumb ul li,#breadcrumb span  {
	float: left;	
}
	
#breadcrumb ul li a  {
	color:#fff;
	text-decoration:underline;
	font-weight:normal;
}

#breadcrumb span, #headline h2 {
	margin: 0 0 0 35px;
}

#breadcrumb ul li {
	text-indent:3px;
}

/* ----------------------- I N H A L T ----------------------- */

#content {
	height: 100%;
	padding: 0 10px 0 10px;
	position:relative;
	margin: 0 auto;
}

*html #content {
	position:relative;
}

.webspecial {
	margin-bottom: 14px;
}

.webspecial {
	position: relative;
	z-index:0;
}

.webspecial.start img {
	border-bottom: 2px solid #f21600;
}


.webspecial h4 {
	position: absolute;
	top: 37px;
	left: 300px;
	font-size: 30px;
	color: #636261;
}

.webspecial h5 {
	position: absolute;
	top: 70px;
	left: 375px;
	font-size:23px;
	color: #636261;	
}

.teaser_links {
	position:relative;
	float: left;
	margin-bottom: 9px;
	padding: 18px 0px 0 16px;
	width: 469px;
	background:url(../images/hintergrund_contentboxen.jpg) repeat-x;
	border-bottom: 2px solid #f21600;
}

.teaser_rechts {
	position:relative;
	float: right;
	margin-bottom: 9px;
	padding: 18px 0px 0 16px;
	width: 469px;
	background:url(../images/hintergrund_contentboxen.jpg) repeat-x;
	border-bottom: 2px solid #f21600;
}

.teasertext {
	float: left;
	width: 265px;
}

.teaser_links img, .teaser_rechts img {
	float: right;
	margin-top: -18px;
}

.clear {
	clear:both;
	font-size:0px;
}


/* ----------------------- D E T A I L S E I T E ----------------------- */

.fliesstext {
	line-height: 1.5;
	margin: -15px 30px 20px 38px;
}

.fliesstext li {
	background: url(../images/li_element.jpg) no-repeat 0;
	padding-left: 14px;
}

.fliesstext a:hover {
  text-decoration: underline;
}

.product-details {
	padding: 0 25px;
	margin: 0 0 35px 0;
}

.product-details p {
	padding: 0 0 0 5px;
}

ul.detail.headslot li p {
	text-align: center;
}

.product-details .detail.img {
	position:relative; 
	float: left;
}

.product-details .detail.seals {
	position: relative;
	margin-left:765px;
	top: 5px;
}

.product-details ul.detail.bodies {
	position: relative;
	margin: 0 35px 0 13px;
}

.product-details ul.detail.bodies, .detail.headtype li, .detail.headslot li, .detail.alloy li  {
	float: left;
}

.detail.headslot li, .detail.alloy li {
	padding: 23px 0 0 0;
}

.detail.headtype li {
	width: 90px;
}

.detail.headslot li {
	width: 60px;
}

.detail.alloy {
	position: relative;
	left:20px;
}

.detail.alloy li {
	width: 65px;
}

#headline {
	position: relative;
}

#headline h3 {
	padding:0 0 25px 0;
	margin:-15px 0 0 35px;
	color: #4B4B4B;
}

#headline .information {
	position: absolute;
	z-index: 1;
	left:480px;
	top:70px;
	background: url(../images/information.jpg) left no-repeat;
}

*html #headline .information {
	left:455px;
}

#headline .information {
	padding: 0 0 0 12px;
}

.detail li {
	position: relative;
}

img.floatleftfree { 
float:left;
margin:0px 10px 5px 0px;
border: 0px;}

img.floatright { 
float:right;
margin: 0px 0px 10px 10px;}


/* ----------------------- F O O T E R ----------------------- */

#footer {
	background:url(../images/hintergrund_footer.jpg) #dddddd repeat-x;
	width: 924px;
	margin-top: 20px;
	padding: 30px 28px 30px 28px;
}

#sitemap {
	font-size: 12px;
	width:100%;
	text-align: left !important;
}

#sitemap h3 {
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 0;
	color: #666;
	margin: 0 0 10px 0;
}

#sitemap a {
	text-decoration: none;
	color: #999;
}

#sitemap a:hover {
	color: #666;
}


#sitemap ul {
	margin: 15px 0 0 0;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

#sitemap ul li, #sitemap ul li ul {
	padding: 0;
	margin: 0;
}

#sitemap ul li ul li {
	padding: 0 0 6px 0;
}

.col.first, .col.last {
	margin-left:0 !important;
}

.col li {
	float: left;
	width: 153px;
	padding:15px 0 4px 0px; !important
}



/* ----------------------- B U T T O N S ----------------------- */

.button {
	position: absolute;
	top: 113px;
	height: 22px;
	left: 0px;
	background: url(../images/redarrow-noshadow.gif) no-repeat right #fff;
	width: 154px;
}

.button a {
	color: #4c4c4c;
	display: block;
	padding: 4px 0 2px 18px;
}

*html .button a {
	width: 100%;
} 


/* ----------------------- C O N T A I N E R E L E M E N T E ----------------------- */
.con_1 {
	float:left;
	margin-bottom:16px;
}

.con_1_img {
	float:left;
	margin:0 18 18 18px;
	
}



.con_1_1 {
	width: 295px;
	height:80px;
	border-bottom: 2px solid #ce2402;
	margin:0 10px 10px 0;
	background:url(../images/con_1_schatten.jpg) repeat-x bottom;
}

.con_1_1 p {
	width: 295px;
	height:25px;
	background:url(../images/con_1_pfeil.jpg) no-repeat right;
	color: #666666;
}

.con_1_1 p a {
	display:block;
	padding:7px 0 4px 10px;
}

.con_3 {
	margin:23px 0 5px 0;
}


.con_2 {
	position:relative;
	height:141px;
	width: 329px;
	border-bottom: 2px solid #ce2402;
	background:url(../images/con_2_bg.jpg) repeat-x;
	position:relative;
	margin-bottom:10px;
}

*html .con_2 {
	height:140px;
}

.con_2 h2 {
	padding:14px 0 0 18px;
}

.con_2 p {
	float:left;
	margin:0 0 0 18px;
	width:140px;
}

*html .con_2 p {
	margin:0 25px 0 9px;
}

.con_2 img {
	position:absolute;
	right:0px;
	bottom:0px;
}

.con_2 .button {
	position: absolute;
	top: 121px;
	height: 22px;
	left: 0px;
	background: #fff;
	width: 154px;
	background: url(../images/redarrow-noshadow.gif) no-repeat right #fff;
}

*html .con_2 .button {
	top: 120px;
}


.con_2 .button a {
	color: #4c4c4c;
}

.con_2 .button p {
	margin: 0px;
}



/* ----------------------- C O N T E N T - I N L I N E  W R A P P E R ----------------------- */

#content-wrapper {
	padding:0 0 0 35px;
}

#content-wrapper p {
	margin-bottom:1px;
}

#content-wrapper h2 {
	margin-bottom:12px;
}

#content-wrapper .image {
	float:left;
	margin-right:10px;
	position:relative;
	overflow:hidden;
	height:135px;
}

#content-wrapper .image2 {
	float:left;
	margin-right:3px;
	position:relative;
	overflow:hidden;
}

#content-wrapper .image span {
	position:absolute;
	bottom:0px;
	right:0px;
	background: #ce2402;
	color:#fff;
	padding:2px 2px 2px 4px;
}

#content-wrapper .image2 span {
	position:absolute;
	bottom:0px;
	right:0px;
	background: #ce2402;
	color:#fff;
	padding:2px 2px 2px 4px;
}


#linke_spalte {
	width: 582px;
	margin:13px 0 30px 0;
	float:left;
}

#rechte_spalte {
	width: 329px;
	float:right;
}

#content-wrapper .button p a:hover {
	color: #4C4C4C;
}

#content-wrapper.no {
	margin: -25px 0 0 0;
	padding: 0;
}

#content-wrapper.lesser-margin {
	margin: -25px 0 0 0;
}

#content-wrapper.margin {
	padding: 0 35px 0 35px;
}

#content-wrapper strong {
	font-weight: bold;
}

#content-wrapper form {
	padding: 0 0 20px 0;
	border-bottom: 2px solid #ce2402;
}

#content-wrapper form dl {
	margin: 0 0 1em 0;
}

#content-wrapper form .button {
	position: relative;
	top:22px;
	left: -35px;
	width: 200px;
}
#content-wrapper form .button img {
	position: absolute;
	top:0;
	left:200px;
}
#content-wrapper form .button p a {
	text-decoration: none;
}
#content-wrapper form .button p {
	line-height: normal;
}


#content-wrapper .mybutton {
	position: relative;
	width: 250px;
	left: -35px;
	background: url(../images/redarrow-noshadow.gif) no-repeat right #fff;
	height:22px;
}

#content-wrapper .mybutton p a {
	text-decoration: none;
	display:block;
	padding-left: 35px;
}
#content-wrapper .mybutton p {
	line-height: 22px;
}


/* ----------------------- S U C H E - E R G E B N I S S E I T E ----------------------- */

#content-wrapper h3, span.search-output-title a {
	color: #535353;
}

.search-output-text, .search-output-description {
	color: #666;
}

.search-output-text, #linke_spalte p {
	line-height: 1.5em;
	padding: 0.1em 0 0 0;
}

.keyword, .search-output-text strong, ul.page-navigator li.search-output-currentPage a, dt.search-output-path {
	font-weight: bold;
	color: #333;
}

ul.page-navigator {
	overflow: hidden;
	padding: 0;
	margin: 0.7em 0 0 0;
}

ul.page-navigator li {
	float: left;
	padding: 0 1em 0 0;
}

ul.page-navigator li a, .search-output-path a, #linke_spalte p a {
	text-decoration: underline;
}

#search-output {
	padding: 2.3em 0 0 0;
	width: 570px;
}

.search-output.output {
	margin: 0 0 2em 0;
}

span.search-output-relevance, dd.search-output-path, .search-output-path a {
	color: #333;
}

dl.search-output-info {
	padding: 1em 0 0 0 ;
}

dt.search-output-path, .contact-label {
	float:left;
}

.search-output-icon {
	margin: 0 0.5em 0 0;
	position: relative;
	top: 0.2em;
	opacity: 0.7;
}

/* ----------------------- F O R M U L A R K O N T A K T S E I T E ----------------------- */
.contact-label {
	background: #ccc;
	width: 165px;
}
.contact-field input, .contact-field select, .contact-field textarea {
	width: 380px;
	padding: 5px;
}
.contact-field textarea, .contact-label.big {
	height: 90px;
}
.contact-field select {
	width: 390px;
	background: #fff;
}
.contact-field {
	padding: 0 0 5px 10px;
}
.contact-label {
	padding: 5px 0 5px 10px;
}


/* ----------------------- S O R T I M E N T ----------------------- */

.teaser_links.sortiment, .teaser_rechts.sortiment {
	height: 97px;
}
.sortiment h2.twoliner {
	float: none;
	width:280px;
	margin-bottom: 12px;
}
.sortiment p.lesser-dist {
	margin: -12px 0 0;
}
.sortiment .teasertext .button {
	top: 95px;
	width: 190px;
}
.sortiment .teasertext .button img {
	left: 190px;
}

/* ----------------------- S C H R A U B E N F I N D E R ----------------------- */

table.screwfinder {
	border-collapse: collapse;
}

table.screwfinder td {
	padding: 5px;
	border: 1px solid #ffffff;
}

table.screwfinder td.nopadding {
	padding: 0px;
}

table.screwfinder th.nopadding {
	padding: 0px;
}

table.screwfinder th {
	padding: 5px;
	border: 1px solid #E9E9E9;
}

table.material {
	background-color: #ffffff;
}

table.material td {
	padding:3px;
}

td.filterlabel {
padding:5px 0 5px 10px;
background:#CCCCCC;
}

td.filters {
	padding-left:10px;
	height:25px;
}

td.filters select {
	border: 1px solid #000000;
}

tr.screwfinderpager td {
	border:0px;
}

tr.screwfinderpager td span {
	font-weight:bold;
}

tr.screwfinderpager a {
	text-decoration: none;
	color: #999;
}

tr.screwfinderpager a:hover {
	color: #666;
	font-weight: bold;
}

.modalBackground 
{ 
  background-color: Gray; 
  filter: alpha(opacity=50); 
  opacity: 0.50; 
} 

.updateProgress 
{ 
  border-width: 1px; 
  border-style: solid; 
  background-color: #FFFFFF; 
  position: absolute; 
  width: 180px; 
  height: 65px; 
}

.Animation2
{
  display:none;
  margin: 0px auto;
	position: relative;
	width:830px;
}


