body {
		padding: 0;
		margin: 0;
		background: #100e0b url('../images/main_bg.jpg') fixed;
		font-family: Arial, Verdana;
		font-size: 13px;
		overflow-y: scroll;
}

.backbutton
{
	position: absolute;
	right: 10px;
	bottom: 10px;
}

.small
{
	width: 650px;
}

#container {
		width: 846px;
		margin: 0 auto;
}
#header {
		width: 846px;
		height: 173px;
}
#slider {
		width: 846px;
		height: 377px;
		background: url('../images/slider_bg.png') bottom no-repeat;
		margin-bottom: 20px;
}
#box1 {
		width: 282px;
		height: 210px;
		float: left;
}
#box2 {
		width: 282px;
		height: 210px;
		float: left;
}
#box3 {
		width: 282px;
		height: 210px;
		float: left;
}
.maincontent {
		width: 806px;
		padding: 10px 20px 20px 20px;
		position: absolute;
		line-height: 140%;
		top: 560px;
		color: #FFF;
  		background: url('../images/content_bg.png');
  		text-align: justify;
}

.maincontent-assortiment {
		width: 806px;
		padding: 10px 20px 20px 20px;
		position: absolute;
		line-height: 140%;
		top: 170px;
		color: #FFF;
  		background: url('../images/content_bg.png');
  		text-align: justify;
}

.contentsplitter
{
	width: 380px;
	float: left;
	margin-bottom: 20px;
	padding: 10px;
}

.contentimage
{
	padding: 10px;
}

.productbox
{
	width: 190px;
	text-align: center;
	float: left;
	padding: 10px;
}

.productbox2
{
	width: 190px;
	text-align: center;
	float: left;
	padding: 10px;
}

.productimage
{
	width: 190px;
	height: 160px;
}

.inputtext
{
	width: 200px;
	margin: 2px;
	background: none;
	border-style: solid;
	border-width: 1px;
	border-color: #adc613;
	color: #ffffff;
}

.inputtext2
{
	width: 200px;
	margin: 2px;
	background: #000000;
	border-style: solid;
	border-width: 1px;
	border-color: #adc613;
	color: #ffffff;
}

.inputshorttext
{
	width: 144px;
	margin: 2px;
	background: none;
	border-style: solid;
	border-width: 1px;
	border-color: #adc613;
	color: #ffffff;
}

.inputnumber
{
	width: 50px;
	margin: 2px;
	background: none;
	border-style: solid;
	border-width: 1px;
	border-color: #adc613;
	color: #ffffff;
}

.inputsubmit
{
	margin: 2px;
	background: none;
	border-style: solid;
	border-width: 1px;
	border-color: #adc613;
	color: #ffffff;
	cursor: pointer;
}

p
{
		line-height: 140%;	
}
.menu {
		position: absolute;
		top: 125px;
		float: left;
		margin-top: 27px;
		color: #fff;
		width: 846px;
}
.menu ul, .menu li {
		list-style: none;
		margin: 0;
		padding: 0;
		display: inline;
}
.menu li {
		padding: 3px 20px 3px 5px;
		
}
a, a:link, a:visited {
		color: #FFF;
		text-decoration: none;
		font-size: 14px;	
}
a:hover {
		color: #adc613;		
}
.menu li.active a{
	color: #adc613;
}
.menu li.active {
	background: #000;
}
h2 {
		font-family: "century gothic", Arial; 
		color: #FFF;
		font-size: 28px;
		text-transform: uppercase;
		font-weight: normal;
		margin: 0;
		padding: 0;
		line-height: 100%;
}
.green {
		color: #adc613;	
}
img {
	border: 0;
}
