@import url(text.css);
@import url(images.css);
@import url(forms.css);
@import url(layer.css);
@import url(navi.css);
body {
	margin: 0px;
	background-color: #FFFFFF;
	HEIGHT: 100%;
	MIN-HEIGHT: 100%;
	MARGIN: 0px;
	background-image: url(../images/common/bg.jpg);
	background-repeat: repeat-y;
	background-position: 50%;
}
#main {
	MARGIN-LEFT: auto; WIDTH: 760px; MARGIN-RIGHT: auto;
}
#bild {
	MARGIN-LEFT: auto; WIDTH: 760px; MARGIN-RIGHT: auto;
}
#bg {
	position:absolute;
	z-index:1;
	width: 760px;
}
#header {
	width:760px;
	background-color: #004531;
	height: 25px;
	background-image: url(../images/common/header_bg.gif);
	background-repeat: repeat-x;
}
#content {
	width: 760px;
	position:relative;
	z-index:101;
}
#content_border {
	width: 760px;
	position:relative;
	z-index:101;
	left: 0px;
	top: 60px;
}
#nav {
	width: 185px;
	position:relative;
	z-index:102;
	left: 510px;
	top: -227px;
}