/* 
   HJ-TEKNIK custom.css
*/


/* START responsive */

img {max-width: 100% !important; height:auto !important;}

@media only screen and (min-device-width:320px) and (max-device-width:800px) {

body {background:#white; background-image:none !important;}
#content_top, #menu, #infobox-start, #main-text, #img-bottom, .prod-info {display:none;}
#content_body {margin-top: -24px;}
#wrapper {overflow:hidden;}
#product-box {}
#product-title {font-size:1.8em; word-wrap: break-word;}
.prod-img {position:absolute; bottom:0;}
#pbox1, #pbox2, #pbox3, #pbox4, #pbox5, #pbox6 {position:relative; width:15.6%; height:300px;}
#tel-respo {}
#tel-respo {display:block; margin:2em 0; font-size:425%;}
#content_bottom {display: none;}
}

@media only screen and (min-device-width:801px) {

#tel-respo {display:none;}
#art-respo {display:none;}
}

/* END responsive */

#main-text {}

#infobox-start {position:relative; top:-6px; float:right; padding:0;}

#product-box {position:relative; display:table; max-width:100%; margin:auto; margin-top:20px; text-align:center;}

#pbox1, #pbox2, #pbox3, #pbox4, #pbox5, #pbox6 {float:left; margin:1px; padding:3px; text-align:center; background:#eee; border-radius:6px; box-shadow:0 3px 6px #999;}

.prod-img {max-height:240px; margin: 6px 0 0 0; padding:0;}

#img-bottom {max-width: 100% display:table; text-align:center;}

#img-bottom img {padding:0 6px;}

#content {
        position:relative;
        width:100% !important;
        top:-16px;	
        float: left;
        margin-top: 0;
}

#breadcrumbs, #topright {display:none;}


/* Holly Hack for IE */
* html #menu{height: 1%;} /*Holly Hack for IE7 and below*/



body {
	margin: 0;
	padding: 0;
	background-image:url(../../kuhlwasserpumpen.de/img/bg-pump.jpg);
        background-size: cover;
        background-repeat: no-repeat;
	font: 12px/18px Arial, Verdana, Helvetica, sans-serif;
	color: #000;
}

a {
	color: black;
	text-decoration: underline;
}
a:hover {
	color: #333;
	text-decoration: none;
}


h1, h2, h3, h4, h5, h6 {
    color: #333;
    margin: 0 0 15px 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

h1 { font-size: 21px; 
     margin: 0 0 20px 0;}

h2 {
    font-size: 16px;
}

h3 {
    font-size: 14px; margin-top:2em;
}

h4 {
    font-size: 14px;
}

h5 {
    font-size: 13px;
}

h6 {
    font-size: 12px;
}

img { border: 0; }

hr {
	width: 100%;
        border-top:1px solid grey;
	height: 1px;
        color: #fff;
	background: #fff;
	margin-top: 5px;
	margin-bottom: 5px;
}

#wrapper {
	max-width: 990px !important;
	margin: 0 auto;
	margin-top: 15px;
        background:#fff;
        border:1px solid #fff;
        border-radius:9px;
        box-shadow:0 6px 24px #333;
}

#content_top {
        margin:auto;
 	max-width:100%;
	height: 12px;

}

#content_body {
	max-width: 100%;
}

#inner {
	padding: 0 16px 24px 17px;
}

.logo {
	float: left;
}

.logo a {
	float: left;
}

.logo span {
	float: left;
	font-size: 20px;
	color: #838383;
	margin-top: 40px;
	margin-left: 10px;
}

#top {
	max-width: 100%;
	height: auto;
        max-height:220px;
	overflow: hidden;
	}

#top .text {
	color: #000;
	font: 33px Arial Black, Arial, Tahoma, sans-serif;;
	background: url('../filarkiv/site_images/transbg.png');
	position: absolute;
	max-width: 100%;
	margin-top: 94px;
	z-index: 9;
}

#top .text b {
	display: block;
	color: #000;
	margin: 5px;
	margin-left: 35px;
  	font-weight: bold;
}

#topright {
	float: right;
}

#languages {
	float: right;
	margin-bottom: 15px;
}

#languages a {
	margin-left: 5px;
}

.search {
	/*float: right;*/
	clear: both;
	width: 271px;
	height: 31px;
	background: url('../filarkiv/site_images/search_bg.png') top left no-repeat;
}

