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

body {
	background:#234482;
	background-image: url(../images/bg.jpg);

	color:#ffffff;
	font-size:75%;
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
}

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

/* ----------------------------------------------------- wrapper -------------------------------------------------- */
div#wrapper {
	position: relative;
	width:900px;
	margin:auto;
	z-index:1;
	background-image: url(../images/wrapperbg.jpg);
}

* html #wrapper { height:100%;}


/* ----------------------------------------------------- head ----------------------------------------------------- */
#head {
	margin:0px 0 0 0px;
	padding:0px 0px 0 0px;
	width:900px;
	height:200px;
	background-image: url(../images/head.jpg);
	background-repeat: no-repeat;
}

#head2 {
	margin:-222px 0 0 317px;
	padding:0px 0px 0 0px;
	width:583px;
	height:92px;
	background-image: url(../images/head2.jpg);
	background-repeat: no-repeat;
}

#head3 {
	margin:0px 0 0 0px;
	padding:0px 30px 0 0px;
	width:870px;
	height:200px;
	background-image: url(../images/head3.jpg);
	background-repeat: no-repeat;
}

#head33 {
	margin:-200px 0 0 317px;
	padding:0px 0px 0 0px;
	width:583px;
	height:92px;
	background-image: url(../images/head33.jpg);
	background-repeat: no-repeat;
}

/* ----------------------------------------------------- Main ----------------------------------------------------- */
#main {
	margin:0px 0 0 317px;
	padding:0px 0px 0 0px;
	width:583px;
	min-height:366px;
	background-image: url(../images/mainbg.jpg);
	background-color: #234482;
}

#main2 {
	margin:0px 0 0 317px;
	padding:0px 50px 0 50px;
	width:483px;
	min-height:280px;
	background-image: url(../images/mainbg.jpg);
	background-color: #234482;
}


/* ----------------------------------------------------- Foot ----------------------------------------------------- */
#foot {
	margin:0 0 0 0px;
	padding:25px 0px 0 35px;
	width:865px;
	height:92px;
	background-image: url(../images/footbg.jpg);
	background-repeat: no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:1.0em;
	color:#ffffff;
}

/* ----------------------------------------------------- Bilder --------------------------------------------------- */
#bgbild {
	margin:0px 0 0 0px;
	padding:0px 0px 0 0px;
	width:1138px;
	height:708px;
	background-image: url(../images/bgbild.jpg);
	background-repeat: no-repeat;
}



