﻿#ocvheader
{
	position: absolute;
	right: 0px;
	bottom: 1px;
}

.headertextbox
{
    padding:8px 9px;
    position:relative;
    overflow:hidden;
    /*border-bottom:1px solid #303030;*/
    font-weight: bold;
    text-align:center;
    color: #fff;
	background: url( '../images/header.png' ) repeat-x;
	/*padding-left: 23px;*/
}

ul.pageitem li.twolinelist:first-child {
	-webkit-border-top-left-radius: 8px 8px;
	-webkit-border-top-right-radius: 8px 8px;
}

li.menu span.colormargin {
    width:13px;
    height:43px;
	float: left;
	background-color: #bbb;
}

li.menu span.colormargin2{
    width:13px;
    height:43px;
	float: left;
	background-color: #999;
}
ul.pageitem li:first-child.menu span.colormargin,ul.pageitem li:first-child.menu span.colormargin2 {
	-webkit-border-top-left-radius: 8px 8px;
}
ul.pageitem li:last-child.menu span.colormargin,ul.pageitem li:last-child.menu span.colormargin {
    -webkit-border-bottom-left-radius:8px 8px;
}
li.menu span.roundarrow
{
    position:absolute;
    width:35px!important;
    height:26px!important;
    right:-5px;
    top:6px;
    margin:0!important;
    background:url('../images/roundarrow.png') no-repeat 0 0
}

li:first-child.headertextbox, li.headertextbox:first-child a
{
	-webkit-border-top-left-radius: 8px 8px;
	-webkit-border-top-right-radius: 8px 8px;
}

li.textbox span.fieldlabel
{
	margin: 7px 10px 5px 5px;
	width: 55px;
	color: #000;
	font-size: 14px;
	text-align: right;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	float: left;
	color: #324f85;
}
li.textbox span.fieldtext
{
	margin: 7px 5px 5px 0px;
	width: 175px;
	color: #000;
	font-weight: bold;
	font-size: 14px;
	text-overflow: ellipsis;
	text-decoration: none;
	overflow: hidden;
	white-space: nowrap;
	float: left;
}

li.textbox span.fieldtextflow
{
	margin: 7px 5px 5px 0px;
	width: 100%;
	color: #000;
	font-weight: normal;
	font-size: 14px;
	overflow: hidden;
	white-space: normal;
	float: left;
}

li.textbox span.fieldimage
{
	width: 32px;
	text-align: right;
	overflow: hidden;
	float: left;
}
li.textbox a
{
    color: #000;
}
.contactperson
{
	width: 320px;
	height: 75px;
	margin: 0px 10px 10px 10px;
	position: relative;
}
.contactpicture
{
	width: 75px;
	height: 75px;
	margin-right: 10px;
	border: solid 1px black;
	background: url( "../images/contactperson_75.png" ) no-repeat;
	float: left;
}
.contactname
{
	width: 210px;
	height: auto;
	padding: 5px 0 3px 0;
	font-size: 14pt;
	font-weight: bold;
	float: left;
}
.contacttitle
{
	width: 210px;
	height: auto;
	font-size: 12pt;
	font-weight: normal;
	float: left;
}
.productheader
{
	width: auto;
	min-width: 300px;
	height: auto;
	margin: 0px 10px 0px 10px;
	position: relative;
}
.productheader .image
{
	width: 90px;
	height: auto;
	border: solid 1px black; /* background: url("../images/contactperson.png") no-repeat;*/
	position: relative;
}
.productheader .productnr
{
	width: auto;
	height: 35px;
	font-size: 16pt;
	font-weight: bold;
	position: absolute;
	top: 5px;
	left: 110px;
}
.productheader .product_kt
{
	width: auto;
	height: auto;
	font-size: 16pt;
	font-weight: bold;
	position: absolute;
	top: 35px;
	left: 110px;
}
.productheader span.image
{
	width: 100px;
	height: auto;
	margin-right: 25px;
	border: solid 1px black;
	background: url( "../images/contactperson.png" ) no-repeat;
	float: left;
}
.productheader span.productnr
{
	width: auto;
	height: 35px;
	padding-top: 15px;
	font-size: 16pt;
	font-weight: bold;
	float: left;
}
.productinfo
{
	width: 100%;
	float: left;
}

