body {
	margin: 0px;
	padding: 0px;
	overflow-y: scroll;
	text-align: center;
	background-image: url("gfx/background_komponentweb.jpg");
	background-repeat: repeat-x;
}

a {
	text-decoration: underline;
	color: darkred;
}

img {
	border: 0px;
}

h1 {
	margin-top: 0px;
	padding-top: 5px;
}

td {	
	font-family: Trebuchet MS, Verdana, Courier;
	font-size: 11px;	
}

#box {
	position: relative;
	text-align: left;
	width: 700px;
	padding: 0px;
	margin: auto;
	background: #FFFFFF;

	font-family: Trebuchet MS, Verdana, Courier;
	font-size: 11px;
}

.rosakatrine_front {
	position: absolute;
	top: 285px;
	left: 110px;
}

.links_front {
	position: absolute;
	top: 528px;
	right: 20px;
}

#sub_top {
	background-image: url("gfx/sub_top.jpg");
	height: 190px;
}

#sub_content {
	min-height: 250px;
	background: #FFFFFF;
}

#sub_content .menu {
	float: left;
	width: 160px;
	text-align: center;
}

#sub_content .content {
	float: left;
	width: 520px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#sub_bottom {
	background-image: url("gfx/sub_bottom.jpg");
	height: 275px;
	clear: both;
}

.steffensenweb {
	float: right;
	margin-top: 3px;
	margin-bottom: 14px;
}