/* body */

body {
	background-color: #FFFFFF;
	background-image: url(../images/bg.jpg);
	margin: 0px;
	padding: 0px;
}

/* layer */

#header {
	position: absolute;
	width: 695px;
	height: 68px;
	top: 5px;
	left: 5px;
	text-align: left;
}

#datum {
	position: absolute;
    width: 676px;
	top: 17px;
	left: 5px;
	text-align: right;
}

#navigation {
	position: absolute;
	width: 198px;
	top: 73px;
	left: 5px;
	text-align: left;
}

#content {
	position: absolute;
	width: 497px;
	left: 203px;
	top: 73px;
	text-align: left;
	background-color: #ffffff;
}

#text {
	margin-left: 19px;
	margin-right: 19px;
	margin-bottom: 16px;
	text-align: left;
}

#footer {
	text-align: left;
}

/* fonts */

.font { color: #474747; font-size: 11px; line-height: 17px; font-family: Verdana; text-decoration: none; }
.a.font:link { color: #474747; font-weight: bold; text-decoration: none; }
.a.font:visited	{ color: #474747; font-weight: bold; text-decoration: none; }
.a.font:active { color: #474747; font-weight: bold; text-decoration: none; }
.a.font:hover { color: #474747; font-weight: bold; border-bottom: 1px #979797 }

.link { color: #474747; font-size: 11px; line-height: 17px; font-family: Verdana; text-decoration: none; }
.a.link:link { color: #474747; font-size: 11px; line-height: 17px; font-family: Verdana; text-decoration: none; }
.a.link:visited	{ color: #474747; font-size: 11px; line-height: 17px; font-family: Verdana; text-decoration: none; }
.a.link:active { color: #474747; font-size: 11px; line-height: 17px; font-family: Verdana; text-decoration: none; }
.a.link:hover { color: #474747; font-size: 11px; line-height: 17px; font-family: Verdana; text-decoration: underline; }