.search_input {
	border: 0;
	background: transparent;
	padding: 7px;
	padding-top: 0px;
	width: 225px;
	float: left;
	margin-top: 8px;
	font: 12px/18px Arial, Verdana, Helvetica, sans-serif;
	color: #757575;
}

.search_input:focus {
	outline: none;
}

#contactform {float:left; margin:0;}

#contactinfo {float:right; margin:54px 20% 0 0; text-align:right;}

/* MENU START */

#menu {
        width: 100%;
	background: linear-gradient(#555,#666,#555);
        margin:0 auto;
        border-radius:3px;
}

/*Top level menu link items style*/
#menu ul li a{
	display: block;
	background: linear-gradient(#555,#666,#555);
	color: white;
	padding: 8px 10px;
	border-right: 1px solid #778;
	color: #2d2b2b;
	text-decoration: none;
}

#menu ul{
	z-index:100;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/*Top level list items*/
       #menu ul li{
	position: relative;
	display: inline;
	float: left;
}



* html #menu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
}

#menu ul li a:link, #menu ul li a:visited {
	color: white;
}

#menu ul li a.selected { /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	background: #333; 
	color: white;
        opacity:.95;
        border-radius:3px;
}

#menu ul li a:hover {
	background: #333; /*background of menu items during onmouseover (hover state)*/
	color: white;
        opacity:.95;
        border-radius:3px; 
}
	
/*1st sub level menu*/
#menu ul li ul{
	position: absolute;
	left: 0;
	display: none; /*collapse all sub menus to begin with*/
	visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
#menu ul li ul li{
	display: list-item;
	float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
#menu ul li ul li ul{
	top: 0;
}

/* Sub level menu links style */
#menu ul li ul li a{
	width: 160px; /*width of sub menus*/
	padding: 5px;
	margin: 0;
	border-top-width: 0;
	border-bottom: 1px solid gray;
	background: #666;
        opacity:.95;
        border-radius:3px;
}

/* MENU END */

#breadcrumbs {
	font-size: 11px;
	margin-left: 10px;
}

#breadcrumbs a {
	color: #696969;
}

#breadcrumbs a:hover {
	color: #4d4d4d;
}

#breadcrumbs span {
	color: #949494;
}

#content_bottom {
	clear: both;
	max-width: 100%;
	height: 83px;
}

#content_bottom span {
	display: block;
	width: 100%;
	text-align: center;
	padding-top: 35px;
	font-size: 11px;
}

#footer {
        display:none;
	color: #818181;
	font-size: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

.tablelist .tablelistrow_over { background-color: #f8c301; }
.tablelist .imagelink { background-color: #ffffff; }
.tablelist td { border: solid 0px #999999; border-bottom-width: 1px; color: #000; }
.tablelist td a { color: #000; }
.tablelist { border: solid 1px #999999; border-bottom-width: 0px; }
.tablelist td.tablelist_spacerfirstcol { background-color: #ffffff; }
.tablelist .tablelistrow_titles td.tablelist_spacerfirstcol { background-color: #999999; }

.tablelistrow_titles
{
	background-color: #999999;
}

.tablelistrow_titles td.tablelist_titlecol,
.tablelistrow_titles td.tablelist_titlecol *
{
	font-weight: bold;
}

.tablelistrow_titles td
{
	padding: 2px;
	line-height: 18px;
	height: 18px;
}

.tablelistrow_titles .tablelist_colsorted,
.tablelistrow_titles .tablelist_colsortable
{
	padding-right: 20px;
	background-image: url( http://www.hj-teknik.com/);
	background-repeat: no-repeat;
	background-position: right;
}

.tablelistrow_uneven
{
	background-color: #dddddd;
}

.tablelistrow_over
{
	background-color: #dddd00;
}

table {
	text-align: left;
}

.tablelistrow_titles .tablelist_colsorted,
.tablelistrow_titles .tablelist_colsortable
{
	padding-right: 20px;
	background-image: url('http://www.hj-teknik.com/');
	background-repeat: no-repeat;
	background-position: right;
}

.imagelink {
	padding: 5px;
}

/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: ;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(../images/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(../images/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(../images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../images/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}#cmscheck1 {
	display:none;
	} 