/* Neu productlist */
li.productlist:hover .name, li.productlist:hover .comment
{
	color: #fff;
}
li.productlist span.arrow
{
	position: absolute;
	width: 8px !important;
	height: 13px !important;
	right: 10px;
	top: 15px;
	margin: 0 !important;
	background: url( '../images/arrow.png' ) no-repeat 0 0;
}

li.productlist
{
	height: 85px;
	border-bottom: #878787 solid 1px;
	overflow: hidden;
	position: relative;
}
li.productlist a
{
	width: 100%;
	height: 85px;
	display: block;
	background: url( '../images/productlistbg.png' ) no-repeat left top;
	text-decoration: none;
	position: absolute;
}
li.productlist:hover
{
	/* Hier eigenes Bitmap erstellen!*/
	background: url( '../images/productlisttouched.png' ) repeat-x;
	background-color: #888;
}
li.productlist .image
{
	position: absolute;
	left: 0;
	top: 0;
	height: 85px;
	width: 90px;
	display: block;
}

li:first-child.productlist .image, li.productlist:first-child a
{
	-webkit-border-top-left-radius: 8px 8px;
}

li:last-child.productlist .image, li.productlist:last-child a
{
	-webkit-border-bottom-left-radius: 8px 8px;
}

li.productlist .name
{
	font-size: 18px;
	font-weight: bold;
	white-space: nowrap;
	margin: 25px 0 0 95px;
	display: block;
	overflow: hidden;
	color: #000;
	max-width: 60%;
	text-overflow: ellipsis;
}

li.productlist .comment
{
	font-size: 14px;
	color: #7f7f7f;
	margin: 3px 0 0 95px;
	display: block;
	width: 60%;
	font-weight: bold;
	text-overflow: ellipsis;
	overflow: hidden;
}
li.productlist .arrow
{
	top: 39px !important;
}

ul.pageitem li:last-child span.image  img{
    -webkit-border-bottom-left-radius:8px 8px;
}
/* twolinelist */

li.twolinelist:hover .name, li.twolinelist:hover .comment
{
	color: #fff;
}
li.twolinelist span.arrow
{
	position: absolute;
	width: 8px !important;
	height: 13px !important;
	right: 10px;
	top: 5px;
	margin: 0 !important;
	background: url( '../images/arrow.png' ) no-repeat 0 0;
}

