﻿/* PAGE/GENERAL */

*
{
	font-family: Helvetica,Verdana,sans-serif;	
}

html,body,form,div,table,h2,h3,iframe
{
	margin: 0;
	padding: 0;
}

p
{
	margin-bottom:12px;	
	padding: 0;
}

html
{
	height: 100%;
}

body
{
	height: 100%;
	background-color:#ffffff;
}

#form1
{
	height: 100%;
}

.background
{
	min-height: 100%;
	width:100%;
}

.nonFooter
{
	position: relative;
	min-height: 100%;
	height: 100%;
}

.content
{
	padding-bottom: 4.4em; /*footer wird am padding gestoppt wenn sich groesse aendert auch hier aendern*/
	text-align: left;
	font-size: 10pt;
	min-width:900px;
}


.headertitle
{
	padding-left:20px;
	text-align: left;
	font-size:18pt;
	font-weight: normal;
	color: #0087FB;
}

.headersidemenu
{
	width:150px;
}

.logoutbutton
{
	width:100%;
	height:30px;
	background-color:#ffffff;
	border:1px solid #0087FD;
	font-size: 10pt;
	outline: none;
	color:#0087FD;
	-moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
	margin-top:5px;
}

.logoutbutton:hover
{
	box-shadow: 0 0 10px #7da3be ;
	-moz-box-shadow: 0 0 10px #7da3be ;
	-webkit-box-shadow: 0 0 10px #7da3be ; 
	border: 1px solid #0087FD;
	color:#000000;
	cursor:pointer;
}

.logoutbutton:active
{
	background-color:#cde6f7;
	color:#0087FD;
}

/***********************Mainmenu*****************************/

.menu
{
	padding: 0px;
	font-family: Helvetica,Verdana,sans-serif;
	font-size: 12px;
	font-weight: bold;
	height: 32px;
	line-height:30px;
	background-color: #fafafa;
	border-top: 1px solid #cfcfcf;
	border-bottom: 1px solid #e0e0e0;
	min-width: 900px; 
}

.menu ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

/*Hauptpunkt*/
.menu ul li
{
	float: left;
	height: 30px;
	border-top: 1px solid #fafafa;
	border-bottom: 1px solid #fafafa;
	min-width:100px;
}

/*Hauptpunkt Link*/
.menu ul li a
{
	color: #000000;
	display: block;
	font-weight: normal;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
	padding-left:10px;
	padding-right:10px;
}

.menu ul li .noselect
{
	color: #000000;
	display: block;
	font-weight: normal;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
	padding-left:10px;
	padding-right:10px;
	margin-left:10px;
	margin-right:10px;
	border-bottom: 1px solid #fafafa;
	cursor:default;
}

.menu ul li a div
{
	margin-left:10px;
	margin-right:10px;
	border-bottom: 1px solid #fafafa;
}

/*Hauptpunkt Link hover*/
.menu ul li a:hover div
{
	color: #0087FD;
	border-bottom: 1px solid #0087FD;
}

/*Hauptpunkt Link aktuell*/
.menu #current
{
	color: #0087FD;
}

/*Untermenu einblenden*/
.menu ul li:hover ul
{
	display: block;
}

/*Untermenu Block*/
.menu ul li ul
{
	display: none; /*none = ausblenden*/
	height: auto;
	position: absolute;
	z-index: 200;	
	border-left: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	background-color: #fafafa;
}

/*Untermenupunkt*/
.menu ul li ul li
{
	float: none;
	/*margin-right: 0px;*/
}

/*Untermenupunkt Link*/
.menu ul li ul li a
{
	/*text-align: left;*/
}

/*Unterpunkt Link hover*/
.menu ul li ul li a:hover div
{
	color: #0087FD;
	border-bottom: 1px solid #0087FD;
}


/***********************Main Content*****************************/

.mainwrapper
{
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	min-width: 900px;
	margin: 0 auto;
}

.mainwrapper_headertext_left
{
	border-right: 1px solid #0087FB;
	padding-right:40px;
	text-align: center;
	font-size: 14pt;
	font-weight: normal;
	color: #0087FB;
}

