body { 
		background-color: #ffffff;
}
.logodiv {
	position: absolute;
	top: 28px;
	left: 20px;
}

.contentdiv {
	position: absolute;
	top: 207px;
	left: 225px;
	width: 70%;
}

.logindiv {
	position: absolute;
	left: 225px;
	top: 0px;
	height: 100px;
	width: 70%;

}
.leftdiv {
	position: absolute;
	top: 130px;
	left: 0px;
	width: 200px;
	height: 80%;
}


.menudiv {
	background-color: #ECEBE3;
	height: 100%;
}

.addressdiv {
	background-color: #B7C36A;
	height: 110px;
}

.rubrikdiv {
	position: absolute;
	top: 175px;
	left: 225px;
	width: 500px;
}

.topmenu {
	position: absolute;
	top: 100px;
	left: 0px;
	width: 100%;
	height: 30px;
	background-color: #095751;
}
.paddingdiv {
	padding: 10px 10px 10px 10px;
}

.bannerdiv {
	background-color: #ABB854;
	width: 75%;
	height: 100px;
	margin-bottom: 20px;
	padding: 5px;
}

.knapp {
	background-color: #BDC877;
	width: 150px;
	color: #004C33;
	font-size: 12px;
	font-weight: bold;
	border: 1px solid white;
	padding: 5px;
	margin-bottom: 10px;
	line-height: 14px;
}

table.dkv th{
	font-family: Arial, Verdana, Sans-Serif;
	font-weight: bold;
	font-size: 12px;
	color: #000000;
	border-bottom: 1px solid #000000;
	text-align: left;
	margin: 0px;
	padding: 10px 0px 10px 0px;
}

td.green{
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 12px;
	color: #000000;
	background-color:#E3E1CC;
	border-bottom: 1px solid #A3A28D;
	text-align: left;
	margin: 0px;
	padding: 15px;
}

td.white{
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 12px;
	color: #000000;
	background-color:#ffffff;
	border-bottom: 1px solid #A3A28D;
	text-align: left;
	margin: 0px;
	padding: 15px 0px 15px 0px;
}

td.rand {
	background-color:#E3E1CC;
}