@charset "utf-8";
/* CSS Document */
body
{
	background-image:url('images/back.png');
	font-family:calibri;
}
#main
{
	background-repeat:repeat;
	align:center;
	width:800px;
	margin-left:auto;
	margin-right:auto;
	text-allign:center;
}

#logo
{
	text-align:center;
	background-image:url('images/logo.gif');
	background-repeat:no;
	background-position:top;
	margin-left:116px;
	width:568px;
	height:142px;
	z-index:-1;
}

#nav
{
	text-align:center;
	padding-left:150px;
	padding-right:150px;
	background-image:url('images/bar.png');
	background-position:bottom;
	background-repeat:no-repeat;
	height:45px;
	width:500px;
}

#nav ul
{
	margin:0;
	padding:0;
	list-style-type:none;
}

#nav ul li 
{ 
	float:left;
	text-align:center;
	padding-left:12px;
}

#container
{
	float:left;
	width:800px;
	background-image:url('images/bg.gif');
	background-repeat:repeat-y;
}

#left
{
	width:110px;
	height:151px;
	padding-left:20px;
	padding-right:20px;
	margin-top:20px;
	height:151px;
	float:left;
}

#menu, #menu ul 
{
	padding: 0;
	margin: 0;
	list-style:none;
}

#menu li 
{
	padding: 0;
	margin: 0;
	position:relative;
}

#menu ul 
{
	visibility:hidden;
	position:absolute;
	z-index:1;
}

#menu li:hover ul, #menu li.ie_does_hover ul 
{
	position:absolute;
	visibility:visible;
	left:100px;
	top:15px;	
	z-index:1;
}

#tekst
{
	width:480px;
	float: left;
	padding:10px
}

#poll
{
	color:white;
	width:130px;
	padding:10px;
	float:left;
}

#bottom
{
	color:white;
	float:left;
	padding-top:10px;
	text-align:center;
	background-image:url('images/bottom.png');	
	height:30px;
	width:800px;
}