@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
}

body {
	background-image: url(../../img/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #3C3C3C;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

input[type="submit"] {
	
	font-size: 12px;
	color: #FFFFFF;
	background-color: #2c2922;
	border: 1px solid #b4a489;
	padding: 2px;
}
select {
	background-color: #2c2922;
	border: 1px solid #b4a489;
	padding: 1px;
	color: #FFFFFF;
}

a {
	text-decoration: none;
	color:	#4682B4;
}
a:link {
	text-decoration: none;
	color:	#4682B4;
}
a:visited {
	text-decoration: none;
	color:	#4682B4;
}
a:active {
	text-decoration: none;
	color:	#4682B4;
}
a:hover {
	text-decoration: underline;
	color: #DAA520;
}


/* ID'S _____________________________________________________________________________________________*/

#header {
	background-image: url(../img/logo.png);
	background-repeat: no-repeat;
	margin: 10px 0 0 10px;
	height: 80px;
	
}

#header p {
	padding: 10px 0 0 85px;
}

#wrapper {
	width: 1072px;
	margin: 0 auto;
}

#left {
	float: left;
	
}

#logo {
	margin: 10px auto;
	width: 500px;
}

#logo h1 {
	font-size: 22px;
	font-weight: bold;
	font-family: "Courier New";
	color: #2c2922;
}

#nav {
	margin: 15px 0 0 0;
	padding: 10px;
	background-color: #2C2922;
	color: #FFFFFF;
	border-top: 1px solid #b4a489;
	border-bottom: 1px solid #b4a489;
}

#nav ul{
	list-style-type: none;
	padding-bottom: 40px;
}

#nav ul li a{
	font-size: 16px;
	text-decoration: none;
	padding: 5px 10px;
	height: 20px;
	width: 150px;
	border: 2px solid #b4a489;
	display: block;
	margin: 0 0 0 20px;
	float: left;
	color: #FFFFFF;
}

#nav ul li a:hover{
	font-size: 16px;
	text-decoration: none;
	padding: 5px 10px;
	height: 20px;
	width: 150px;
	border: 2px solid #000000;
	display: block;
	margin: 0 0 0 20px;
	color: #FFFFFF;
}

#right {
	padding: 50px 0 40px 30px;
	float: left;
}

#login {
	margin: 200px auto;
	border: 1px solid #000000;
	
}

#fragment-1 {
	border: 1px solid #2c2922;
	min-height: 500px;
	min-width: 700px;
	border-bottom: none;
	background-color: #2C2922;
	border-bottom: 1px solid #2c2922;
	
}

#fragment-2 {
	border: 1px solid #2c2922;
	min-height: 500px;
	min-width: 700px;
	border-bottom: none;
	background-color: #2C2922;
	border-bottom: 1px solid #2c2922;
	
	
}

#fragment-3 {
	border: 1px solid #2c2922;
	min-height: 500px;
	min-width: 700px;
	border-bottom: none;
	background-color: #2C2922;
	border-bottom: 1px solid #2c2922;
	
}

#fragment-4 {
	border: 1px solid #2c2922;
	min-height: 500px;
	min-width: 700px;
	border-bottom: none;
	background-color: #2C2922;
	border-bottom: 1px solid #2c2922;
	
}

#login{
	margin: 200px auto;
	border: 2px solid #2c2922;
	color: #2c2922;
	background: none;
	font-size: 12px;
	font-weight: bold;
	padding: 10px 0 0 300px;
}

#login input{
	border: 1px solid #2c2922;
	background-color: #a4c3c5;
}

#login input{
	border: 1px solid #2c2922;
	background-color: #a4c3c5;
	margin-top: 10px;
	color: #000;
}


#newok {
	padding: 5px 20px;
	border: 2px solid #2c2922;
	margin: 20px;
	font-size: 16px;
	
}

#top_p {
	list-style-type: decimal;
	margin: 10px 0 15px 10px;

	
}

#top_p ol li{
	line-height: 14px;
}

#stats {
	margin-top: 25px;
	padding: 25px 0 0 55px;
	border: 1px solid #2c2922;
	min-height: 1610px;
	min-width: 750px;
	border-bottom: none;
	background-color: #2C2922;
	border-bottom: 1px solid #2c2922;
}

