@charset "utf-8";
/* CSS Document */

body, p 
{
	font-family:"Comic Sans MS";
	font-size: 14px;	
}
td
{
	padding: 8px 0px 8px 0px;
	vertical-align: top;
}
h1
{
	font-family:"Comic Sans MS";
	font-size:18px;
	text-align: center;
	color:#000000;
}
a
{
	font-family:"Comic Sans MS";
	font-size:16px;
	text-decoration:none;
	color:#040b55;
}

.container{
	position:absolute;
	left: 50%;
	margin-left:-490px;
	width: 980px;
}

.header{
	height: 235px;
	width: 980px;
	float: left;
	background-image: url('../images/header.jpg');
	background-repeat:no-repeat;	
}
.menu_pages{
	position: absolute;
	margin-left: 235px;
	margin-top:160px;
	padding: 20px;
	height: 25px;
	width: 735px;
	text-align: center;
}
.menu_pages a
{
	font-family:"Comic Sans MS";
	font-size:18px;
	text-decoration:none;
	color:#040b55;
}
.pages{
	min-height: 330px;
	width: 980px;
	float: left;	
	background-image: url('../images/background_pages.jpg');
	background-repeat:repeat-y;
}
.menu_products{
	//min-height: 330px;
	//height: 100%;
	width: 225px;
	background-image: url('../images/background_menu2.jpg');
	background-repeat: no-repeat;
 	float: left;	
	margin: 0px;
	padding: 0px;
}
.menu_products a
{
	font-family:"Comic Sans MS";
	font-size:18px;
	text-decoration:none;
	color:#040b55;
}
.menu_products_top{
	width: 199px;
	margin: 0px;
	padding: 3px 7px 3px 19px;
	height: 334px;
	background-image: url('../images/menu.jpg');
	background-repeat: no-repeat;
}
.menu_products_subtop{
	width: 199px;
	margin: 0px;
	padding: 0px;
	height: 7px;
	background-image: url('../images/menu_subtop.jpg');
	background-repeat:no-repeat;
	float: left;	
}
.menu_products_submiddle{
	width: 191px;
	margin: 0px;
	padding: 0px 3px 0px 5px;
	height: 320px;
	background-image: url('../images/menu_submiddle.jpg');
	background-repeat:repeat-y;
	float: left;	
}
.menu_products_subunder{
	width: 199px;
	margin: 0px;
	padding: 0px;
	height: 7px;
	background-image: url('../images/menu_subunder.jpg');
	background-repeat:no-repeat;
	float: left;	
}
.menu_products_under{
	width: 225px;
	background-image: url('../images/menu_under.jpg');
	background-repeat:no-repeat;
	height: 55px;
	margin: 0px;
	padding: 0px;
}
.content{
	min-height: 330px;
	height: 100%;
	width: 755px;
	_width: 750px;
	float: left;
	background-image: url('../images/content.jpg');
	background-repeat:no-repeat;
	margin: 0px;
	padding: 0px;
}
.content_text{
	height: 390px;
	margin: 2px 10px 1px 5px;
	padding: 0px;
	width: 740px;
	_width: 735px;
	background-color:#FFFFFF;
	border: 1px solid #000000;
	overflow: auto;
}
.bottom{
	height: 15px;
	width: 980px;
	float: left;
	background-image: url('../images/bottom.jpg');
	background-repeat:no-repeat;	
	margin: 0px;
	padding: 0px;
}
#home_tekst
{
	width: 720px;
}
#home_image
{
	width: 340px;
	heigth: 220px;
	position:absolute;
	left: 380px;	
}