.mainwrapper_headertext_left_full
{
	text-align: center;
	font-size: 14pt;
	font-weight: normal;
	color: #0087FB;
}

.mainwrapper_headertext_right
{
	min-width:200px;
	text-align: center;
	font-size: 14pt;
	font-weight: normal;
	color: #0087FB;
}

.mainwrapper_content_left
{
	border-right: 1px solid #0087FB;
	padding-right:30px;
	padding-top:10px;
	text-align: left;
	font-weight: normal;
	font-size: 9pt;
	vertical-align:top;
}

.mainwrapper_content_left_full
{
	padding-top:10px;
	text-align: left;
	font-weight: normal;
	font-size: 9pt;
	vertical-align:top;
}

.mainwrapper_content_right
{
	padding-left:30px;
	padding-top:10px;
	text-align: left;
	vertical-align:top;
	font-weight: normal;
	vertical-align:top;
}


.mainwrapperframe
{
	padding-right: 20px;
	font-size: 10pt;
}

.mainwrapperframe a
{
	color: #0087FB;
	text-decoration: none;
}

.mainwrapperframe a:hover
{
	border-bottom: 1px solid #0087FB;
}

/***********************Footer*****************************/


.footer
{
	position: relative;
	min-width: 900px;
	margin: -4.8em 0px 0px 0px;
	font-family: Arial;
	font-size: 8pt;
	color: #000000;
	border-top:1px solid #e0e0e0;
	background-color: #fafafa; 
}

.footer a
{
	text-decoration:none;
	color: #0087FB;
}

.footer a:hover
{
	color:#000000;
}

.footer_left
{
	padding:10px;
	text-align:center;
	vertical-align:middle;
	white-space:nowrap;
}

.footer_center
{

	text-align:center;
	vertical-align:middle;
}

.footer_right
{
	padding:10px;
	text-align:center;
	vertical-align:middle;
	white-space:nowrap;
}


/***********************General Content*****************************/

/** Modal Overlay **/
.modal {
	display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	/* Transparent 64base encode Background to prevent clicking behind background!!! */
	background: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
	/*Transparent gray Background*/
	/* IE8 / IE9 */
	filter: progid:DXImageTransform.Microsoft.Gradient(
    GradientType=1,
    startColorStr="#a6e0e0e0",
    endColorStr="#a6e0e0e0");
	/* IE 10 / 11 / Chrome / Safari / Firefox*/
	background: rgba(92,92,94,0.1);
	z-index: 100;
}

.modal  > div {
    background: #ffffff;
	opacity: 1.0;
    position: fixed;
    top: 20%;
    left: 10%;
    right: 10%;
    bottom: 20%;
    padding: 20px;
    min-width:600px;
    min-height:400px;
	border: 1px solid #cfcfcf;
	/* Box Shadow */
	/*filter: progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=0, Strength=3)
	progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=45, Strength=2)
	progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=90, Strength=3)
	progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=135, Strength=2)
	progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=180, Strength=3)
	progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=225, Strength=2)
	progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=260, Strength=3)
	progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=305, Strength=2);
	-moz-box-shadow: 0 0 5px #999999; 
	-webkit-box-shadow: 0 0 5px #999999; 
	box-shadow: 0 0 5px #222;*/ 
}

.modal #addtocart
{
	/*border:1px solid red;*/
}

.modal #modalcontent
{
	width:100%;
	height:90%;
	overflow: auto;
}

/* Modal close link */
.modal > div .closebutton a{
    /*position: absolute;
    right: 0;
    top: 0;
    color: transparent;*/
	font-family: Helvetica,Verdana,sans-serif;
    display: block;
    position: absolute;
    right: -16px;
    top: -10px;
    width: 1.5em;
    padding: 2px 2px 2px 2px;
    text-decoration: none;
    text-shadow: none;
    text-align: center;
    font-weight: bold;
    background: #ffffff;
    color: #0087FB;
    border: 1px solid #cfcfcf;
	
	height: 1.2em;
}