#diagramme {
	margin: 0 55px 0 0;
	padding-top: 10px;
	min-height: 950px;
	clear: both;
	position: relative;
	top: 30px;
}

#footer {
	
	margin-top: 10px;
	padding-bottom: 10px;
	font-size: 11px;
	color: #CCC;
	text-decoration: none;

}

/* CLASSES  _____________________________________________________________________________________________*/

.static   {
	float: left;
}

.statsfields {
	float: left;
	margin: 10px 30px 0 0;
	border-top: 1px solid #b4a489;
	border-right: 1px solid #999;
	padding: 5px 15px;
	min-height: 200px;
	min-width: 170px;
}

.stats {
	list-style-type: disc;
	margin: 10px 0 15px 10px;
}

.stats ul li{
	line-height: 14px;
}


.loginlabel {
	float: left;
	width: 100px;
	margin-top: 10px;
	
}

.statuschange {
	width: 200px;
	
}

.statuschange input{
	margin: 0 0 0 5px;
	
}


.clear {
	clear: both;
}

.headline {
	font-size: 16px;
	margin: 10px 0 10px 0;
}

.row {
	font-size: 12px;
	margin: 0 0 5px 0;
	border: 1px solid #b4a489;
	border-left: none;
	border-right: none;
	padding: 4px;
}

.bestellnr {
	float: left;
	width: 100px;
}

.eingangszeit {
	float: left;
	width: 150px;
}

.zielbezirk {
	float: left;
	width: 200px;
}

.status {
	float: left;
	width: 130px;
}

.detailansicht {
	float: right;
}

.hidden {
	display: none;
	margin: 20px;
}

.costumerli{
float: left;
margin: 0;
font-weight: bold;
width: 150px;
	
}

.customer {
	font-size: 12px;
	list-style-type: none;
	margin: 10px 0 10px 20px;
	line-height: 16px;
}

.orderdproducts {
	font-size: 12px;
	list-style-type: circle;
	margin: 10px 0 10px 30px;
	line-height: 20px;
}

.h4head {
	font-size: 14px;
	margin: 10px 0 10px 0;
}

.stueckzahl {
	float: left;
	margin: 0 20px 0 0;
	min-width: 30px;
	font-weight: bold;
}

.productname {
	float: left;
	margin: 0 20px 0 0;
	min-width: 150px;
	
}

.zutaten {

margin: 5px 0 5px 50px;
font-weight: bold;
font-size: 14px;

	
}

.zutaten ul {

margin: 2px 0 0 15px;
text-decoration: none;
font-weight: normal;
list-style-type: disc;
font-size: 12px;
line-height: 16px;
	
} 

.latitude {
	width: 675px;
	height: 300px;
	margin: 5px;
}



.pid_h {
	float: left;
	width: 100px;
}

.pname_h {
	float: left;
	width: 150px;
}

.ppreis_h {
	float: left;
	width: 200px;
}


.pname {
	float: left;
	width: 300px;
	font-size: 14px;
	font-weight: bold;
}

.pname input{
	border: 1px solid #b4a489;
	width: 200px;
	height: 20px;
	font-size: 14px;
	padding: 2px;
	background-color: #2c2922;
	color: #FFFFFF;
}

.ppreis {
	float: left;
	width: 200px;
	font-size: 14px;
	font-weight: bold;
}

.ppreis input{
	border: 1px solid #b4a489;
	width: 50px;
	height: 20px;
	font-size: 14px;
	padding: 2px;
	background-color: #2c2922;
	color: #FFFFFF;
}

.pbeschreibung {
	margin: 10px 0 10px 0;
	font-size: 14px;
	font-weight: bold;
}

.pbeschreibung textarea{
	border: 1px solid #b4a489;
	width: 500px;
	height: 60px;
	font-size: 14px;
	padding: 2px;
	background-color: #2c2922;
	color: #FFFFFF;
}

.pkategorie {
	float: left;
	width: 200px;
	font-size: 14px;
	font-weight: bold;	
}

.pkategorie select{
	border: 1px solid #b4a489;
	width: 90px;
	height: 25px;
	font-size: 14px;
	padding: 2px;
	background-color: #2c2922;
	color: #FFFFFF;
}

.new {
	margin: 20px;
	
}



