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

body {
	background:#ffffff;
	background-image:url(../images/back2.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: #004e9c;
	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:970px;
	min-height:100%;
	margin-left: 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;
	width:970px;
	height:124px;
	background-image:url(../images/head.jpg);
	background-repeat:no-repeat;
}

/* ----------------------------------------------------- Subhead -------------------------------------------------- */
#subhead {
	margin:0 0 0 0;
	padding:10px 0 0 309px;
	width:661px;
	height:30px;
	background-image:url(../images/subhead.jpg);
	background-repeat:no-repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.95em;
	font-weight:bold;
	color:#fcd200;
}

#subhead a {
	color:#fcd200;
}

#subhead a:hover {
	color:#dd8f00;
}
	

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

/* ----------------------------------------------------- Content ------------------------------------------------ */
#content {
	margin:-468px 0 0 309px;
	padding:123px 50px 0 0;
	width:611px;
	height:345px;
	background-image:url(../images/content.jpg);
	background-repeat: no-repeat;
}

#content2 {
	margin:-468px 0 0 309px;
	padding:43px 50px 0 0;
	width:611px;
	height:425px;
	background-image:url(../images/content.jpg);
	background-repeat: no-repeat;
}

#content3 {
	margin:-468px 0 0 309px;
	padding:43px 50px 128px 0;
	width:611px;
	min-height:425px;
	background-image:url(../images/content.jpg);
	background-repeat: no-repeat;
}

/* ----------------------------------------------------- Background ------------------------------------------------ */
#background {
	position:absolute;
	top: 0px;
	left:970px;
	width:100%;
	height:165px;
	background-image:url(../images/back1.jpg);
	background-repeat: repeat;
}

/* ----------------------------------------------------- Footer ------------------------------------------------- */
#footer {
	position:relative;
	margin:-128px 0 0 0;
	padding:15px 0 0 309px;
	width:661px;
	height:113px;
	background-image:url(../images/foot.jpg);
	background-repeat: repeat;
	z-index:10;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.75em;
	font-weight:bold;
	color:#fcd200;
}

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

/* ----------------------------------------------------- Mail -------------------------------------------------- */
#mail {
	float:right;
	margin:-10px 150px 0 0;
}

/* ----------------------------------------------------- Slogan ------------------------------------------------ */
#slogan {
	position:absolute;
	top:183px;
	left:570px;
}

/* ----------------------------------------------------- Kompetenz --------------------------------------------- */
#kompetenz {
	float:right;
	margin: -85px 50px 0 0;
	width:200px;
}
	
/* ----------------------------------------------------- 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: 10px 30px 30px 0;
}

#divlinks {
	float:left;
	margin:-15px 15px 15px 0;
	width:120px;
	height:auto;
	font-weight:bold;
}