li.twolinelist
{
	height: 43px;
	border-top: #878787 solid 1px;
	overflow: hidden;
	position: relative;
}
li.twolinelist a
{
	width: 100%;
	height: 43px;
	display: block; /*background:url('../images/storebg.png') no-repeat left top;*/
	text-decoration: none;
	position: absolute;
}
li.twolinelist:hover
{
	background: url( '../images/menutouched.png' ) repeat-x;
}
li.twolinelist:first-child a
{
	-webkit-border-top-left-radius: 8px 8px;
}
li.twolinelist:last-child a
{
	-webkit-border-bottom-left-radius: 8px 8px;
}
li.twolinelist .name
{
	font-size: 15px;
	white-space: nowrap;
	margin: 6px 0 0 10px;
	display: block;
	overflow: hidden;
	color: #000;
	max-width: 90%;
	text-overflow: ellipsis;
	font-weight: bold;
	white-space: nowrap;
}
li.twolinelist .comment
{
	font-size: 10px;
	color: #333;/*#324f85;*/
	margin: 0px 0 0 10px;
	display: block;
	width: 80%;
	font-weight: bold;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
li.twolinelist .arrow
{
	top: 15px !important;
}


#myrightnav
{
	z-index: 5000;
}
#myrightnav a
{
	display: block;
	color: #fff;
	text-shadow: rgba(0,0,0,0.6) 0 -1px 0;
	line-height: 30px;
	height: 30px;
	text-decoration: none;
}
#myrightnav img
{
	margin-top: 8px;
}
#myrightnav
{
	position: absolute;
	font-size: 12px;
	right: 9px;
	top: 3px;
	font-weight: bold;
}
#myrightnav a
{
	-webkit-border-image:url("../images/navbutton.png") 0 5 0 5;
	z-index: 3;
	-border-width:0 5px;
	padding-left: 8px;
	padding-right: 8px;
	/*-webkit-border-top-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-top-right-radius:0px;
	-webkit-border-bottom-right-radius:0px;*/
	float: right;

}
#myrightnav a:first-child
{
	z-index: 2;
	-webkit-border-image:url("../images/navbutton.png") 0 5 0 5;
	-border-width:0 5px;
	padding-right: 8px;
	/*-webkit-border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 0px;*/
}
* 
{
	outline: none;
}

.searchtextbox
{
	position: absolute;
	left: 60px;
	top: 6px;
	height: 28px;
	width: 145px;	
	-webkit-border-radius:10px;
	-webkit-appearance: none;
	padding:0px 3px 0px 10px;
	font-size: 18px;
		
}

.searchsubmitbutton
{
	position: absolute;
	left: 225px;
	top: 6px;
	font-size: 16px;
	/*
	-webkit-border-image: url("../images/navbutton.png") 0 5 0 5;
	
	color: White;
	font-weight: bold;
	-webkit-border-radius: 6px;
	*/
	/*
	width: auto;
	line-height: 38px;
	height: 38px;
	color: White;
	border-width: 0 5px;
	-webkit-border-radius: 6px;
	text-shadow: rgba(0,0,0,0.6) 0 -1px 0;*/
}
li.loginform .label
{
	width: 50%;
}
.formtextbox
{
    width: 100px;
}.formtable
{
    width: 100%;
}
li.loginform {
    position:relative;
    list-style-type:none;
    display:block;
    height:43px;
    overflow:hidden;
    border-top:1px solid #878787;
	width: auto;
}
li.loginform:first-child input[type=radio], li.loginform:first-child select, li.loginform:first-child input[type=submit], li.loginform:first-child button, li.loginform:first-child input[type=reset] {
	-webkit-border-top-left-radius: 8px 8px;
	-webkit-border-top-right-radius: 8px 8px;
}
li.loginform:last-child input[type=radio], li.loginform:last-child select, li.loginform:last-child input[type=submit], li.loginform:last-child button, li.loginform:last-child input[type=reset] {
    -webkit-border-bottom-left-radius:8px 8px;
	-webkit-border-bottom-right-radius: 8px 8px;
}
li.loginform input[type=text], li.loginform input[type=password], li.loginform input[type=search] {
	border-width: 7px 7px;
	font-weight: normal;
	border-color: white;
	height: 10px;
	-webkit-border-image: url("../images/textfield.png") 7 7 7 7;
	-webkit-appearance: none;
	line-height: 8px;
	font-size: 18px;
	margin: auto;
	display: block;
	position: relative;
	width: 50%;
	float: right;
}
li.loginform input[type=submit] {
    -webkit-border-bottom-left-radius:8px 8px;
	-webkit-border-bottom-right-radius: 8px 8px;
	width: 100%;
	height: 43px;
	border: 0;
	background: none;
/*	background: url( '../images/header.png' ) repeat-x;
	border: 0px;
	margin: -5px -8px 0 -5px;*/
	color: #000;
	font-weight: bold;
	font-size: 17px;
}
.loginform {
	padding: 5px 8px 0 5px;
	height: 37px!important;
	position: relative;
	overflow: hidden;
}
li.menu span.name a
{
    color: #000;
}

