body { font-family: Helvetica, Arial, verdana, sans-serif; background-color: #000; padding: 0; margin: 0; }
body, p { color: #000000; font-size: 10px; .font-size:9px; line-height: 13px; .line-height:11px;  }

#background_image { display: none; line-height: 0px; position: fixed; overflow: hidden; }
#main_image { position: absolute; top: 0; left: 0; overflow: hidden; }
#standard, #client_area { margin: 0px; padding: 10px; height: 558px; width: 689px; color: white; font-family: 'lucida grande', verdana, sans-serif; font-size: 10px; overflow: auto; }
	
.MagicZoom { float:left; padding:0 4px 0 0; }

#contentwrapper {
    position:           absolute;
    top:             	0px;
    height:             280px;
    width:              100%;
    background-image:   url('/media/images/background_top.gif');
    background-repeat:	repeat-x;
    color: 				#FFF;
    overflow:			hidden;
    z-index:			100;
}

html>body #contentwrapper {
    background-image:   url('/media/images/background_top.png');
    background-repeat:	repeat-x;
}

#content {
	position:			relative;
	margin:				auto;
	width:				760px;
	height:				240px;
	background-image:   url('/media/images/kim_klelund_design.gif');
	background-repeat:	no-repeat;
	background-position: 0px 86px;
}

#logo {
	position:			relative;
	float:				right;
	top:				14px;
}

#menu {
	position:			absolute;
	bottom:				0px;
	right:				0px;
	width:				100px;
	height:				120px;
	text-align:			right;
	padding-right:		20px;
}

#logotype {
	position:			absolute;
	bottom:				0px;
	right:				0px;
	width:				100px;
	height:				120px;
	text-align:			right;
	padding-right:		20px;
}

#welcome {
	position:			relative;
	top:				154px;
	width:				348px;
	height: 			80px;
	background:         transparent;
	z-index:			50;
	filter:				progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/media/images/welcome.png',sizingMethod='scale');
}

html>body #welcome {
	filter:;
    background-image:   url('/media/images/welcome.png');	
}

#copyright {
	position:			absolute;
	bottom:				17px;
	right:				30px;
	width:				178px;
	height: 			14px;
	background:         transparent;
	z-index:			50;
	filter:				progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/media/images/copyright.png',sizingMethod='scale');
}

html>body #copyright {
	filter:;
    background-image:   url('/media/images/copyright.png');	
}

.MagicZoomBigImageCont { .position:absolute !important;  .left:20px !important; }

label.error {
	display: none;	
}

input.error, textarea.error {
	border:1px solid red;	
} 