@charset "utf-8";

html,body {
	height:100%;
	text-align:center;
	margin:0;
	padding:0;
	border:0;
	background: #173c57 url('../img/bgStreifen.png') repeat-y center;
	min-width: 992px;
	font-size: 13px;
	font-family:  DejaVu Sans, arial, helvetica, sans-serif;
	line-height: 18px;
}

#page {
	min-height:100%;
	height:auto !important;
	height:100%;
	width: 992px;
	text-align:left;
	margin:0 auto -100px;
	padding:0;
	background: url('../img/pageDiv.png') no-repeat scroll top center;
	
}

#footer{
    position: absolute;
	padding-right: 0px;
	margin-left: 20px;
	margin-right: 20px;
	width: 653px;
	height: 20px;
	bottom: 0px;
	overflow-y: auto;
	border-top: 1px solid #5C5C5C;
	text-align: center;
	font-size: 10px;
	color: #4D4D4D;
}

#homeLink, #homeLink:hover, #homeLink:active, #homeLink:focus, #homeLink:link {
	display: inline-block;
	position: absolute;
	text-decoration: none;
	outline: none;
	left: 200px;
	top: 40px;
	width: 560px;
	height: 50px;
	border: none;
}

a.bottomNL {
	color: #4D4D4D;
	text-decoration: none;
	border: none;
}

a.bottomNL:hover {
	color: #000000;
	text-decoration: none;
	border: none;
}

#header {
	width:992px;
	height:100px;
	margin:0;
	padding:0;
}

#navi {
	margin-left: 693px;
	position: absolute;
	width: 299px;
	top: 120px;
	bottom: 0px;
	background: url('../img/naviDiv.png') no-repeat scroll top left;
	min-height: 490px;
}

#naviMenu {
	border: 0px solid red;
	width: 125px;
	height: 186px;
	margin-left: 26px;
	margin-top: 205px;
}

a.button {
	display: block;
	width: 123px;
	height: 21px;
	border: 0px;
}

a.button:hover {
	border: none;
}

#mainContent {
	position: absolute;
	padding-right: 10px;
	padding-top: 20px;
	margin-left: 20px;
	width: 663px;
	top: 120px;
	bottom: 25px;
	overflow-y: auto;
	min-height: 445px;
}

#contentBox {
	width: 637px;
	text-align: justify;
}

#foggy {
	width: 673px;
	height: 18px;
	position: absolute;
	top: 120px;
	z-index: 2;
	background: url('../img/foggy.png') no-repeat scroll top left;
}

#outerfooter {
	position: absolute;
	bottom: 0px;
	top: 590px;
	min-height: 20px;
}

a {
	color: #3A5FCD;
	border-bottom: 1px dotted #3A5FCD;
	text-decoration: none;
}

a:hover {
	color: #00008B;
	border-bottom-color: #00008B;
	text-decoration: none;
}

li {
	padding-bottom: 8px;
}

/* -------- loginform -------- */

.inp {
	border: 1px solid #000000;
	background-color: #33546d;
	color: #ffffff;
}

.inp:focus {
	outline: none;
	background-color: #3c6381;
}

#loginBox {
	position: relative;
	margin:0 auto -100px;
	width: 260px;
	height: 70px;
	border-radius: 5pt 5pt;
	-webkit-border-radius: 5pt 5pt;
	-moz-border-radius: 5pt 5pt;
	border: 2px solid #000000;
	background: url('../img/bglogin.png') repeat;
	line-height: 25px;
	font-size: 13px;
	text-align: center;
	margin-top: 200px;
	color: #ffffff;
	padding: 10px;
}

/* --------- easteregg -------- */

#easteregg {
	margin-left: 99px;
	margin-top: 25px;
	position: absolute;
	border: none;
}

#eastereggLink, #eastereggLink:hover {
	display: inline-block;
	width: 30px;
	height: 30px;
	border: 0px;
	margin-left: 255px;
	margin-top: 205px;
	position: absolute;
	outline: none;
}

.imagelink {
	border: none;
}
