body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #283230;
	margin-top: 35px;
	padding: 0;
	background-image: url(../layout_images/bg.png);
	background-attachment: fixed;
	margin-bottom: 55px;
}

a:link {
	color: #3D4644;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #3D4644;
}
a:hover {
	text-decoration: none;
	color: #E23661;
}
a:active {
	text-decoration: none;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}
.thumb {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.overskrift {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
	line-height: normal;
}
.bread {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 12px;
}
.bread_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
.forms {
	background-color: #FFFFFF;
	border: thin ridge #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	width: 350px;
}
