@charset "utf-8";
/* CSS Document */

#container_bottum{
	height: auto;
	width: 800px;
	float: left;
	background-image: url(../img/bg_main.jpg);
	background-repeat: repeat-y;
}

#container_bottum_tekst{
	height: auto;
	width: 760px;
	float: left;
	padding: 20px 20px 20px 20px;
}

.buttom_info{
	width: 740px;
	height: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #66CC00;
	padding: 10px 10px 10px 10px;
}

.buttom_info_img_holder{
	width: 150px;
	height: auto;
	float: left;
}

.buttom_info_tekst_holder{
	width: 580px;
	height: auto;
	float: left;
	padding: 0px 0px 0px 10px;
}

.plant_holder{
	height: 240px;
	width: 150px;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 2px;
	float: left;
}



.black_head{
	height: 25px;
	width: 730px;
	float: left;
	padding: 10px 20px 0px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #000000;
}

