/* Normalizing elements */

/* Normalizes margin, padding */
body, ul, li, h3, h2, h1, p {
	margin : 0;
	padding : 0;
}
/* Normalizes font-size for headers */
h3, h2, h1 {
	font-size : 100%;
}
/* Removes list-style from lists */
ul {
	list-style : none;
	margin:0px;
	padding:0px;
}
li {
	margin:0px;
	padding:0px;
}
/* Removes border from fieldset and img */
img {
	border : 0;
}




/************** Basic formattings *************/
html {
	text-align:center;
}
h2{
	color:#D20019;
	font-size:16px;
	margin:20px 0px 42px 0px;
}
p{
	margin-bottom:15px;
	margin-left:20px;
	margin-right:60px;
	color:#3e3e40;
}
body {
	margin:0 auto;
	width:1118px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
}

#wrapper{
	position:relative;
}

#search{
	position:absolute;
	height:36px;
	left:870px;
	top:4px;
	visibility:hidden;
}

#slideshow{
	z-index:-10;
	margin:0 auto;
	padding-top:36px;
	width:1001px;
	height:255px;
	text-align:right;
	
}


#slidemask{
	z-index:10;
	position:absolute;
	left:58px;
}

#slidecontent{
	z-index:-10;
	position:relative;
	margin:0 auto;
	text-align:left;
}


#centralinhome{
	position:absolute;
	top:5px;
	left:-16px;
	z-index:10;
}


.menubutton{
	width:117px;
	height:86px;
}

.menubutton .button #button1{
	left:300px;
}

.buttontext{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	position:relative;
	top:34px;
	width:117px;
}

a{
	text-decoration:none;
	
}

a .menubutton{
	color:white;
	
}

a.active .menubutton .button{
	background-color:#D20019;
}

a:focus { outline: none;}

.button{
	height:86px;
	width:117px;
	position:relative;
	top:-87px;
	z-index:-1;
    text-align:center;
}


#button1{	
	position:relative;
	background-color:#6F86B3;
	width:117px;
	height:86px;
	left:850px;
	top:-160px;
	z-index:10;
}

#button2{	
	position:relative;
	background-color:#6F86B3;
	width:117px;
	height:86px;
	left:980px;
	top:-246px;
	z-index:10;
}


#button3{	
	position:relative;
	background-color:#365183;
	width:117px;
	height:86px;
	left:720px;
	top:-235px;
	z-index:10;
}

#button4{	
	position:relative;
	width:117px;
	height:86px;
	left:850px;
	top:-321px;
	background-color:#5772A6;
	z-index:10;
}

#button5{	
	position:relative;
	background-color:#7792C6;
	width:117px;
	height:86px;
	left:980px;
	top:-407px;
	z-index:10;
}

.menubutton{
	z-index:1;
	height:86px;
	width:117px;
	display:block;
}

a:hover .menubutton .button{
	background-color:#D20019;
	color:white;
}

.hidden{
	visibility:hidden;
}

.visible{
	visibility:visible;
}

#maincontainer{
	position:absolute;
	top:330px;
	left:53px;
	width:1115px;
	min-height:300px;
	background-image: url(Bilder/layout_08.png);
	background-repeat: repeat-y;
}

#leftcolumn{
	width:179px;
	float:left;

}

#rightcolumn{
	float:left;
	width:836px;
}

#content{
	width:760px;
	min-height:250px;
    padding:40px 30px 0 40px;
	background-image: url(Bilder/layout_04.png);
	background-repeat: no-repeat;
}

#sitetitle{
	width:179px;
	height:71px;
	background-image: url(Bilder/layout_03.png);
	background-repeat: no-repeat;
}

.title{
	width:179px;
	text-align:center;
	position:relative;
	top:25px;
	color:white;
 	font-size: 18px;
	font-weight:bold;
	text-transform:uppercase;
}


#footer{
	clear:both;
	left:53px;
	height:44px;
	width:1022px;
	background-image: url(Bilder/layout_09.png);
	background-repeat: no-repeat;
}

