/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../img/bg_winter.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}

a.nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #002a4c;
}
a:link.nav {
	text-decoration: none;
}
a:visited.nav {
	text-decoration: none;
	color: #002a4c;
}
a:hover.nav {
	text-decoration: none;
	color: #8e141e;
}
a:active.nav {
	text-decoration: none;
	color: #002a4c;
}

.footer {
	color: #FFFFFF;
}
.ue {
	color: #002a4c;
	font-size: 12px;
	font-weight: bold;
}
.ue2 {
	color: #002a4c;
	font-size: 10px;
	font-weight: bold;
}

/* CSS Container */

#bg {
	width: 900px;
	height: 720px;
/*	border: #000000 solid 1px;*/
	text-align:left;
}
#nav {
	position: absolute;
	width: 740px;
	height: 17px;
	margin-top: 205px;
	margin-left: 150px;
/*	border: #000000 solid 1px;*/
	z-index: 1;
}
#content {
	position: absolute;
	width: 758px;
	height: 470px;
	margin-top: 223px;
	margin-left: 133px;
/*	border: #000000 solid 1px;*/
	z-index: 2;
	overflow: auto;
}
#footer {
	position: absolute;
	width: 827px;
	height: 13px;
	margin-top: 694px;
	margin-left: 63px;
/*	border: #FFFFFF solid 1px;*/
	z-index: 3;
}