.modal > div .closebutton a:hover
{
	box-shadow: 0 0 10px #e0e0e0 ;
	-moz-box-shadow: 0 0 10px #e0e0e0 ;
	-webkit-box-shadow: 0 0 10px #e0e0e0 ; 
	border: 1px solid #cfcfcf;
	padding:3px;
	cursor:pointer;
}

.contentframe
{
	position:absolute;
	top:20px;
	bottom:20px;
	left:20px;
	right:20px;
}

.modal iframe
{
	width:100%;
	min-width: 100%;
	height: 100%;
	min-height: 100%;
}


.shopbutton
{
	width:125px;
	height:125px;
	padding:20px;
	background-color: #f4f4f4;
	font-size: 8pt;
	outline: none;
	-moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
	-webkit-border-radius: 25px 25px 25px 25px;
	border-radius: 25px 25px 25px 25px;
	margin: 10px;
}

.shopbutton:hover
{
	box-shadow: 0 0 10px #e0e0e0 ;
	-moz-box-shadow: 0 0 10px #e0e0e0 ;
	-webkit-box-shadow: 0 0 10px #e0e0e0 ; 
	border: 1px solid #e0e0e0;
	padding:12px;
	color:#000000;
	cursor:pointer;
}

.shopbutton:active
{
	background-color:#cde6f7;
}


.twoColumns
{
	width: 500px;
	font-size: 9pt;
	margin: 4px 0px 4px 0px;
}

.twoColumns .columnOne
{
	width:80px;
	float:left;
}

.twoColumns .columnTwo
{
	width:420px;
	float:right;
}

.shopview
{
	width: 580px;
	font-size: 9pt;
	clear:both;
}

.shopview .shopviewHeaderImg
{
	float:left;
	width:110px;
	margin-top:10px;
}

.shopview .shopviewHeaderImgPREAG
{
	float:left;
	width:90px;
	padding-left:20px;
	margin-top:10px;
	margin-bottom:20px;
}

.shopview .shopviewHeaderText
{
	float:left;
	width:470px;
	font-weight:bold;
	text-indent:3px;
	margin-bottom:5px;
	border-bottom: 1px solid #cfcfcf;
}

.shopview .shopviewItem
{
	width:470px;
	float:right;
}

.shopview .shopviewItem .TextBoxAnzahl
{
	width:50px;
	height:24px;
	background-color:transparent;
	border: 1px solid #0087FB;
	font-size: 10pt;
	color: #000000;
	outline: none !important;
	/*padding:4px;*/
	margin-bottom:10px;
	letter-spacing: 1px;
	-moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    vertical-align:middle;
    line-height: 24px;
}

.shopview .shopviewItem .TextBoxAnzahl:focus
{
	outline: none !important;
	box-shadow: 0 0 10px #7da3be ;
	-moz-box-shadow: 0 0 10px #7da3be ;
	-webkit-box-shadow: 0 0 10px #7da3be ; 
	border: 1px solid #0087FD;
}

.shopview .shopviewItemStr
{
	width:410px;
	height:24px;
	float:right;
	vertical-align:middle;
    line-height: 24px;
}

.addtocartbutton
{
	width:180px;
	height:20px;
	background-color:#ffffff;
	border:1px solid #0087FD;
	font-size: 10pt;
	outline: none;
	color:#0087FD;
	-moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
}

.addtocartbutton:hover
{
	box-shadow: 0 0 10px #7da3be ;
	-moz-box-shadow: 0 0 10px #7da3be ;
	-webkit-box-shadow: 0 0 10px #7da3be ; 
	border: 1px solid #0087FD;
	color:#000000;
	cursor:pointer;
}

.addtocartbutton:active
{
	background-color:#cde6f7;
	color:#0087FD;
}

.infoView
{
	width: 100%;
	font-size: 9pt;
	margin: 0px 0px 15px 0px;
}

