@charset "iso-8859-2";
/* CSS Document */

* {margin:0;
	padding:0;}
body {
	font-family: Arial, sans-serif;
	background-color: #E8EAFD;
	width: 800px;
	background-position: top;
	font-size: 12px;
	margin: auto;
	background-image: url(images/bg.jpg);
		}
	
#container {
	width: 800px;
	float: left;
	margin-left: 10px;
	height: 880px;
	background-color: #294297;
	padding: 10px;
	}
#iframe {
	float: right;
	background-color: #294297;
	width: 660px;
	height: 660px;
	}		
#horisontel	{
	width: 800px;
	height: 50px;
	float: left;
	overflow: hidden;
	background-image: url(images/menurad.jpg);
	}	
#horisontel ul	{
	list-style-type: none;
	float: left;
	padding-left: 80px;
	}
#horisontel li	{
	height: 20px;
	float: left;
	padding-right: 40px;
		}
#horisontel a{
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFF99;
	float: left;
	padding: 12PX;
	}
#horisontel a:hover{
	text-decoration: none;
	font-weight: bold;
	color: #FFCC66;
	}	
	
#menu  {
	float:left;
	background-repeat: repeat-x;
	border: solid 0px #294297;
	height: 730px;
	width: 140px;
	}
	
		#menu ul	{
	list-style-type: none;
	margin-bottom: auto;
	background-color: #294197;
		}
		#menu li	{
	font-size: 12px;
	height: 30px;
	width: 135px;
	background-color: #294197;
		}
		#menu a{
	font-size: 12px;
	height: 23px;
	background-image: url(images/menu-button.png);
	background-repeat: no-repeat;
	float: left;
	padding-left: 15px;
	padding-top: 6px;
	color: #294197;
	text-decoration: none;
	vertical-align: bottom;
	width: 120px;
}
#menu a:hover{
	font-size: 12px;
	background-image: url(images/menu-button.png);
	font-weight: bold;
	background-color: #294197;
			}
#menu a:visited{
	font-size: 12px;
	background-image: url(images/menu-button.png);
	color: #294197;
			}
#head	{
	width: 800px;
	height: 80px;
	float: right;
	text-align: right;
	z-index: 1;
}

#foot	{
	width: 780px;
	float: left;
	padding: 10px;
	text-align: center;
	height: 12px;
	background-color: #294197;
	}
#foot p{
	font-size: 10px;
	color: #FFFFFF
		}	
.right {
	float: right;
}
.left {
	float: left;
#container #menu .bla {
}.justera {
}

