@charset "UTF-8";


/*************************************************************************************/
/* Body & Wrapper
/*************************************************************************************/

body {
	background-color: #ee7f01;
	font-family: Arial, Helvetica, sans-serif;
}

#wrapper { 
	width: 1083px;
	height: 800px;
	margin: 0 auto;
	margin-top: 10px;
	padding: 5px;
	background-color: #fff;
}

/*************************************************************************************/
/* Design -> Boxen
/*************************************************************************************/

#headerbox {
	width: 808px;
	height: 267px;
	background-color: #ee7f01;
	padding: 22px 0px 0px 29px;
}

#contentbox {
	width: 808px;
	height: 285px;
	float: left;
	padding: 22px 0px 0px 28px;
	background-color: #fff;
}

#contentbox #row1 {
	width: 384px;
	float: left;
	clear: both;
}

#headline {
	float: right;
	width: 384px;
	height: 116px;
	background-color: #ee7f01;
	color: #fff;
	font-size: 24px;
	padding: 8px 0px 0px 20px;
	line-height: 35px;
	font-weight: normal;
}

.btn_shop {
	float: right;
	padding: 0px 10px 0px 0px;
}

#contentbox #row2 {
	float: left;
	margin: 15px 0px 0px 0px;
}

.block1 {
	width:405px;
	float:left;
}

.block2 {
	float:left;
	width:400px;
}
.txtbox {
	float: left;
	width: 180px;
	height: 125px;
	margin: 0px 22px 0px 0px;
	font-size: 12px;
	/*text-align: justify;*/
	line-height: 16px;
	
}
.txtbox2 {
	float: left;
	width: 180px;
	height: 275px;
	margin: 0px 20px 0px 0px;
	font-size: 12px;
	/*text-align: justify;*/
	line-height: 16px;
	
}

.txt_bold { 
	font-family:"Arial Black";
	font-size:20px;
}

.txt_bold2 { width:175px;
	font-family:"Arial Black";
	font-size:20px;
}

#rightbox {
	height: 596px;
	width: 207px;
	float: right;
	padding: 10px 10px 0px 10px;
}

#footerbox {
	width: 1035px;
	height: 174px;
	background-color: #ee7f01;
	clear: both;
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 0px 48px;
}
.txt_footer {
	float:left; 
	width:150px; 
	height:150px;
	margin:100px 22px 0px 0px;

}

.barcode {
	margin:0px 22px 0px 0px;
	float:left;
	width:150px;

}

.image {
	margin: 0px 23px 0px 0px;
	float:left;
}

.logo {
	float: left;
}

.address {
	color: #fff;
	font-size: 14px;
	padding: 0px;
}


div.address strong {
	color: #000;
	padding: 0px 0px 0px 0px;
	line-height: normal;
}

div.address a, span.address a:link {
	
	padding: 0px 0px 0px 0px;
	color: #fff;
	text-decoration: underline;
}

div.address a:hover {
	text-decoration: underline;
	color:#000000;
}

h1, h2, h3 {
	margin: 10px 0px 2px 0px;
}


