* {
	margin: 0;
	padding: 0;
}

body {
	background-image: url('fill.jpg');
	background-repeat: repeat;
}

#allbody {
	display: block;
	min-height: 100%;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
	_height:100%;
}

#mother {
	padding-bottom: 550px;
	height:100%;
}

#rubrik {
	margin-left: 75px;
	padding-bottom: 25px;
}

#main {
	position: absolute;
	left: 170px;
	bottom: 60px;
	width: 400px;
	display: block;
	height: 490px;
	padding: 0px;
	margin: 0px;
}

.bread {
	font-family: Georgia;
	font-size: 0.7em;
	line-height: 1.4em;
	text-decoration: none;
	font-weight: normal;
	margin-left: 105px;
	padding-bottom: 20px;
	color: #000;
}

h2 {
	font-family: Verdana;
	font-size: 0.7em;
	font-weight: bold;
	color: #000;
	margin-left: 105px;
}

a.superlink:link, a.superlink:visited {
	font-family: Georgia;
	font-size: 0.7em;
	line-height: 1.5em;
	text-decoration: none;
	font-weight: bold;
	margin-left: 105px;
	color: #c4094a;
}

a.superlink:hover, a.superlink:active {
	text-decoration: underline;
}

#line {
	height: 1px;
	width: 290px;
	padding-bottom: 5px;
	margin-left: 105px;
}

#footer {
	font-family: Georgia;
	font-size: 0.6em;
	text-decoration: none;
	color: #000;
	margin-left: 105px;
}

a.fhref:link, a.fhref:visited, a.fhref:hover, a.fhref:active {
	font-family: Georgia;
	text-decoration: underline;
	color: #000;
}

#bottom {
	margin-top: 55px;
}