/* CSS Document */

.top_grad {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	height: 228px;
	background-image: url(images/top_grad.png);
}

.container {
	background-position: 0px 0px;
	background-image: url(../../../bilder/bkgd.png);
	background-repeat: no-repeat;
	height: 720px;
	width: 900px;
	position: absolute;
	top: 0px;
	z-index: 1;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	margin-left: -478px;
	left: 50%;
}

.pageHeader {
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
}

.navcontainer {
	background-color: #90ACCB;
	background-image: none;
	height: 25px;
	vertical-align: bottom;
	text-align: center;
	width: 950px;
	position: absolute;
	visibility: visible;
	z-index: 99;
	top: 125px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: -504px;
	left: 50%;
	border-bottom-color: #33568F;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
}

.contentContainer {
	margin-left: 10px;
	margin-top: 0px;
	left: 0px;
	top: 178px;
	width: 590px;
	clear: left;
	overflow: auto;
	position: absolute;
	visibility: visible;
	z-index: auto;
	height: 500px;
	margin-right: 10px;
}

.sidebarContainer {
	width: 300px;
	top: 180px;
	position: absolute;
	left: 600px;
	height: 500px;
	overflow: hidden;
	margin: 10px;
}

.footer {
	position: relative;
	top: 720px;
	background-color: #90ACCB;
}

a:link, a:visited {
	color: #33568f;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
}
.welcome {
	height: 360px;
	width: 100%;
	position: absolute;
	top: 100px;
}

