body {
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
}
td.header {
	background-color: #4AA0DB;
	height: 120px;
}
td.menu {
	background-color: #dcdcdc;
	height: 22px;
	padding: 0px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
td.menupunkt {
	font-family: Arial;
	font-size: 13px;
	padding-left: 18px;
	padding-right: 18px;
	border-left: 1px solid #000000;
}
td.nav {
	border-right: #dcdcdc 1px solid;
	vertical-align: top;
	padding: 9px;
	padding-top: 47px;
	font-family: Arial;
	font-size: 14px;
}
td.body {
	padding: 9px;
	font-family: Arial;
	vertical-align: top;
	width: 100%;
}
td.footer {
	background-color: #dcdcdc;
	text-align: center;
	font-family: Arial;
	font-size: 13px;
	padding: 4px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
td.foot {
	font-family: Arial;
	font-size: 13px;
}
td.text {
	font-size: 14px;
}
div.title {
	font-size: 15px;
	letter-spacing: 1px;
	font-weight: bold;
}
div.text {
	font-size: 14px;
	padding-left: 15px;
}
a {
	color: #4AA0DB;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a.menu {
	color: #000000;
	text-decoration: none;
}
a:hover.menu {
	color: #4AA0DB;
}
a.nav {
	color: #4AA0DB;
	text-decoration: none;
}
a:hover.nav {
	color: #000000;
}
a.footer {
	color: #000000;
	text-decoration: none;
}
a:hover.footer {
	color: #4AA0DB;
}
input {
	border: 1px #000000 solid;
	font-family: Arial;
	font-size: 14px;
	background-color: #f5f5f5;
}
select {
	border: 1px #000000 solid;
	font-family: Arial;
	font-size: 14px;
	background-color: #f5f5f5;
}
textarea {
	border: 1px #000000 solid;
	font-family: Arial;
	font-size: 14px;
	background-color: #f5f5f5;
	overflow: auto;
}