/* ---------------------------------------------------- body / html ---------------------------------------------- */
body, html {
	border: 0px;
	margin:0px 0 0px 0;
	padding:0;
}

body {
	background-image:url(../images/bg_main.gif);
	background-repeat: repeat-x;
	background-position: left top;
	color:#000000;
	font-size:70%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
}

html {
	overflow-x:hidden;
	overflow:-moz-scrollbars-vertical;
	SCROLLBAR-FACE-COLOR: #DDDDDD;
	SCROLLBAR-HIGHLIGHT-COLOR: #D2D2D2;
	SCROLLBAR-SHADOW-COLOR: #ffffff;
	SCROLLBAR-ARROW-COLOR: #ffffff;
	SCROLLBAR-TRACK-COLOR: #ffffff;
	SCROLLBAR-DARKSHADOW-COLOR: #ffffff;
	SCROLLBAR-BASE-COLOR: #ffffff;
	scrollbar-3d-light-color: #ffffff;
}

/* ----------------------------------------------------- wrapper -------------------------------------------------- */
div#wrapper {
	position: relative;
	width:766px;
	margin:auto;
	border:1px solid #677275;
	background-color:#FFFFFF;
	z-index:1;
}

* html #wrapper { height:700px;}


/* ----------------------------------------------------- DIV Hintergründe ------------------------------------------- */
#logo {
	width:766px;
	height:93px;
	background-image:url(../images/logo.jpg);
	background-repeat: no-repeat;
}

#framelinks {
	position:absolute;
	top:93px;
	left:0px;
	width:214px;
	height:538px;
	background-image:url(../images/framelinks.jpg);
	background-repeat:no-repeat;
}

#header {
	margin: 0 0 0 214px;
	width:552px;
	height:145px;
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
}

#headersub {
	margin: 0 0 0 214px;
	width:552px;
	height:145px;
	background-image:url(../images/header2.jpg);
	background-repeat:no-repeat;
}

#header-engl {
	margin: 0 0 0 214px;
	width:552px;
	height:145px;
	background-image:url(../images/header-eng.jpg);
	background-repeat:no-repeat;
}

#headersub-engl {
	margin: 0 0 0 214px;
	width:552px;
	height:145px;
	background-image:url(../images/header2-eng.jpg);
	background-repeat:no-repeat;
}

#content {
	margin: 0 0 0 214px;
	padding: 20px 200px 10px 26px;
	width:340px;
	height:363px;
	background-image:url(../images/content.jpg);
	background-repeat:no-repeat;
	font-size:1.0em;
	font-weight: normal;
	color:#000000;
}

#contenthead {
	margin: 0 0 0 214px;
	width:552px;
	height:15px;
	background-image:url(../images/contenthead.jpg);
}

#contentsub {
	margin: 0 0 0 214px;
	padding: 5px 40px 5px 26px;
	width:486px;
	min-height:365px;
	background-image:url(../images/content2.jpg);
	background-repeat:repeat-y;
	font-size:1.0em;
	font-weight: normal;
	color:#000000;
}

#contentfuss {
	margin: 0px 0 0 214px;
	width:552px;
	height:7px;
	background-image:url(../images/contensubfuss.jpg);
	background-repeat:no-repeat;
	z-index:1;
}

#foot {
	width:766px;
	height:53px;
	background-image:url(../images/foot.jpg);
	background-repeat:no-repeat;
}

#footsub {
	width:766px;
	height:53px;
	background-image:url(../images/footsub.jpg);
	background-repeat:no-repeat;
}

/* ----------------------------------------------------- Titel -------------------------------------------------------- */
#titel {
	position:absolute;
	top: 160px;
	left: 43px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#3e3e3e;
	font-weight:bold;
	font-size:1.3em;
	line-height:1.3em;
	width: 167px;
}


/* ----------------------------------------------------- Produktbilder ------------------------------------------------ */
#p1 {
	position:absolute;
	top:191px;
	left:16px;
	width:90px;
	height:103px;
}

#p2 {
	position:absolute;
	top:191px;
	left:106px;
	width:91px;
	height:103px;
}

#p3 {
	position:absolute;
	top:305px;
	left:16px;
	width:90px;
	height:103px;
}

#p4 {
	position:absolute;
	top:305px;
	left:106px;
	width:91px;
	height:103px;
}

#p5 {
	position:absolute;
	top:421px;
	left:16px;
	width:90px;
	height:102px;
}

#p6 {
	position:absolute;
	top:421px;
	left:106px;
	width:91px;
	height:102px;
}

/* ----------------------------------------------------- Umblättern ---------------------------------------------- */

#umblatt {
	position:absolute;
	top: 461px;
	left: 675px;
	width: 58px;
	height: 62px;
}

/* ----------------------------------------------------- Maintext ------------------------------------------------ */

#main {
	margin: 10px 0 0 10px 10px;
}

/* ----------------------------------------------------- Bilder im Content ---------------------------------------- */

#bild1 {
	float:right;
	margin: 30px 60px 10px 10px;
	width:216px;
	height:116px;
	background-image:url(../images/kurve.jpg);
}

#bild2 {
	float:right;
	margin: 0px 10px 10px 10px;
	width:150px;
	height:119px;
	background-image:url(../images/mappe.jpg);
}

#bild3 {
	float:right;
	margin: 0px 10px 10px 10px;
	width:205px;
	height:174px;
	background-image:url(../images/hefter.jpg);
}

/* ----------------------------------------------------- Referenzbilder ------------------------------------------ */

#produkte {
	margin: 15px 0 0 0px;
	width:484px;
	border:1px solid #c6c6c6;
}

/* ----------------------------------------------------- Flaggen ------------------------------------------------- */

#flaggen a {
	float:right;
	margin: -15px 30px 0 0;
	width:30px;
	height:18px;
	display: block;
	background:url(../images/eng-a.jpg) no-repeat;
}

#flaggen a:hover {
	width:30px;
	height:18px;
	display: block;
	background:url(../images/eng-b.jpg) no-repeat;
}

#flaggen-d a {
	float:right;
	margin: -15px 30px 0 0;
	width:30px;
	height:18px;
	display: block;
	background:url(../images/de-a.jpg) no-repeat;
}

#flaggen-d a:hover {
	width:30px;
	height:18px;
	display: block;
	background:url(../images/de-b.jpg) no-repeat;
}

/* ----------------------------------------------------- LS-Icon ------------------------------------------------- */

#ls-icon {
	float:left;
	margin: -20px 0px 0 20px;
	width:30px;
	height:18px;
	display: block;
	background:url(../images/ls-icon.jpg) no-repeat;
}


/* ----------------------------------------------------- Awards ------------------------------------------------- */

#award1 {
	position:absolute;
	top:99px;
	left:235px;
	width:93px;
	height:127px;
}

#award2 {
	position:absolute;
	top:99px;
	left:638px;
	width:93px;
	height:127px;
}