.infoView .infoViewHead
{
	width: 100%;
	font-weight:bold;
	border-bottom: 1px solid #cfcfcf;
}

.infoView .infoViewText
{
	width: 100%;
}


.mainwrapper a
{
	color: #0087FB;
	text-decoration: none;
}

.mainwrapper a:hover
{
	border-bottom: 1px solid #0087FB;
}

.headline
{
	width: 100%;
	border-bottom: 1px solid #cfcfcf;
	margin: 4px 0px 8px 0px;
}

.headline .mainline
{
	font-size: 12pt;
	font-weight: bold;
	color: #0087FB;
	margin-right:5px;
}

.headline .subline
{
	
}

.headline .subline .rightsubline
{
	float:right;
}

.DropDownList
{
	height:19px;
	width:100%;
}

.mainwrapper ul
{
	list-style-type:none;
}

.mainwrapper ul li 
{ 
    padding-left: 1em;
    text-indent: -1em;
}

.mainwrapper ul li:before {
    content: "■";
    color: #0087FD;
    padding-right:7px;
}



/************************* Forms **********************/

.fakebox
{
	position:absolute;
	text-indent:4px;
	line-height: 30px;
	height:30px;
	font-size: 10pt;
	letter-spacing: 1px;
	color:#a9a9b1;
	z-index:-100;
	white-space:nowrap;
}

.textarea
{
	width: 300px;
	height: 150px;
	background-color:transparent;
	border: 1px solid #0087FB;
	font-size: 10pt;
	color: #000000;
	outline: none !important;
	padding:4px;
	margin-bottom:10px;
	letter-spacing: 1px;
	-moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    vertical-align:middle;
    line-height: 24px;
}

.textarea:focus
{
	outline: none !important;
	box-shadow: 0 0 10px #7da3be ;
	-moz-box-shadow: 0 0 10px #7da3be ;
	-webkit-box-shadow: 0 0 10px #7da3be ; 
	border: 1px solid #0087FD;
}

.textareaSmall
{
	width:120px;
	height:30px;
	background-color:transparent;
	border: 1px solid #0087FB;
	font-size: 10pt;
	color: #000000;
	outline: none !important;
	padding:4px;
	/*margin-bottom:10px;*/
	letter-spacing: 1px;
	-moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    line-height: 24px;
}

.textareaSmall:focus
{
	outline: none !important;
	box-shadow: 0 0 10px #7da3be ;
	-moz-box-shadow: 0 0 10px #7da3be ;
	-webkit-box-shadow: 0 0 10px #7da3be ; 
	border: 1px solid #0087FD;
}

.passwordBox
{
	width:200px;
	height:30px;
	background-color:transparent;
	border: 1px solid #0087FB;
	font-size: 10pt;
	color: #000000;
	outline: none !important;
	padding:4px;
	margin-bottom:10px;
	letter-spacing: 1px;
	-moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    vertical-align:middle;
    line-height: 24px;
}

.passwordBox:focus
{
	outline: none !important;
	box-shadow: 0 0 10px #7da3be ;
	-moz-box-shadow: 0 0 10px #7da3be ;
	-webkit-box-shadow: 0 0 10px #7da3be ; 
	border: 1px solid #0087FD;
}

.sendbutton
{
	width:120px;
	height:30px;
	background-color:#ffffff;
	border:1px solid #0087FD;
	font-size: 10pt;
	outline: none;
	color:#0087FD;
	-moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
}

.sendbutton:hover
{
	box-shadow: 0 0 10px #7da3be ;
	-moz-box-shadow: 0 0 10px #7da3be ;
	-webkit-box-shadow: 0 0 10px #7da3be ; 
	border: 1px solid #0087FD;
	color:#000000;
	cursor:pointer;
}

.sendbutton:active
{
	background-color:#cde6f7;
	color:#0087FD;
}

.TextBoxHidden
{
	display:none;	
}

/**********************Table Historie**************************/

.tdListeHead
{
	vertical-align:top;
	font-weight:bold;
	font-size: 9pt;
}

