@charset "ISO-8859-1";
@import url("../js/lytebox/lytebox.css");


/*
 * Author:	AQIDOS-EasyWeb
 * Date: 	2011-09-25 19:32:33
 */


/**************************************************************
	DEFAULT
 **************************************************************/
* {
	margin:				0;
	padding:			0;
}

body {
	margin:				0;
	font-family:			sans-serif;
}

body, th, td, pre {
	font-size:			14px;
}

#container {
	margin:				1em;
}

h1 { font-size:2.00em; line-height:1.5em; }
h2 { font-size:1.75em; line-height:1.5em; }
h3 { font-size:1.50em; line-height:1.5em; }
h4 { font-size:1.25em; line-height:1.5em; }
h5 { font-size:1.10em; line-height:1.5em; }
h6 { font-size:1.00em; line-height:1.5em; }

p {
	margin:				1em 0em;
}

ul, ol {
	margin:				1em 0em 1em 2em;
}

ul ul, ol ol {
	margin-top:			0em;
	margin-bottom:			0em;
}

li {
	line-height:			1.3em;
}

acronym {
	cursor:				help;
	border-bottom-style:		dotted;
	border-bottom-width:		1px;
}

img {
	border:				0;
}

img.imgleft {
	margin-right:			.7em;
}

img.imgright {
	margin-left:			.7em;
}

div.advcontent {
	margin:				.2em 0em;
	float:				left;
	width:				100%;
}

div.advcontent-end {
	clear:				left;
}

div#bodyend {
	clear:				both;
}

div.browser-note {
	margin:				0px;
	height:				31px;
	font-family:			sans-serif;
	font-size:			12px;
	font-weight:			bold;
}

div.browser-note table {
	margin:				0px;
	width:				100%;
	position:			fixed;
	z-index:			100;
	top:				0px;
	border-collapse:		collapse;
	border-spacing:			0;
	border-bottom:			solid 1px #000;
	color:				#000;
	text-align:			center;
	background-color:		#ff9;
}

div.browser-note table td {
	margin:				0px;
	font-family:			sans-serif;
	font-size:			12px;
	font-weight:			bold;
	text-align:			center;
	padding:			4px 15px;
	height:				22px;
}

div#oldbrowserwarning table {
	background:			#f99 url("../cms/images/warning.gif") no-repeat 10px 50%;
}

div#oldbrowserwarning table td {
	padding-left:			37px;
	text-align:			left;
}

div#oldbrowserwarning a {
	color:				#fff;
}

div#youfoundusnote table {
	text-align:			center;
	background-color:		#ff9;
}

div#youfoundusnote i {
	color:				#00f;
}

div#youfoundusnote a {
	color:				#c00;
}


/**************************************************************
	GALLERY DEFAULT
 **************************************************************/
div.gallery {
	margin:				.2em 0em;
	float:				left;
	width:				100%;
}

div.gallery div.thumbnail {
	float:				left; 
	padding:			0px;
}

div.gallery div.thumbnail a {
	border:				solid 1px gray;
	display:			block;
	margin:				0;
	padding:			0;
}

div.gallery div.thumbnail a img {
	border:				none;
	margin:				0;
	padding:			0;
}

div.gallery div.thumbnail p.desc {
	text-align:			center;
	font-family:			sans-serif;
	font-size:			.8em;
	line-height:			1em;
	padding:			2px;
	margin:				0;
	background-color:		#ccc;
	border-left:			solid 1px gray;
	border-right:			solid 1px gray;
	border-bottom:			solid 1px gray;
}


/**************************************************************
	GENERAL
 **************************************************************/
* {border:0px solid #0F0;}
 
body, th, td, pre {
	color:			#000;
	margin:			0px;
}

body {
	background:		url('../files/images/bg.jpg');
	margin:			0px;
		
}

hr.content-divider {
	display:		none;
}

a {
	color:			#333333;
	font-family:    Arial, Helvetica, sans-serif;
	font-size:		14px;
	
	
	
}

a:hover {
	color:			#FF0033;
	font-family:    Arial, Helvetica, sans-serif;
	font-size:		14px;
	
	
}

img {
	border:			none;
	margin:			0px;
	padding:		0px;
}

p {
	margin:			0px;
	padding:		0px;
	color:#333333;
	font-family:		Arial, Helvetica, sans-serif;
	font-size:		14px;
	font-style:		normal;
	font-weight:		normal;
	text-decoration:	none;



}
#container {
	width:			1000px;
	margin:			30px auto;
	color:			#000;
	
}

#body {
	background:		url('../files/design/body.png') repeat-y;
	
}

#content-end {
	clear:			both;
	height:			0px;
	background:		none transparent;
}

#bodyend {
	clear:			both;
	height:			0px;
	background:		none transparent;
}
div.advcontent {
	
}
/**************************************************************
	HEADER
 **************************************************************/
#header {
	height:			134px;
	width:			951px;
	background:		url('../files/design/header.png') no-repeat;
}

#header h1,
#header h2 {
	display:		none;
}

/*******************************************************************
	NAVIGATION
	div #navigation > ul .last >
	li.group .last > a.grouplink ul.last >
	ul.last > li.link last
 *******************************************************************/
#navigation {
	height:			54px;
	width:			951px;
	background:		url('../files/design/navibg.png') no-repeat;
	padding-left:		10px;
}

