/*AUFTRAGSHISTORIE & LOGIN*/
@import url(https://fonts.googleapis.com/css?family=Droid+Sans:400,700);

* {
font-family: 'Droid Sans', sans-serif;
font-size : 12px;
outline: none;
}
body {
	margin: 0 auto;
	padding: 0;
	background: silver;
	padding: 10px;
}

a {
    text-decoration:none;
	color: #c30f0f;
}

p.kasten_rot { border: 1px dotted #c30f0f; } 
p.kasten_grau { border: 1px dotted silver; }
p.kasten_rot_massiv { 
	background-color: #c31f39;
	color: white;
	padding-top: 10px;
}

p.align-justify { text-align: justify; }
p.align-right { text-align: right; }

a.cart {
	position : relative;
	float : right;
	text-decoration : none;
	margin-right : 15px;
	color : #000;
	font-weight : bold;
}
a.cart:hover {
	text-decoration : underline;
	color : #c30f0f;
}

table.tablesorter thead tr .header {
	background-image: url(../img/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;	
}
table.tablesorter thead tr .headerSortUp { background-image: url(/img/asc.gif); }
table.tablesorter thead tr .headerSortDown { background-image: url(/img/desc.gif); }

#wrapper {
	position: relative;
	top: 0px;
	margin: 0 auto;
	padding: 0;
	height: auto;
	min-height:450px;
	width: 978px;
	background: #fff;
	border-left: 1px solid #000;
	border-top: 1px solid #000;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
}

#header {
	position: relative;
	background: url(../img/Header.png) top left no-repeat;
	top: 0px;
	left: 0px;
	width: 720px;
	height: 109px;
}
#footer {
	position: relative;
	background: url(../img/Footer.png) top left no-repeat;
	top: 0px;
	left: 0px;
	margin-top: 12px;
	width: 720px;
	height: 90px;
}

#topnavi {
	background-color: white;
	color: white;
	height: 85px;
}
#topnavi ul {
	padding-top: 35px;
	display: inline;
	padding-left: 25px;
}
#topnavi a {
	color: silver;
	padding-left: 15px;
	font-size: 9px;
	display: inline;
}
#topnavi a:hover { color: #c30f0f; }
#topnavi li {
	list-style-type: none;
	display: inline;
}

#navi {
	padding-top: 25px;
	line-height: 16px;
}
#navi ul {
	white-space:nowrap;
	line-height: 22px;
	padding-left:0px;
}
#navi li.navi {
	list-style: none;
	width: 250px;
}
#navi li.navi_act {
	list-style: none;
	width: 250px;
}
#navi a.navi {
	color: #2e2e2e;
	padding-left: 55px;
	font-weight: bold;
	width: 250px;
	display: block;
	background-image: url(bg_navi.gif);
	background-position: bottom left;
	background-repeat: repeat-x;
}
#navi a.navi_act, #navi a.navi:hover {
	font-weight: bold;
	padding-left: 55px;
	color: #c30f0f;
	width: 250px;
	display: block;
	background-image: url(bg_navi.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}
#navi ul.subnavi { padding-bottom: 10px; }
#navi li.subnavi {
	list-style: none;
	width: 200px;
	border-bottom: 1px none #c30f0f;
}
#navi li.subnavi_act {
	list-style: none;
	width: 200px;
	border-bottom: 1px none black;
}
#navi a.subnavi {
	color: #a1a1a1 !important;
	padding-left: 55px;
}
#navi input[type=text].subnavi {
	color: #000 !important;
	margin-top: 3px;
	margin-left: 55px;
	width: 150px;
}
#navi a.subnavi:hover { color: #c30f0f !important; }
#navi a.subnavi_act {
	font-weight: bold;
	color: #c30f0f;
	padding-left: 55px;
}

#login {
	width : 240px;
	position : relative;
	left : 455px;
	top : 10px;
	padding: 5px 10px;
	border : #e0e2e3 solid 1px;
	background : #fafbfb;
}
#login p {
	font-size : 11px;
	margin: 3px 0 3px 5px;
	padding: 0;
}

