body, html {
	font-family: arial, sans-serif;
	margin: 2px;	
	font-size: 11px;
}
#website {
	/*border-bott: 7px solid #212121;*/
	width: 911px;
	background-image: url(../img/bg.jpg);
	background-position: 0px 214px;
	background-repeat: no-repeat;
	margin: 0px auto;
	height: 716px;
	color: #666;
	position:relative;
}
a {
	color: #00e;	
}
a img {
	border: none;	
}
h2, h3, h4 {
	color: #000;	
	font-size: 11px;
}
#header span { display: none; }

#header {
	margin: 0;	
	border: 7px solid #212121;
	height: 200px;
}
#navi {
	width: 160px;
	list-style: none;
	float: left;
	padding: 0;
	margin: 0;
	margin-top: 33px;	
}
#navi li {
	width: 160px;	
	height: 35px;
	padding: 0;
	margin: 0;

}

#navi li.active {
	background-image: url(../img/navi_icon.jpg);
	background-repeat: no-repeat;
	background-position: 14px 10px;	
}

#navi li a {
	width: 100%;
	height: 100%;
	display: block;	
}
#navi li a span {
	display: none;
}
#content {
	width: 	687px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 30px;
	float: left;
	height: 420px;
	overflow-y: scroll;
	position:relative;
}


address {
	clear: both;	
}
address a span {
	display: none;	
}
address a {
	position: absolute;
	margin-top: 20px;
	margin-left: 5px;
	display: block;
	width: 95px;
	height: 20px;
}
#copyright span {
	display: none;	
}




.homeentry {
	width: 333px;	
	float: left;
}

.homeentry .img {
	width: 130px ! important;
	width: 140px;
	padding-right: 20px;
	float: left;
	text-align: center;
}
.homeentry .entrycontent {
	float: left;	
	width: 170px;
}



form.contact {
	width: 397px;	
}
form.contact label {
	float: left;
	color: #000;
	width: 110px;	
}

form.contact input, form.contact textarea, form.contact select {
	float: left;
	width: 280px;	
}
form.contact select {
	width: 286px; 	
}

form.contact p {
	clear: both;	
}
#send {
	padding-top: 10px;	
}
#send input {
	height: 12px;
	width: 62px;	
	float: right;
}
.orderButton {
	width: 80px;
	height: 17px;
}
.orderAmount {
	width: 20px;
}


.details .img {
	width: 130px;
	float: left;
	padding-top: 66px;
	margin-right:20px;
	
}

.details .left, .details .right {
	width: 245px;
	padding-right: 10px;
	float: left;
}

.box {
	float: left;
	width: 400px;
}
.boxb {
	position: absolute;
	/*margin-top: -30px;*/
	top:0px;
	right:0px;
}

.boxb2 {
	background-image: url('../img/!verlag.jpg');
	background-repeat:no-repeate;
	height:450px;
	width:261px;
}

.boxc {
	position: absolute;
	margin-top: -42px;
	margin-left: 462px;
	padding-left: 50px;
	background-image: url(../img/linie.jpg);
	background-repeat: no-repeat;
	background-position: 0px 16px;
	height: 400px;
}

#lieferanschriftcheck {
	padding-top: 20px;	
}

#lieferanschriftcheck input {
	width: 20px;
}
#lieferanschriftcheck label {
	float: none ! important;
}


#plz {
	width: 50px ! important;
}
#ort {
	width: 224px ! important;
}

.FormError {
	background:#DDDDDD;
}