#navigation h2 {
	display:		none;
}

#navigation ul {
	list-style-type:	none;
	/*background:		#DDD;*/
	margin:			0;
}

#navigation ul li.group {
	float:			left;
	width:			131px;
	height:			42px;
	line-height:		36px;
	text-align:		center;
	background:		url("../files/design/button_off.png") no-repeat;
	margin-top:		4px;
}
#navigation ul li.group:hover {
	background:		url("../files/design/button_on.png") no-repeat;
}

#navigation ul li a.grouplink {
	color:			#fff;
	text-decoration:	none;
	font-weight:		bold;
	font-size:		14px;
	font-family:		Arial;
	cursor:			default;
}

#navigation ul li.group li.link {
	display:		none;
}

#navigation ul li.group:hover li.link {
	display:		block;
}

#navigation ul li.link {
	font-family:		Arial;
	color:			#FFF;
	margin-top:		8px;
	background:		url("../files/design/button_link_off.gif") no-repeat;
	float:			left;
	width:			123px;
	height:			42px;
	line-height:		25px;
	margin:			0 1px;
	text-align:		center;
	position:		relative;
	z-index:		10;

}

#navigation ul li.link:hover {
	color:			#FFF;
	background:		url("../files/design/button_link_on.gif") no-repeat;
}

#navigation ul li.link.last {
	color:			#FFF;
}

#navigation ul li.link a {
	display:		block;
	color:			#000;
	padding:		0 0px;
	height:			42px;
	line-height:		35px;
	text-decoration:	none;
	font-weight:		bold;
}

#navigation ul li.link a:hover {
	text-decoration:	none;
	color:			#000;
	height:			35px;
}
#navigation ul li.link a.active {
	text-decoration:	none;
	color:			#000;
	height:			35px;
}



#navigation ul li ul {
	margin-top:		3px;
}




/**************************************************************
	CONTENT
 **************************************************************/
#content {
	margin-left:		9px;
	width:			927px;
	min-height:		370px;
	padding-left:		25px;
	padding-top:		10px;
}

body.datenschutz #content {
	width:			875px;
}

#content h2 {
	display:		none;
}

#advcontent {
	margin:			0px;
}
#content p {
	color:#333333;
	font-family:		Arial, Helvetica, sans-serif;
	font-size:		14px;
	font-style:		normal;
	font-weight:		normal;
	text-decoration:	none;

}
#content h3 {
	margin-left:		15px;
	font-size:		16px;
}
/**************************************************************
	FOOTER
 **************************************************************/
#footer {
	border:			#42323;
	background:		url("../files/design/footer.png") repeat-x; 
	height:			23px;
	width:			954px;
	margin-left:		-3px;
}

#footer p {
	text-align:		left;
	margin-left:		740px;
	padding-top:		2px;
	font-size:		8pt;
	display:		none;
}

#footer p a {
	color:			#fff;
	font-size:		8pt;
	text-decoration:	none;
}
#footer p a:hover {
	color:			#fff;
	
}
/**************************************************************
	Special Content
 **************************************************************/
#banner {
	position:		absolute;
	top:			66px;
	margin-left:		272px;
}

#button {
	position:		absolute;
	top:			503px;
	margin-left:		533px;
}

#mailbutton {
	position:		absolute;
	top:			502px;
	margin-left:		530px;
	
}

#startseite {
	position:		relative;
	top:			45px;
	left:			10px;
	width:			260px;
	text-decoration:	none;
	color:			#000;	
}
#startseite a:hover {
	color:			#FF0033;

	
}
#startseite a {
	color:			#000;
	font-size:		10pt;		
	text-decoration:	underlined;
}

/**************************************************************
	Seiten Hintergrundbilder
 **************************************************************/
body.produkte #content {
	padding-top:		15px;
}
body.start #content {
	background:		url("../files/neu/inhalt-start.jpg") no-repeat;
}

body.systemloesung #content {
	background:		url("../files/backgrounds/layout_thema5.jpg") no-repeat;
	margin-left:		3px;
	margin-top:		-2px;
	width:			903px;
}


body.aktionen  #content {
	background:		url("../files/backgrounds/layout_thema7.jpg") no-repeat;
}


body.vertrieb #content{
	background:		url("../files/backgrounds/layout_thema1neu2.jpg") no-repeat;
	margin-top:		-3px;
	margin-left:		3px;
	width:			903px;
	height:			570px;
}


body.messen #content {
	background:		url("../files/backgrounds/layout_thema3.jpg") no-repeat;
	margin-top:		-3px;
	margin-left:		3px;
	
	width:			903px;
}

body.jobs #content {
	background:		url("../files/backgrounds/layout_thema4.jpg") no-repeat;
		margin-top:		-3px;
	margin-left:		3px;
	
	width:			903px;
}

body.plastic #content {
	background:		url("../files/neu/plastic.jpg") no-repeat;
	margin-top:		10px;
	margin-left:		3px;
	
	width:			903px;
}
body.plastic #content p {
	padding-top:		150px;
	padding-left:		35px;
}

body.handling #content{
	background:		url("../files/neu/handling.jpg") no-repeat;
	margin-top:		-3px;
	margin-left:		3px;
	
	width:			903px;
}
body.handling #content p {
	padding-top:		76px;
	padding-left:		11px;
	font-color:		#fff;
}

