			html {
				overflow-y: scroll;
			}
			
			body {
				margin: 0px;
				padding: 0px;
				text-align: center;
				background: #FFE478;
			}
			
			#wrapper {
				margin: 0 auto;
				width: 700px;
				border-left: 1px solid black;
				border-right: 1px solid black;
				border-bottom: 1px solid black;
				margin-bottom: 30px;
				text-align: left;
				background: #fff;
			}
			
			#head {
				width: 700px;
				height: 192px;
				background: #FFCD00;
			}
			#head img, #head_top img, #head_middle img, #head_bottom img {
				margin: 0px;
				padding: 0px;
			}
			
			#head_top {
				height: 65px; 
				width: 700px;
			}
			
			#head_middle {
				height: 76px; 
				width: 700px;
			}
			
			#head_bottom {
				height: 51px; 
				width: 700px;
			}
			
			#menu {
				width: 700px;
				height: 29px;
				background: #D2222A;
				border-bottom: 2px solid #545659;
				text-align: center;
				line-height: 29px;
				color:white;
			}
			
			#menu a {
				font-size:12px;
				font-weight:bold;
				text-decoration: none;
				color: #fff;
				margin: 0px 4px 0px 4px;  
			}
			
			#content {
				overflow: auto;
				
			}
			
			#innercontent {
				width: 570px;
				margin: 20px 65px 20px 65px;
			}
			
			.banner {
				margin-bottom: 45px;
			}
			
			.karta {
				margin-left: 20px;
				margin-bottom: 50px;
			}
			
			#footer {
				background: #FFCD00;
				width: 700px;
				height: 54px;
				border-top: 1px solid #000;
			}
			
			#footertext {
				height: 34px;
				width: 528px;
				float: left;
				line-height: 14px;
				margin: 10px 0px 10px 10px;
			}
			
			#printicon {
				height: 26px;
				width: 162px;
				float: right;
				margin: 14px 0px;
			}	
			
			/* TYPOGRAFI */
			#wrapper {
				font-family:
				    "Century Gothic",		/* Windows (HP printer) */
				    "Avant Garde Gothic",	/* HP font name */
				    "Avant Garde",		/* MacOS */
				    "URW Gothic L",		/* Unix+X+FontConfig */
				/* Fallback options */
				    helvetica,			/* Unix+X, MacOS */
			    sans-serif;
			}
			
			.footertext {
				font-weight: bold;
				font-size: 14px;
			}
			.footertext a {
				color: #000;
				text-decoration: none;
			}
			
			h1, h2, h3, h4, p, img, a {
				margin: 0px;
				padding: 0px;
			}
			
			h1 {
				font-size: 18px;
				color: #D2222A;
				font-weight: normal;
			}
			
			p {
				font-size: 14px;
			}
			
			a.katalog, a.katalog:hover, a.katalog:visited {
				color: #000;
				text-decoration: none;
			}
			
			a p.sokrubrik, p.soktext a {
				color: #000;
				text-decoration: none;
			}
			
			a p.sokrubrik {
				color: #D2222A;
			}
			
			a.am {
				font-family:arial;
				font-size:10px;
				color:#b49d40;
			}

			a:hover.am {
				color:#000000;
			}

			
