html, body{
	height: 100%;
}
body,div,h1,h2,h3,ul,li,p,td,a{
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
body{
	background: url(../graphics/body-bg.png);
	text-align: center;
}
#page{
	background: #1A2B49;
	border-left: solid 1px #E5D4B6;
	border-right: solid 1px #E5D4B6;
	margin: auto;
	padding: 0 5px;
	text-align: left;
	width: 90%;
}
#heading{
	background: url(../graphics/head-bg.png) no-repeat right top transparent;
	border-bottom: solid 5px #1A2B49;
	height: 121px;
}
h1{
	background: url(../graphics/logo.png) no-repeat transparent;
	height: 121px;
}
#heading h1 a{
	display: block;
	height: 121px;
	width: 170px;
}
#heading h1 a span{
	display: none;
}
#main{
	background: url(../graphics/page-bg.png);
}
#nav{
	position: absolute;
	top: 126px;
	width: 13em;
}
#nav ul{
	list-style: none;
}
#nav ul li{
	display: inline;
}
#nav ul li a{
	background: #6C8AC8;
	border-top: solid 1px #E5D4B6;
	border-bottom: solid 1px #1A2B49;
	color: #1A2B49;
	display: block;
	margin: 0;
	padding: 3px 0.5em;
	text-align: right;
	text-decoration: none;
	width: 13em;
}
#page>#nav ul li a{
	width: auto;
}
#nav ul li a:hover{
	background: #5376BA;
}
#nav ul li a#selected{
	background-color: #5376BA;
}
#nav ul li ul li a{
	border: none 0;
	padding: 2px 1em 2px 0.5em;
	width: 12.5em;
}
#page>#nav ul li ul li a{
	width: auto;
}
div#content{
	background: #FFF;
	border-left: solid 5px #1A2B49;
	height: 350px;
	margin-left: 14em;
	padding: 10px 0 20px;
}
#main>#content{
	height: auto;
	margin-left: 13em;
	min-height: 350px;
}
h2{
	margin : 0 20px 0.3em;
}
h3{
	border-bottom: solid 1px #6C8AC8;
	margin: 0.5em 40px;
}
h3.smal{
	border-bottom: 0 none;
}
.smal span{
	border-bottom: solid 1px #6C8AC8;
}
h4{
	margin: 0.5em 40px;;
}
#content p{
	background: transparent;
	font-size: small;
	line-height: 1.66;
	margin: 0 50px 1em;	
}
#content .item p, #content .image p{
	margin : 0;
}
#content ul{
	font-size: small;
	margin: 0 70px;
}
#content ul li{
	font-size: small;
	line-height: 1.66;
	margin: 0 0 0.3em;
}
#content a{
	color: #6C8AC8;
	font-weight: bold;
	text-decoration: none;
}
#content a:hover{
	text-decoration: underline;
}
.image, .item{
	background: #6C8AC8;
	border: solid 1px #5376BA;
	color: #1A2B49;
	font-size: x-small;
	float: right;
	margin: 0px 10px 5px 5px;
	padding-bottom: 5px;
	text-align: center;
}
.image{
	clear: right;
}
.item{
	float: left;
	margin: 0px 10px 10px 30px;
}
#content>.image{
	margin-right: 20px;
}
#content div img{
	background: transparent;
	border: solid 1px #5376BA;
	display: block;
	margin: 3px 3px 5px;
}
#bottom{
	background: #1A2B49;
	color: #FFF;
	font-size: small;
	padding: 0.3em;
	text-align: center;
}
#bottom a{
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
#bottom a:hover{
	text-decoration: underline;
}
div#clear{
	clear: both;
	margin-left: 14em;
	width: 0;
}
.infogroup{
	margin: 10px 40px;
}
.info{
	margin: 0 5px;
	float: left;
	width: 150px;
}
.info h4{
	margin: 0;
}
#content .info p{
	margin: 0;
}
table{
	border: solid 1px #6C8AC8;
	border-bottom: none 0;
	border-right: none 0;
	clear: left;
	margin: 15px 40px;
}
caption{
	font-weight: bold;
	padding: 3px 5px;
	text-align: left;
}
th{
	border: solid 1px #6C8AC8;
	border-top: none 0;
	border-left: none 0;
	color: #1A2B49;
	margin: 0;
	padding: 3px 5px;
	text-align: left;
	vertical-align: bottom;
}
.frukt{
	text-align: left;
}
td{
	border: solid 1px #6C8AC8;
	border-top: none 0;
	border-left: none 0;
	color: #1A2B49;
	margin: 0;
	padding: 3px 5px;
	text-align: center;
	vertical-align: top;
}
