@CHARSET "UTF-8";

body { 
/*	position:				absolute;	*/
	background-color:		#ffffff;
	background-image:		url(../gra/hg.gif);
}



html, body { 
	top:					0px; 
	left:					0px; 
	right:					0px;
	/*
	min-height:				90%;
	height:					90%;
	*/
	
/*	width:					790px;	*/
	width:					100%;
	
	margin-top:				0px;
	margin-left:				0px;
	margin-right:			0px;
	margin-bottom:			0px;
	
	padding:					0px;
	
	bottom:					0px;
	
	font-family: 			Helvetica, Arial, Verdana, sans-serif;
	font-size:				12px;
	color:					#000000;
	
	overflow:				none;
	
}


a:link {
	
	text-decoration:		underline;
	color:					#000000;
}

a:visited {
	
	text-decoration:		underline;
	color:					#000000;
}

a:focus {
	
	text-decoration:			underline;
	color:					#000000;
	background-color:		#c0c0c0;
}

a:hover {
	
	text-decoration:			underline;
	color:					#000000;
	background-color:		#c0c0c0;
}

a:active {
	
	text-decoration:			underline;
	color:					#000000;
	background-color:		#c0c0c0;
}



h1 {
	
	font-family: 			Helvetica, Arial, Verdana, sans-serif;
	font-size:				18px;
	font-weight:				bold;
	color:					#000000;
	
	margin:					0px;
	margin-top:				10px;
	margin-bottom:			20px;
}


h2 {
	
	font-family: 			Helvetica, Arial, Verdana, sans-serif;
	font-size:				14px;
	font-weight:				bold;
	color:					#000000;
	
	margin:					0px;
	margin-left:				10px;
	margin-top:				5px;	
}



td {
	vertical-align:			top;
}




.head {
	
	background-color:		#cccccc;
	height:					44px;
	
	padding-left:			164px;
	
	font-size:				18px;
	font-weight:			bold;
	
	vertical-align:			middle;
	
	margin:					0px;
}


.boxLeft {
	float:					left;
	
	width:					124px;
	padding:					10px;
}



.headLine {
	
	margin-top:				0px;
	margin-left:			148px;
	margin-right:			0px;
	margin-bottom:			20px;
	
	background-color:		#EEeeee;
	height:					25px;
	
	padding-left:			5px;
}


.content {
	
	margin-top:				20px;
	margin-right:			20px;
	margin-left:				164px;
	margin-bottom:			20px;
}



.login th {

	font-family: 			Helvetica, Arial, Verdana, sans-serif;
	font-size:				12px;
	font-weight:				normal;
	color:					#000000;
	
	text-align:				right;
	vertical-align:			middle;
	
	border:					none;
}


.login input {
	
	width:					200px;
	
	border-style:			solid;
	border-color:			#000000;
	border-width:			1px;
}




.bestellungHead {
	
	width:					580px;
	background-color:		#ffffff;
	
	border-style:			solid;
	border-width:			2px;
	border-color:			#ffffff;
	
	border-collapse:		collapse;
	border-spacing:			0px;
}


.bestellungHead input {
	
	width:					180px;
	
	border-style:			solid;
	border-width:			1px;
	border-color:			#000000;
	
	}


.bestellungHead textarea {
	
	width:					180px;
	height:					45px;
	
	border-style:			solid;
	border-width:			1px;
	border-color:			#000000;
	
	font-family: 			Helvetica, Arial, Verdana, sans-serif;
	font-size:				12px;
	font-weight:				normal;
	color:					#000000;
	
	}

.bestellungHead .area {
	
	width:					180px;
	height:					45px;
	
	border-style:			solid;
	border-width:			1px;
	border-color:			#000000;
	
	overflow:				auto
}

.bestellForm {
	
	width:					580px;
	
	border-style:			solid;
	border-width:			2px;
	border-color:			#000000;
	
	border-collapse:			collapse;
	border-spacing:			0px;
}



.bestellForm th {
	
	font-family:				Helvetica, Arial, Verdana, sans-serif;
	font-size:				12px;
	font-weight:				bold;
	color:					#000000;
	
	text-align:				center;
}
	


.bestellForm td, th {
	
	border-style:			solid;
	border-width:			1px;
	border-color:			#000000;
	
	padding:					2px;
	
	vertical-align:			middle;
}

.bestellForm .tdRight {
	
	text-align:				right;
}

.bestellForm .anz {
	
	width:					45px;
	
	border-style:			solid;
	border-width:			1px;
	border-color:			#000000;
}



.inputLang {
	
	width:					450px;
	
	border-style:			solid;
	border-width:			1px;
	border-color:			#000000;
}


.foot {
	
	bottom:					5px;
	margin-left:				164px;
	font-size:				10px;
}



/***********************************************************************
 * XXX: FEHLER & DEBUG
 ***********************************************************************/


				
#errorBox {
	width:					100%;
	padding:				5px;
	color:					#990000;
	font-weight:			bold;
	border:					1px dashed #990000;
	background-color:		#ffffff;
	line-height:			18px;
}



#debugBox {
	position:				fixed;
	z-index:				999;
	overflow:				auto;
	right:					10px;
	bottom:					10px;
	width:					49%;
	max-height:				94%;
	padding:				15px;
	background-color:		red;
	color:					white;
}