.tdListeBody
{
	vertical-align:top;
	font-size: 9pt;
	border-top: 1px solid #cfcfcf;
}
.tdListeBodyNoLine
{
	vertical-align:top;
	font-size: 9pt;
}

/* warenkorb shop*/
#CartView
{
	max-width: 420px;
}

#CartView .headline
{
	width: 100%;
	border-bottom: 1px solid #cfcfcf;
	margin: 4px 0px 8px 0px;
}

#CartView .headline .mainline
{
	font-size: 12pt;
	font-weight: bold;
	color: #0087FB;
	margin-right:5px;
}

#CartView .twoColumns
{
	width: 420px;
	font-size: 9pt;
	margin: 4px 0px 4px 0px;
}

#CartView .twoColumns .columnOne
{
	width:60px;
	float:left;
}

#CartView .twoColumns .columnTwo
{
	width:360px;
	float:right;
}

/* warenkorb shop step2*/
#CartView2
{
	max-width: 420px;
}

#CartView2 .headline
{
	width: 100%;
	border-bottom: 1px solid #cfcfcf;
	margin: 4px 0px 8px 0px;
}

#CartView2 .headline .mainline
{
	font-size: 12pt;
	font-weight: bold;
	color: #0087FB;
	margin-right:5px;
}

#CartView2 .twoColumns
{
	width: 420px;
	font-size: 9pt;
	margin: 4px 0px 4px 0px;
}

#CartView2 .twoColumns .columnOne
{
	width:60px;
	float:left;
}

#CartView2 .twoColumns .columnTwo
{
	width:360px;
	float:right;
}




/* Warenkorb Header*/

#CartViewHeader
{
	max-width: 400px;
	height: 280px;
	overflow:auto;
}

#CartViewHeader .headline
{
	width: 100%;
	border-bottom: 1px solid #cfcfcf;
	margin: 4px 0px 8px 0px;
}

#CartViewHeader .headline .mainline
{
	font-size: 9pt;
	font-weight: bold;
	color: #0087FB;
	margin-right:5px;
}

#CartViewHeader .twoColumns
{
	width: 380px;
	font-size: 9pt;
	margin: 4px 0px 4px 0px;
}

#CartViewHeader .twoColumns .columnOne
{
	width:60px;
	float:left;
}

#CartViewHeader .twoColumns .columnTwo
{
	width:320px;
	float:right;
}

#CartViewFooter
{
	height:20px;
	max-width:400px;
}

#CartViewFooter a
{
	float:right;
	color: #0087FB;
	text-decoration: none;
}

#CartViewFooter a:hover
{
	border-bottom: 1px solid #0087FB;
}

.shoppingcart .popover 
{
	float:none;
	background-color: #ffffff;
	bottom: -310px;
	border: 1px solid #e0e0e0;
	color: #000000;
	display: none;
	left: -352px;
	padding: 7px 10px;
	position: absolute;
	width: 400px;
	height: 300px;
	z-index: 4;
	cursor:default;
}

.shoppingcart .popover:before 
{
	float:none;
	border-bottom: 7px solid #e0e0e0;
	border-right: 7px solid transparent;
	border-left: 7px solid transparent;
	bottom: +315px;
	content: '';
	display: block;
	right: 15px;
	margin-right: +10px;
	position: absolute;
}

.shoppingcart:hover .popover 
{
	display: block;
}

.sendbuttonBestellung
{
	width:150px;
	height:30px;
	background-color:#ffffff;
	border:1px solid #0087FD;
	font-size: 10pt;
	outline: none;
	color:#0087FD;
	-moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
}

.sendbuttonBestellung:hover
{
	box-shadow: 0 0 10px #7da3be ;
	-moz-box-shadow: 0 0 10px #7da3be ;
	-webkit-box-shadow: 0 0 10px #7da3be ; 
	border: 1px solid #0087FD;
	color:#000000;
	cursor:pointer;
}

.sendbuttonBestellung:active
{
	background-color:#cde6f7;
	color:#0087FD;
}

