/* ---------------------------------------------------- body / html ---------------------------------------------- */
body, html {
	border: 0px;
	margin:0px 0 0px 0;
	padding:0;
	height:100%;
}

body {
	background:#000000;
	background-image:url(../images/bg.jpg);
	color:#000000;
	font-size:75%;
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
}

html {
	overflow-x:hidden;
	overflow:-moz-scrollbars-vertical;
	SCROLLBAR-FACE-COLOR: #aba7b1;
	SCROLLBAR-HIGHLIGHT-COLOR: #cccccc;
	SCROLLBAR-SHADOW-COLOR: #cccccc;
	SCROLLBAR-ARROW-COLOR: #ffffff;
	SCROLLBAR-TRACK-COLOR: #ffffff;
	SCROLLBAR-DARKSHADOW-COLOR: #cccccc;
	SCROLLBAR-BASE-COLOR: #cccccc;
	scrollbar-3d-light-color: #cccccc;
}

/* ----------------------------------------------------- wrapper -------------------------------------------------- */
div#wrapper {
	position: relative;
	width:999px;
	min-height:100%;
	margin: 0 auto;
	background-image:url(../images/wrapper-back.jpg);
	background-repeat:repeat-y;
	z-index:1;
}

* html #wrapper {height:100%;}

/* ----------------------------------------------------- Head ----------------------------------------------------- */
#head {
	margin:0 0 0 0;
	padding:28px 0 0 308px;
	width:692px;
	height:202px;
	background-image:url(../images/head.jpg);
	background-repeat:no-repeat;
}

/* ----------------------------------------------------- Subnavi ------------------------------------------------ */
#subnavi {
	margin:0 0 0 0;
	padding:0 0 0 104px;
	width:205px;
	height:205px;
	background-image:url(../images/subnavi.jpg);
	background-repeat: no-repeat;
}

/* ----------------------------------------------------- Content ------------------------------------------------ */
#content {
	margin:-205px 0 0 309px;
	padding:0 62px 195px 37px;
	width:591px;
	height:205px;
	background-image:url(../images/content.jpg);
	background-repeat: no-repeat;
}

#content2 {
	margin:-205px 0 0 309px;
	padding:0 62px 195px 37px;
	width:591px;
	min-height:205px;
	background-image:url(../images/content.jpg);
	background-repeat: no-repeat;
}

/* ----------------------------------------------------- Footer ------------------------------------------------- */
#footer {
	position:relative;
	margin:-195px auto;
	padding:25px 0 0 56px;
	width:943px;
	height:170px;
	background-image:url(../images/footer.jpg);
	background-repeat: repeat;
	z-index:10;
	font-size:1.0em;
	color:#000394;
	line-height:1.2em;
}

/* ----------------------------------------------------- Footer-right ------------------------------------------- */
#footer_right {
	margin:-195px 0 0 0;
	width:100%;
	height:195px;
	background-image:url(../images/footer-right.jpg);
	background-repeat: repeat;
}

/* ----------------------------------------------------- Navi unten ------------------------------------------- */
#navi-unten {
	position:absolute;
	top:42px;
	left:332px;
	width:300px;
	height:112px;
	z-index:20;
}

/* ----------------------------------------------------- Sprache ------------------------------------------- */
#sprache {
	position:absolute;
	top:229px;
	left:847px;
	width:91px;
	height:30px;
}

