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

body {
	background:#000000;
	background-image:none;
	color:#505050;
	font-size:70%;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin:0;
	padding:0;
}

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

/* ----------------------------------------------------- wrapper -------------------------------------------------- */
div#wrapper {
	position: relative;
	width:1000px;
	margin: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 0px;
	width:1000px;
	height:108px;
	background-image:url(../images/head.jpg);
	background-repeat: no-repeat;
	position:relative;
}

#stern1 {
	width:180px;
	height:400px;
	position:absolute;
	top:0;
	left:821px;
	z-index:100;
}


#stern2 {
	width:180px;
	height:400px;
	position:absolute;
	top:0;
	left:0;
	z-index:100;
}

/* ----------------------------------------------------- Naviback ------------------------------------------------ */
#naviback {
	margin:0 0 0 0;
	padding:8px 0 0 175px;
	width:825px;
	height:23px;
	background-image:url(../images/naviback.jpg);
	background-repeat: no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#000000;
	font-size:1.0em;
}

/* ----------------------------------------------------- Content ------------------------------------------------ */
#content {
	margin:0 0 0 0;
	padding:20px 0 0 190px;
	width:810px;
	height:443px;
	background-image:url(../images/content.jpg);
	background-repeat: no-repeat;
}

#content2 {
	margin:0 0 0 0;
	width:1000px;
	height:463px;
	background-image:none;
	background-repeat: no-repeat;
}

#main {
	padding:0 70px 0 0;
	width:640px;
	height:430px;
	background:none;
	overflow:auto;
}

/* ----------------------------------------------------- Foot ---------------------------------------------------- */
#foot {
	margin: 0px 0 0 0px;
	padding:5px 0 0 170px;
	width:830px;
	height:23px;
	background-image:url(../images/foot.jpg);
	background-repeat: no-repeat;
}

/* ----------------------------------------------------- Bilder ---------------------------------------------------- */

#gas {
	float:right;
	margin: 10px 0 0 15px;
	list-style:none;
}


/* ----------------------------------------------------- Logo Euroweb ----------------------------------------- */

#euroweb {
	float:right;
	margin: 40px 80px 0 5px;
}

/* ------------------------------------------------------Ausrichtung CMS------------------------------*/

.rightfloat {
	float:right;
	margin: 5px 0px 10px 20px;
	border:1px solid #000000;
}

.rightfloat2 {
	float:right;
	margin: 30px 0px 10px 20px;
	border:1px solid #000000;
}

.leftfloat {
	float:left;
	margin: 15px 20px 20px 0;
	border:1px solid #000000;
}

.leftfloat2 {
	float:left;
	margin: 0 20px 20px 0;
	border:1px solid #000000;
}
