@charset "utf-8";
/* CSS Document */

#container{
	height: auto;
	width: 800px;
	z-index: auto;
	margin: auto auto auto auto;
}

#container_top{
	height: auto;
	width: 800px;
	float: left;
}


#footer_bottum{
	height: 20px;
	width: 800px;
	background-image: url(../img/bg_main_footer.jpg);
	background-repeat: repeat-y;
	float: left;
}

#menu_black{
	height: 30px;
	width: 800px;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: lowercase;
	color: #FFFFFF;
	padding-top: 12px;
	float: left;
}

.art_box{
	float: left;
	height: auto;
	width: 360px;
	padding-right: 10px;
	padding-left: 10px;
}

.art_porto{
	float: left;
	height: 300px;
	width: 360px;
}

.art_porto_tekst{
	float: left;
	height: 200px;
	width: 350px;
	overflow: auto;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-top: 20px;
}

.art_box_title{
	float: left;
	height: 50px;
	width: 360px;
	background-color: #FFFFFF;
}

.art_box_icon{
	float: left;
	height: 50px;
	width: 50px;
}

.art_box_text{
	float: left;
	height: 30px;
	width: 300px;
	padding-top: 20px;
	padding-left: 10px;
}

.art_space_between{
	float: left;
	height: 350px;
	width: 40px;
}

.art_space_between_info{
	float: left;
	height: 50px;
	width: 40px;
}

