@charset "ISO-8859-1";
@import url("../js/lytebox/lytebox.css");


/*
 * Author:	AQIDOS-EasyWeb
 * Date: 	2010-03-10 08:27:28
 */


/**************************************************************
	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:1px solid; } */
body, th, td, pre {
	font-family:		Arial, Verdana, Tahoma, sans-serif;
	font-size:		.9em;
	color:			#000;
}

body {
	
	background-color:	#FFF;
}

hr.content-divider {
	display:		none;
}

a {
	color:			#000;
	text-decoration:	none;
	outline:		none;
}

a:hover {
	color:			#cb0000;
	text-decoration:	none;
	outline:		none;
}

img {
	border:			none;
}

#container {
	width:			962px;
	margin:			0 auto;
}

#body {
	height:			100%;
}

#bodyend {
	clear:			both;
	height:			25px;
	background:		none transparent;
}


/*******************************************************************
	HEADER
 *******************************************************************/
#header {
	background:		url('../files/design/ak_header.png') no-repeat;
	height:			151px;
	width:			961px;
}

#header h1, #header h2 {
	display:		none;
}


/*******************************************************************
	NAVIGATION
 *******************************************************************/

#navigation {
	float:			left;
	margin-top:		10px;
	width:			240px;
	background:		url('../files/design/navbg.png') repeat-x;
	height:			650px;
}

#navigation h2{
	display:		none;
}

#navigation ul {

}

#navigation ul li {
	list-style-type:	none;
}

#navigation ul li.link {

}
#navigation ul li.group a.grouplink {
	font-weight:		bold;
	cursor:			default;
	text-decoration:	none;
	color:			#000;
}
#navigation ul li.link a {
	padding-left:		20px;
	background-image:	url("../files/design/arrow.png");
	background-repeat:	no-repeat;
	background-position:	left center;
	
}

#navigation ul li.link a:hover {
	background-image:	url("../files/design/arrow_hover.png");
	background-repeat:	no-repeat;
	background-position:	left center;
	padding-left:		20px;
	
}

#navigation ul li.link a.active {
	background-image:	url("../files/design/arrow_hover.png");
	background-repeat:	no-repeat;
	background-position:	left center;
	padding-left:		20px;
	color:			#cb0000;
}

/*******************************************************************
	CONTENT
 *******************************************************************/
#content {
	width:			700px;
	margin-left:		260px;
	height:			600px;
}

#content p {
	line-height:		1.5em;
	color:			#000;
	
}

#content a {
	color:			#5ed1ee;
	text-decoration:	underline;
}
#content h2 {
	display:		none;
}


/*******************************************************************
	FOOTER
 *******************************************************************/

#footer {
	
}

#footer p {
	margin:			0;
	color:			#000;
	font-size:		10pt;
	text-align:		center;
}

#footer a {
	color:			#5ed1ee;
	text-decoration:	underline;
}

#footer a:hover {
}


/*******************************************************************
	SPECIAL CONTENT
 *******************************************************************/

#footerad {
	clear:			both;
	position:		relative;
	margin:			20px 0 0 0;
	padding:		20px 0 0 0;
	font-size:		8pt;
}

body.start {
	background-color:		#d3d3d3;
	
}

.start #navigation {
	display:			none;
}
.start #header {
	display:			none;
}
.start #footer {
	display:			none;
}
.start #content {
	margin-left:				250px;
	
}

body.produktverantwortung #content {
	background:			 url('../files/pics/kreis.png') no-repeat 90px 50px;
}