/* CSS Document */

* {
	margin:0;
	padding:0;
}

html, body {
	height:100%;
	font-family:Arial;
	font-size: 12px;
	background-color: #fff;
	color:#fff;
	font-weight: bold;
	text-align:center; /* horizontal centering for IE Win quirks */
}


#distance { 
	width:1px;
	height:50%;
	margin-bottom:-330px; /* half of container's height */
	float:left;
	/*border:1px solid red;*/
}

#container {
	margin:0 auto;
	position:relative; /* puts container in front of distance */
	text-align:left;
	clear:left;
	background-color:#949299;
	width:1000px;
	height:630px;
	left: 50%;
	margin-left: -500px;
	border: 1px solid #949299;
	}

#container2 {
	position: relative;
	top:-1px;
	background-color:#FFFFFF;
	width:1000px;
	height:630px;
	left: 50%;
	margin-left: -500px;
	border: 1px solid #949299;
	}

#container3 {
	position: relative;
	top:-1px;
	background-color:#949299;
	width:400px;
	}

#rahmen {
	position: relative;
	top:60px;
	border:6px solid #ADD363;
	width:840px;
	left: 42px;
	height: 302px;
	padding: 15px 33px 15px 33px;
	text-align: left;
	overflow: auto;
	}

#rahmen2 {
	position: relative;
	background-color:#FFFFFF;
	top:200px;
	border:6px solid #ADD363;
	width:846px;
	left: 42px;
	height: 202px;
	padding: 15px 30px 15px 30px;
	text-align: left;
	overflow: auto;
	text-align:left;
	color:#000;
	font-weight: normal;
	}

#top {
	position: relative;
	top:0px;
	width:1000px;
	height:136px;
	left: 0px;
	}

#absenderadresse {
	position:relative;
	left:280px;
	top:-190px;
	width:250px;
	height:54px;
	z-index:1;
	font-size: 11px;
	padding: 5px;
	border: 1px solid #fff;
	margin-bottom:-190px;  /*half of container's height */
	}

#rechgsadresse {
	position:relative;
	left:280px;
	top:18px;
	width:250px;
	height:54px;
	z-index:1;
	font-size: 11px;
	padding: 5px;
	border: 1px solid #fff;
	/*margin-bottom:-330px;  half of container's height */
	}

#lieferadresse {
	position:relative;
	left:280px;
	top:40px;
	width:250px;
	height:54px;
	z-index:1;
	font-size: 11px;
	padding: 5px;
	border: 1px solid #fff;
	margin-bottom:-330px;  /*half of container's height */
	}

#absender {
	position:relative;
	left:280px;
	top:-197px;
	width:260px;
	height:19px;
	z-index:1;
	font-size: 11px;
	color: #ADD363;
	}

#rechnung {
	position:relative;
	left:280px;
	top:10px;
	width:260px;
	height:19px;
	z-index:1;
	font-size: 11px;
	color: #ADD363;
	}

#lieferung {
	position:relative;
	left:280px;
	top:30px;
	width:260px;
	height:19px;
	z-index:1;
	font-size: 11px;
	color: #ADD363;
	}

#bank {
	font-size: 11px;
	color: #FFF;
	}

#Bestellung {
	position: relative;
	top:-20px;
	width:428px;
	left: 360px;
	height: 85px;
	text-align: center;
	font-size: 11px;
	}

#Bestellung2 {
	position: relative;
	top:-20px;
	width:428px;
	left: 390px;
	height: 85px;
	text-align: center;
	font-size: 11px;
	}

#footer {
	position: relative;
	top:10px;
	width:940px;
	left: 42px;
	height: 20px;
	text-align: left;
	font-size: 13px;
	font-weight: bold;
	}

#footer_b {
	position: relative;
	top:95px;
	width:940px;
	left: 42px;
	height: 20px;
	text-align: left;
	font-size: 13px;
	font-weight: bold;
	}

#footer2 {
	position: relative;
	color:#9092a1;
	top:10px;
	width:940px;
	left: 42px;
	height: 20px;
	text-align: left;
	font-size: 13px;
	font-weight: bold;
	}
	
.grau {
	background-color: #949299;
	}

.h1 {
	color: #ADD363;
	font-size: 18px;
	font-weight: bold;
	}

.h2 {
	color: #fff;
	font-size: 26px;
	font-weight: bold;
	}

.h3 {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	}

.h4 {
	color: #ADD363;
	font-size: 16px;
	font-weight: bold;
	}

.h5 {
	font-size: 10px;
	font-weight: bold;
	}

.h6 {
	font-weight: bold;
	color: #ADD363;
	}

.td {
	vertical-align: top;
	}

td.small {
	font-size: 11px;
	}

td.print {
	color:#000;
	font-weight:normal;
	text-align:left;
	}

td.print_small {
	color:#999;
	font-size: 9px;
	font-weight:normal;
	text-align:left;
	}

select {
   width: 200px;
	}