/*Bearbeitet von TOBE*/
h2{
	    font-size: 15px;
}
#topMenu{
	padding-top: 32px;
}
#topMenu a{
	color: #fff;
}
#topMenu a:hover, .selectedValue a:hover{
	color: #086ea9;
}
#servicesTrigger a span{
	color: #fff;
}
div.sidebarLeft #content, div.sidebarRight #content {
    width: 770px;
}
#sidebar{
	margin-left: 0px;
}
#sidebar .tree li {
	background: none;
}
#sidebar .tree {
	background:linear-gradient(to left, #1fa1ec, #086ea9);
}
#sidebar .tree a {
	color: #fff;
}
#sidebar .tree li.active>a{
	background:linear-gradient(to left, #086ea9, #1fa1ec);
	font-weight: bold;
}
#sidebar .tree a:hover{
	background:linear-gradient(to left, #086ea9, #1fa1ec);
}
#header{
	height: 210px;
	padding-bottom: 10px;
}
body{
	background-image: url(/out/pictures/layout/header.jpg);
	background-repeat: no-repeat;
	background-position: center  top;
	font: 13px / 140% arial, helvetica, clean, sans-serif;;
}
.tel{
	color: #fff;
    position: absolute;
    top: 190px;
    left: 725px;
    font-weight: bold;
}
.selectedValue {
	margin-top: 37px;
}
.languageBox{
	position: absolute;
    top: 150px;
    left: 942px;
    display: none;
}
.languageBox .selectedValue{
	background: none;
}
#servicesTrigger{
	padding-right: 65px;
}
.basketBox{
	top: 32px;
}
div.searchBox input.searchSubmit{
    width: 30px;
    height: 34px;	
}
div.searchBox {
	right: 15px;
    top: 108px;
}
div.searchBox input.textbox {
    width: 205px;
    height: 30px;
    padding-left: 4px;
    color: #b4b8b8;
    float: left;
    margin: 2px 3px 0 0;
}
label.innerLabel {
     margin: 12px 0 0 10px;
}
#overviewLink a {
    top: 220px;
    text-transform: none;
    top: 254px;
    text-transform: none;
    z-index: 3;
    font-size: 14px;
    line-height: 19px;
    color: #fff;
}
.pageHead, .sectionHead {
	background:linear-gradient(#086ea9, #1fa1ec);
}
#footer #panel {
	margin: 0px;
}
#logo {
        margin: 35px 0px 8px -6px;
    float: left;
}
.box {
	/*display: none;*/
}
#content {
	width: 100%;
}
.checkoutSteps li.step1 , .checkoutSteps li.step2, .checkoutSteps li.step3, .checkoutSteps li.step4{
	width: 22.5%;
}
.checkoutSteps li.step5{
	width: 10%;
}
.FXgradBlueDark, .submitButton{
	background:linear-gradient(#086ea9, #1fa1ec);
}
.submitButton:hover{
	background:linear-gradient(#1fa1ec, #086ea9);
}
.gridView li:hover .titleBlock{
	background:linear-gradient(#086ea9, #1fa1ec);
}
.gridView li:hover .titleBlock:hover{
	background:linear-gradient(#1fa1ec, #086ea9);
}
.gridView li:hover .priceBlock{
	background-image: none;
	background:linear-gradient(#086ea9, #1fa1ec);
	padding-top: 5px;
	box-shadow: 0px 0px 10px #888888;
}
.gridView li:hover .titleBlock {
	text-shadow: none;
}
.gridView li .titleBlock{
	text-shadow: none;
}
.tobasketFunction{
	padding-top: 15px;
}
.categoryBox h2{
    padding-top: 15px;
    padding-left: 24px;
    font-size: 20px;
}
ul li{
    list-style: square url("/out/pictures/layout/blauer_Pfeil.png");
}
.pager .active{
	    background: #1fa1ec;
}
#breadCrumb{
	text-transform: none;
	   /* padding-top: 9px;*/
	  padding-bottom: 8px;
}
.gridView li .priceBlock .button{
    display: block;
    position: absolute;
    bottom: 8px;
    left: 50px;
    padding:1px 10px;
    visibility: hidden;
    text-decoration:none;
    text-transform: uppercase;
    font-size: 10px;
}
.gridView li .priceBlock .input{
	width:20px;
}
.gridView li .priceBlock .textbox{
	visibility: hidden;
} 
.gridView li:hover .priceBlock .textbox {
	visibility: visible;
	width: 20px;
    position: absolute;
    bottom: 6px;
}
.gridView li:hover .priceBlock .button {
    text-shadow: 0 -1px 0px #000;
}
.logged, #topMenu li.logged{
	color: #fff;
}
.gridView li .titleBlock{
	height: 45px;
}
#popup{
	background: white;
}
.box h3 {
    background: linear-gradient(#086ea9, #1fa1ec);
}
.box ul, .box ol, .box .content {
    border: 2px solid #1fa1ec;
}