			body {
				background: #ddd;
				font: 12px/20px arial;
				color: #333;
				margin: 0;
				*text-align: center;
			}
			h1 {
				font-size: 18px;
			}
			h2 {
				font-size: 14px;
			}
			a {
				color: #173642;
			}
			#outer {
				margin: 10 auto;
				width: 800;
				text-align: left;
			}
			#inner {
				position: relative;
				width: 800;
				height: 600;
				background: url('img/bg.jpg') top left no-repeat;
				border: solid 1px #555;
			}
			#skorsten {
				position: absolute;
				bottom: 0;
				left: 20;
				width: 138;
				height: 105;
				background: url('img/logo_skorsten.png');
				*background: url('img/1x1.gif');
				*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/logo_skorsten.png',sizingMethod='scale');
			}

			#menu {
				position: absolute;
				top: 110;
				left: 0;
				list-style-type: none;
				padding: 0;
				margin: 0;
				width: 110;
			}
			#menu a {
				display: block;
				padding: 5;
				*padding: 3;
				margin: 2 0;
				background: #173642;
				color: #fff;
				font: 11px/14px arial;
				text-decoration: none;
			}
			#menu a:hover {
				background: #aaa;
				color: #000;
			}
			#indhold {
				position: absolute;
				top: 110;
				left: 150;
				width: 390;
				height: 490;
				overflow: hidden;
			}
			#indhold td {
				1font-style: italic;
				font-size: 10px;
				padding: 3 0;
			}
			#indhold img {
				border: solid 1px #888;
			}
			#reol {
				position: absolute;
				top: 0;
				right: 0;
				padding-top: 110;
				height: 490;
				*height: 600;
				width: 185;
				overflow: auto;
			}
			#reol img {
				display: block;
			}
			#signatur {
				color: #333;
				font-size: 9px;
				text-align: right;
				margin: 5 3;
			}