BODY {
	margin: 0;
	padding: 0;
	background-color : #F2F6F9;
	background-image : url(../grafika/bg_bottom.jpg);
	background-repeat : repeat-x;
	background-position : bottom;
}


div#top {
	background-repeat: no-repeat;
	height: 125px;
	background-position : top right;
	background-image : url(../grafika/top_bg.jpg);
	background-color : #E2EEF1;
}


img#logo {
	position: absolute;
	left: 49px;
	top: 20px;
	background-color : #F3F7F9;
	background-image : url(../grafika/top_bg.jpg);
	background-repeat : no-repeat;
}

div#menu {
	background-color: #d22;
	color: #fff;
	padding: 0 20px 0 300px;
	height: 35px;
	overflow: hidden;
}

#menu  ul
{
border: none;
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}

#menu ul li
{
display: block;
float: left;
text-align: center;
padding: 0;
margin: 0;
}

#menu ul li a
{
width: 90px;
height: 35px;
border: none;
padding: 10px 0 0 0;
margin: 0 20px 0 0;
color: #fff;
text-decoration: none;
display: block;
text-align: center;
font: bold 14px arial, sans-serif;
}

#menu ul li a:hover, #menu a:active {
	color: #fff;
}

 #menu li#aktivs a {
color: #FFFFFF;
background: #2A1770;
}

div#content {
	border: 0px solid #f33;
	margin: 66px 0 0 210px;
	padding: 0 0 50px 0;
	color: #135;
	font: normal 15px/18px 'Microsoft Sans Serif', Arial, sans-serif;
	background-repeat : no-repeat;
	background-position : 700px 0;
}
	
div#content h1, #content h4 {
	font: bold 16px/ 22px Arial, sans-serif;
	color: #000;
	margin: 0 0 30px 0;
	padding: 0 0 0 23px;
	background-image : url(../grafika/bullet.gif);
	background-repeat : no-repeat;
	background-position : 0 2px;
}

#content h4 {
	margin: 0;
}

div#content h2 {
	font: bold 14px Arial, sans-serif;
	color: #2A1770;
	margin: 30px 0 9px 0;
	padding: 0;
}

div#content h3 {
	font: bold 14px Arial, sans-serif;
	color: #2A1770;
	margin: 20px 0 4px 0;
	padding: 0;
}

#content p {
	font: normal 14px/19px Arial, sans-serif;
	color: #2A1770;
	width: 600px;
	text-align: justify;
	margin: 0 0 14px 0;
}

table.standart {
	font: normal 15px 'Microsoft sans serif', Arial, sans-serif;
	color: #061A39;
	border-right: 1px solid #F3F7F9;
	border-bottom: 1px solid #F3F7F9;
	background-color : #D5E4EA;
	margin: 0;
	padding: 0;
}

table.standart td {
	border-top: 1px solid #F3F7F9;
	border-left: 1px solid #F3F7F9;
	margin: 0;
	padding: 3px 8px 1px 5px;
}

table.produkti td {
	padding: 0 0 0 0;
	vertical-align : top;
	line-height: 150%;
}

table.produkti a {
	text-decoration: none;
	font-family: 'Microsoft Sans serif', Arial, sans-serif;
}

a, a:visited {
	color: #000;
}

a:hover {
	color: #e22;
}