.TextBoxKontrollnummern
{
	width: 570px;
	height: 200px;
	background-color:transparent;
	border: 1px solid #0087FB;
	font-size: 10pt;
	color: #000000;
	outline: none !important;
	padding:4px;
	margin:5px;
	letter-spacing: 1px;
	-moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
}

.TextBoxKontrollnummern:focus
{
	outline: none !important;
	box-shadow: 0 0 10px #7da3be ;
	-moz-box-shadow: 0 0 10px #7da3be ;
	-webkit-box-shadow: 0 0 10px #7da3be ; 
	border: 1px solid #0087FD;
}

.warning
{
	height:30px;
	line-height:30px;
	font-size: 11pt;
	color: Red;	
}

.infolabel
{
	height:30px;
	line-height:30px;
	font-size: 11pt;
}

.multiColumns
{
	width: 900px;
	font-size: 9pt;
}

.multiColumns .column
{
	width:100px;
	height:100px;
	float:left;
	padding:5px;
	text-align: center;
	vertical-align:middle;	
	border-right:1px solid #cfcfcf;
}

.multiColumns .columnText
{
	width:100px;
	height:50px;
	float:left;
	padding:5px;
	text-align: center;
	vertical-align:middle;	
	border-right:1px solid #cfcfcf;
}

.multiColumns .columnLast
{
	width:200px;
	height:100px;
	float:left;
	padding:5px;
	text-align: center;
}

.multiColumns .columnLastText
{
	width:200px;
	height:50px;
	float:left;
	padding:5px;
	text-align: center;
}

.multiColumns .column .TextBoxAnzahl
{
	width: 60px;
	text-align: right;
	height:24px;
	background-color:transparent;
	border: 1px solid #0087FB;
	font-size: 10pt;
	color: #000000;
	outline: none !important;
	margin-bottom:10px;
	letter-spacing: 1px;
	-moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    vertical-align:middle;
    line-height: 24px;
}

.multiColumns .column .TextBoxAnzahl:focus
{
	outline: none !important;
	box-shadow: 0 0 10px #7da3be ;
	-moz-box-shadow: 0 0 10px #7da3be ;
	-webkit-box-shadow: 0 0 10px #7da3be ; 
	border: 1px solid #0087FD;
}*

.multiColumns .column .TextBoxAnzahlDisabled
{
	width: 60px;
	height:24px;
	text-align: right;
	background-color:transparent;
	border: 1px solid #E2E4ED;
	font-size: 10pt;
	color: #00285B;
	outline: none !important;
	margin-bottom:10px;
	letter-spacing: 1px;
	-moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    vertical-align:middle;
    line-height: 24px;
}

.multiColumns .columnLast .TextBoxBemerkung
{
	width:100%;
	height:100%;
	max-height:100px;
	background-color:#ffffff;
	border: 1px solid #0087FB;
	font-size: 9pt;
	color: #000000;
	outline: none !important;
	padding:4px;
	margin-bottom:10px;
	letter-spacing: 1px;
	-moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    vertical-align:middle;
    line-height: 16px;
}

.multiColumns .columnLast .TextBoxBemerkung:focus
{
	outline: none !important;
	box-shadow: 0 0 10px #7da3be ;
	-moz-box-shadow: 0 0 10px #7da3be ;
	-webkit-box-shadow: 0 0 10px #7da3be ; 
	border: 1px solid #0087FD;
}

.multiColumns .columnLast .TextBoxBemerkungDisabled
{
	width:100%;
	height:100%;
	max-height:100px;
	background-color:#ffffff;
	border: 1px solid #E2E4ED;
	font-size: 9pt;
	color: #00285B;
	outline: none !important;
	padding:4px;
	margin-bottom:10px;
	letter-spacing: 1px;
	-moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    vertical-align:middle;
    line-height: 16px;
}


.sendbuttonInventur
{
	width:170px;
	height:30px;
	background-color:#ffffff;
	border:1px solid #0087FD;
	font-size: 10pt;
	outline: none;
	color:#0087FD;
	-moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
}

