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

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

html {
	overflow-x:hidden;
	overflow:-moz-scrollbars-vertical;
	SCROLLBAR-FACE-COLOR: #2457d3;
	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:1000px;
	margin-left:0px;
	background-image:none;
	background-repeat:repeat-y;
	z-index:1;
}

* html #wrapper { height:100%;}

/* ----------------------------------------------------- Logo ----------------------------------------------------- */
#logo {
	margin:0 0 0 0;
	width:1000px;
	height:111px;
	background-image:url(../images/logo.jpg);
	background-repeat:no-repeat;
}

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

/* ----------------------------------------------------- Subhead ----------------------------------------------------- */
#suhead {
	margin:0 0 0 0;
	padding:5px 0 0 815px;
	width:185px;
	height:40px;
	background-image:url(../images/subhead.jpg);
	background-repeat:no-repeat;
}

/* ----------------------------------------------------- Naviback ------------------------------------------------- */
#naviback {
	margin:0 0 0 0;
	padding:0 0 0 62px;
	width:346px;
	height:388px;
	background-image:url(../images/naviback.jpg);
	background-repeat: no-repeat;
}

/* ----------------------------------------------------- Content ------------------------------------------------ */
#content {
	margin:-388px 0 0 408px;
	padding:0 103px 0 10px;
	width:479px;
	height:388px;
	background-color:#FFFFFF;
}

#content2 {
	margin:-388px 0 0 408px;
	padding:0 103px 0 10px;
	width:479px;
	min-height:388px;
	background-color:#FFFFFF;
}

/* ----------------------------------------------------- Foot --------------------------------------------------- */
#foot {
	margin:0 0 0 0px;
	width:1000px;
	height:81px;
	background-image:url(../images/foot.jpg);
}

#footbild {
	position:relative;
	margin:-217px 0 0 53px;
	width:233px;
	height:205px;
	background-image:url(../images/wischer.jpg);
	background-repeat:no-repeat;
}

#line_foot {
	position:relative;
	margin:-69px 0 0 0;
	width:100%;
	height:21px;
	background-image:url(../images/line_foot.jpg);
	background-repeat:repeat-x;
}

/* ----------------------------------------------------- Adressblock ------------------------------------------- */
#adressblock {
	float:right;
	margin:20px 103px 0 0;
	width:370px;
	height:20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.9em;
	color:#0000a3;
	text-align:right;
}
	
/* ----------------------------------------------------- Logo Euroweb ------------------------------------------ */

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

/* ------------------------------------------------------ Diverses ----------------------------------------------*/

.rightfloat {
	float:right;
	margin: 0 0 20px 20px;
}

.rightfloat2 {
	float:right;
	margin: -15px 25px 10px 10px;
	border:1px solid #72868e;
}

.leftfloat {
	float:left;
	margin: 0 15px 15px 0;
}