#companyInfo {
	font-size: 11px; 
	width: 423px; 
	position: absolute; 
	left: 256px; 
	top: 154px; 
	padding: 0px 10px; 
	border: #E0E2E3 solid 1px; 
	background: #FAFBFB;
}
#companyInfo p b {
	font-size: 12px;
	font-weight: bold;
}

#content {
	margin: 0; 
	padding: 0; 
	height: auto;
	width: 720px;
}
#startup-text {
	margin-top: 20px;
	min-height: 620px;
	width: 680px;
	color: #666f76;
}

#deliveryList { min-height: 620px; }

#deliveryAddresses {
	border: #e0e2e3 solid 1px;
	background: #fafbfb;
	overflow-y: scroll;
	overflow-x: hidden;
	height: 112px;
	width: 100%; 
	margin-top: -5px;
}

.main-h1 {
	border-left : 45px solid #c30f0f;
	padding-left : 10px;
	font-size : 14px;
	margin-left : 3px;
}

.historie-h1, .historie-h1-dark {
	width : auto;
	padding : 5px 14px 5px 14px;
	color : #fff;
	border : #e0e3e4 solid 1px;
	text-align : center;
	position : relative;
	left : 0;
}
.historie-h1 { 
	background : #c30f0f; 
	border : #e0e3e4 solid 1px;
}
.historie-h1-dark { 
	background : #6c737b; 
	border : #404040 solid 1px;
}
.history-value td, .history-value-hoverless td {
	padding : 5px 10px 5px 10px;
	background : #fafbfb;
	text-align : center;
	font-weight : bold;
	border : #e0e3e4 solid 1px;
}
.history-value:hover td { background : #e0e2e3; }

.history-value-outdated td {
	padding : 5px 10px 5px 10px;
	background : #ffbbbb;
	text-align : center;
	font-weight : bold;
	border : #e0e3e4 solid 1px;
}
.history-value-outdated:hover td { background : #e5a2a3; }
.history-value-outdated td input { background : #ffdddd; }

.history-value-locked td {
	padding : 5px 10px 5px 10px;
	background : #ffffbb;
	text-align : center;
	font-weight : bold;
	border : #e0e3e4 solid 1px;
}
.history-value-locked:hover td { background : #e5e6a3; }
.history-value-locked td input { background : #ffffdd; }

.history-value-changed td {
	padding : 5px 10px 5px 10px;
	background : #bbffbb;
	text-align : center;
	font-weight : bold;
	border : #e0e3e4 solid 1px;
}
.history-value-changed:hover td { background : #a2e5a3; }

.history-value td a, 
.history-value-outdated td a, 
.history-value-locked td a, 
.history-value-changed td a {
	color : #000;
	text-decoration : none;
	font-weight : bold;
}
.history-value td a:hover, 
.history-value-outdated td a:hover , 
.history-value-locked td a:hover, 
.history-value-changed td a:hover { color : #c30f0f; }

.historie-werte-info {
	background : url(/img/info.png) center right no-repeat #fafbfb;
	background-position : 5px 5px;
}

.loggedin {
	position : absolute;
	top : 120px;
	left : 256px;
	font-weight : bold;
	background : #c30f0f;
	color : #fff;
	width : 435px;
	padding : 5px;
}

.defaultLink { color: #a1a1a1; }
.defaultLink:hover { color: #c30f0f; }

.addToCart {
	background: url('../img/buttons/cart.png') repeat scroll center bottom transparent;
}

.offerRequest {
	background: url('../img/buttons/offer-request.png') repeat scroll center bottom transparent;
}

.addToCart, .offerRequest {
    background-color: transparent;
	display: block; 
	width: 32px;
	height: 32px;
	text-indent: -99999px;
    border-style: none;
	cursor: pointer;
}
.addToCart:hover, .offerRequest:hover {
    background-color: transparent;
    background-position: 0 0;
    border-style: none;
}
.infoButton {
	background-color: transparent;
	background: url('../img/buttons/info.png') repeat scroll center bottom transparent;
	display: block; 
	width: 16px;
	height: 15px;
	text-indent: -99999px;
    border-style: none;
}
.infoButton:hover {
    background-color: transparent;
    background-position: 0 0;
    border-style: none;
}

.showSdb {
    background-color: transparent;
	background: url('../img/buttons/sdb.png') repeat scroll center bottom transparent;
	display: block; 
	width: 32px;
	height: 32px;
	text-indent: -99999px;
    border-style: none;
}
.showSdb:hover {
    background-color: transparent;
    background-position: 0 0;
    border-style: none;
}

.showSdb-small {
    background-color: transparent;
	background: url('../img/buttons/sdb-small.png') repeat scroll center bottom transparent;
	display: block; 
	width: 18px;
	height: 18px;
	text-indent: -99999px;
    border-style: none;
}
.showSdb-small:hover {
    background-color: transparent;
    background-position: 0 0;
    border-style: none;
}

.refresh {
    background-color: transparent;
	background: url('../img/buttons/refresh.png') repeat scroll center bottom transparent;
	display: block; 
	width: 24px;
	height: 24px;
	text-indent: -99999px;
    border-style: none;
}
.refresh:hover {
    background-color: transparent;
    background-position: 0 0;
    border-style: none;
}

.viewHistoryDetails {
	background: url('../img/buttons/details.png') repeat scroll center bottom transparent;
	display: block; 
	width: 32px;
	height: 32px;
	text-indent: -99999px;
	margin: 0 auto;
}
.viewHistoryDetails:hover {
    background-color: transparent;
    background-position: 0 0;
    border-style: none;
}

.cartButtons {
	float: right;
}

.cartButton {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    border: 0;
    color: #fff!important;
    cursor: pointer;
    display: inline-block;
    padding: 5px 10px 5px!important;
    border: solid #AA0000 1px;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#CC0000), to(#FF0000));
    background: -moz-linear-gradient(top, #CC0000, #FF0000);
    background: #c30f0f;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CC0000', endColorstr='#FF0000');
	text-decoration: none;
    width: 125px;
    margin: 3px;
}
.cartButton:hover { 
	background: #DC0000; 
	font-weight: bold;
	text-decoration: none;
}

.button {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    border: 0;
    color: #fff!important;
    cursor: pointer;
    display: inline-block;
    padding: 3px 5px 3px!important;
    border: solid #AA0000 1px;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#CC0000), to(#FF0000));
    background: -moz-linear-gradient(top, #CC0000, #FF0000);
    background: #c30f0f;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CC0000', endColorstr='#FF0000');
    width: 110px;
	margin: 3px;
}
.button:hover { 
	background: #DC0000; 
	font-weight: bold;
}

.pdf-new {
	background: url(../img/pdf.png) center right no-repeat; 
	background-position: 5px; 
	padding: 6px 8px 5px 25px; 
	margin: 0px; 
	height: 100%;
}

.pdf-old {
	background: url(../img/pdf-old.png) center right no-repeat; 
	background-position: 5px; 
	padding: 6px 8px 5px 25px; 
	margin: 0px; 
	height: 100%;
}

.loadingBackground {
    position: fixed; 
	height: 100%;
	width: 100%;
	background: #000;
	background: rgba(0,0,0,.8);
	z-index: 100;
	display: none;
	top: 0;
	left: 0;
    padding: 120px 0px;
}
.loadingImage {
	top: 100px;
	left: 50%;
	margin-left: -50px;
	width: 100px;
	position: absolute;
	z-index: 101;
}

.errorMessage {
	font-weight: bold; 
	text-align: center;
	color: #c30f0f;
}
.orderSuccessed {
	font-size: 26px;
	font-weight: bold;
	text-align: center;
}