.sendbuttonInventur:hover
{
	box-shadow: 0 0 10px #7da3be ;
	-moz-box-shadow: 0 0 10px #7da3be ;
	-webkit-box-shadow: 0 0 10px #7da3be ; 
	border: 1px solid #0087FD;
	color:#000000;
	cursor:pointer;
}

.sendbuttonInventur:active
{
	background-color:#cde6f7;
	color:#0087FD;
}

.info
{
	height:30px;
	line-height:30px;
	font-size: 11pt;
}


.printbutton
{
	height:22px;
	width:22px;	
	float:right;
	margin-left:12px;
	background-image:url(/img/print.png);
	background-repeat:no-repeat;
}

.printbutton:hover
{
	height:22px;
	width:22px;	
	/*cursor:pointer;*/
	background-image:url(/img/print_glow.png);
	background-repeat:no-repeat;
}


/********************** be Tables ***************************/

.beTableInfo
{
	margin-top: 10px;
	border: solid 1px #000000;
	FONT-SIZE: 8pt;
	color: #000000;
	BACKGROUND-COLOR: #ffffff;
	empty-cells: show;
}
.beTableTdInfo
{
	vertical-align: top;
	font-weight: normal;
	border: solid 1px #c0c0c0;
}
.beTableTdTopInfo
{
	vertical-align: top;
	font-weight: bold;
	border: solid 1px #c0c0c0;
}


.sendbuttonBestelltest
{
	width:250px;
	height:30px;
	background-color:#ffffff;
	border:1px solid #0087FD;
	font-size: 10pt;
	outline: none;
	color:#0087FD;
	-moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
}

.sendbuttonBestelltest:hover
{
	box-shadow: 0 0 10px #7da3be ;
	-moz-box-shadow: 0 0 10px #7da3be ;
	-webkit-box-shadow: 0 0 10px #7da3be ; 
	border: 1px solid #0087FD;
	color:#000000;
	cursor:pointer;
}

.sendbuttonBestelltest:active
{
	background-color:#cde6f7;
	color:#0087FD;
}

.gueltig
{
	color:green;
	font-weight:bold;
}

.sendbuttonStornoanfrage
{
	width:250px;
	height:30px;
	background-color:#ffffff;
	border:1px solid #0087FD;
	font-size: 10pt;
	outline: none;
	color:#0087FD;
	-moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
}

.sendbuttonStornoanfrage:hover
{
	box-shadow: 0 0 10px #7da3be ;
	-moz-box-shadow: 0 0 10px #7da3be ;
	-webkit-box-shadow: 0 0 10px #7da3be ; 
	border: 1px solid #0087FD;
	color:#000000;
	cursor:pointer;
}

.sendbuttonStornoanfrage:active
{
	background-color:#cde6f7;
	color:#0087FD;
}


.user
{
	width:64px;
	height:50px;
	padding: 3px;
    background-image:url(/img/user_64x50.png);
    display: inline-block;
    position: relative;
    float:right
}

.user:hover
{
	cursor:default;
	background-image:url(/img/user_64x50_glow.png);
}

.user .popover 
{
	float:none;
	background-color: #ffffff;
	bottom: -80px;
	border: 1px solid #e0e0e0;
	color: #000000;
	display: none;
	left: -152px;
	padding: 7px 10px;
	position: absolute;
	width: 200px;
	height: 70px;
	z-index: 4;
	cursor:default;
	
}

.user .popover:before 
{
	float:none;
	border-bottom: 7px solid #e0e0e0;
	border-right: 7px solid transparent;
	border-left: 7px solid transparent;
	bottom: +85px;
	content: '';
	display: block;
	right: 20px;
	margin-right: +10px;
	position: absolute;
}

.user:hover .popover 
{
	display: block;
}
.usermenu
{
	width: 100%;
	height: 100%;	
}

.usermenu a
{
	color: #0087FB;
	text-decoration: none;
}

.usermenu a:hover
{
	border-bottom: 1px solid #0087FB;
}