#contact{
position:relative;
left:885px;
width:50px;
}

#absolutefooter{
	background-image: url(Bilder/clear.gif);
	height:50px;
}

#contact{
	text-align:center;
	color:#c4d5f3;
position:relative;
width:50px;
left:900px;
}

#submenu{
	position:relative;
	top:10px;
}

#submenu a{
	color:#365183;

}

#submenu ul li{
	list-style:none;

}

#submenu ul li a{
	position:relative;
	left:15px;
    height:23px;
	width:139px;
	padding:10px 0px 0px 10px;
	display:block;
	border-bottom:1px solid white;
}


#submenu ul li a:hover, #submenu ul li.active a{
	background:#8697b5;
	color:white;
}

#submenu ul li.active ul {
	border-bottom:1px solid white;
	margin-left:15px;
	width:158px;
}

#submenu ul li.active ul li {
	position:relative;
	left:-15px;
}

#submenu ul li.active ul li a{
	border-bottom:none;
	height:22px;
	width:134px;
	padding:5px 0px 0px 25px;
	background-color:#a5b2c8;
}

#submenu ul li.active ul li.active a, #submenu ul li.active ul li a:hover{
	background-color:#8697b5;
}

input.search{
	height:20px;
	width:156px;
	padding-top:6px;
	padding-left:7px;
	background-image:url(Bilder/search_input.png);
	border:none;
	background-repeat: no-repeat;
	background-position: 0px -2px;
	!border:1px solid white;
}

p.buttonheading{
	visibility:hidden;
}


.image-right{
	float:right;
	clear:both;
	margin:0px -40px 20px 10px;
}


#productdescription{
	width:450px;
	float:left;
}

#product_pictures{
	width:310px;
	float:right;
}

#smallpics{
	margin-bottom:-8px;
}

.teaser{
	overflow:hidden;
	width:45px;
	height:45px;
	border:1px solid #e3e3e3;
	margin-bottom:8px;
	margin-right:4px;
}


.teaser img{
	width:45px;
height:150%;
}

#magnifier{
	float:right;
	width:250px;
	
	overflow:hidden;
	margin-top:-40px;
}

table#productpics{
margin-top:-40px;
}

.moredata{
	margin-left:20px;
	color:#5772A6;
	font-weight:bold;
	background-image:url(Bilder/arrows.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
padding-left:14px;
cursor:pointer;
}

.hiddenContent{
margin-left:20px;
}

/******* TYPO3 STYLES *****/
.csc-textpic-imagerow{
	margin-top:60px;
	margin-left:-20px;
}

th{
padding-left:10px;
padding-bottom:5px;
}

tr.com-list-even td{

background-color:#EFF5FF;
}

tr.com-list-even td.com-list-col-img{
border-right:none;
}

tr.com-list-even td.com-list-col-title{
border-left:none;
}

td.com-list-col-title{
width:620px;
padding-left:10px;
}

td.com-list-col-img{
width:50px;
text-align:center;
}

td.com-list-col-orderno{
width:100px;
text-align:center;
}

table#articlenumber h2{
font-size:12px;
padding:0;
margin:0;
}
#articlenumber td.firstcolumn{
width:152px;
}

table.com-select-attributes{
width:300px;
border-top:2px solid #a6b4d0;
padding-top:5px;
padding-bottom:5px;
border-bottom:2px solid #a6b4d0;
}

table.com-select-attributes tr td{
padding-bottom:2px;
padding-top:1px;

}

.commerce-list a, a{
color:#8697B5;
}

.commerce-list{
clear:both;

}

.com-category-img{
float:left;
margin-bottom:20px;
}

.com-category-desc{
float:right;
width:490px;
margin-right:10px;
}

.back {
font-weight:bold;
margin-left:20px;
margin-top:20px;

}

.back a{
color:#5772A6;
}


.safety{
	margin-left:20px;
        margin-top:10px;
	color:#5772A6;
	font-weight:bold;
	background-image:url(Bilder/arrows.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
padding-left:14px;
cursor:pointer;
}

.safety a{
color:#5772A6;
}