
/*

# Gelb (Headlines, Hintergrund): #f0b600
# Helles Gelb (Hintergrund) #f8db80
# Dunkels Grau (Hintergrund) #444
# Helles Grau (Hintergund) #e2e2e2

*/


/* --- Basics --- */

html, body, a, h1, h2, h3, h4, h5, h6, p, ul, ol, li, table, td, form, textarea, label, span {
	margin: 0;
	padding: 0;
	font-family: arial, helvetica, sans-serif;
	border: 0;
}

body {
	background-color: #e2e2e2;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	font-size: 12px;	
}

img {
	border-style: none;
}

a:link { }

a:visited {}

a:hover { }
a:active { }


/* --- Layout/Layer --- */

#logo {
	background: url(../images/logo.png) no-repeat;
	width: 226px;
	height: 113px;
	position: absolute;
	top: 0;
	left: 37px;
	z-index: 60;
}

#lang {
	position: absolute;
	top: 10px;
	left: 945px;
	z-index: 62;
}

#content1 {
	background-color: #444;
	width: 650px;
	height: 410px;
	position: absolute;
	top: 90px;
	left: 0;
	z-index: 50;
	overflow: auto;
	border-bottom: 1px solid #262626;
}

#content1_shadow_r {
	background: url(../images/content1_shadow_right.png) no-repeat;
	width: 13px;
	height: 410px;
	position: absolute;
	top: 90px;
	left: 650px;
	z-index: 51;
}

#title {
	width: 350px;
	height: 30px;
	font: 24px/24px "Arial Black", Arial;
	color: #fff;
	position: absolute;
	top: 90px;
	left: 650px;
	z-index: 42;
	padding-left: 10px;
}

#content2 {
	background-color: #f0b600;
	width: 350px;
	height: 386px;
	position: absolute;
	top: 114px;
	left: 650px;
	z-index: 40;
	overflow: auto;
	border-bottom: 1px solid #664400;
}

#content2_shadow_r {
	background: url(../images/content2_shadow_right.png) no-repeat;
	width: 15px;
	height: 386px;
	position: absolute;
	top: 114px;
	left: 1000px;
	z-index: 41;
}

#products_nav {
	background-color: #424242;
	width: 650px;
	height: 120px;
	position: absolute;
	top: 500px;
	left: 0;
	z-index: 30;
}

#products_nav_shadow {
	background: url(../images/products_shadow.png) no-repeat;
	height: 15px;
	width: 650px;
	position: absolute;
	top: 620px;
	left: 0;
	z-index: 31;
}

#newsletter {
	width: 350px;
	height: 80px;
	position: absolute;
	left: 650px;
	top: 500px;
	z-index: 11;
}

#newsletter_shadow {
	background: url(../images/newsletter_bg.png) no-repeat;
	width: 365px;
	height: 135px;
	position: absolute;
	left: 650px;
	top: 500px;
	z-index: 10;
}

#copyright {
	position: absolute;
	top: 642px;
	left: 15px;
	font-size: 10px;
	color: #333;
	height: 30px;
}

#logo, #content1_shadow_r, #content2_shadow_r, #products_nav_shadow, #newsletter_shadow {
	behavior: url(../css/iepngfix.htc); /* IE PNG FIX */
}


/* --- Navigation ---*/

#nav {
	color: white;
	font-size: 12px;
	font-weight: bolder;
	text-align: right;
	position: absolute;
	top: 58px;
	left: 250px;
	width: 400px;
	white-space: nowrap;
}

#subnav {
	position: absolute;
	top: 640px;
	left: 350px;
	width: 300px;
	height: 20px;
	text-align: right;
	font-size: 12px;
	line-height: 12px;
	z-index: 20;
}

#nav a {
	color: white;
	font-weight: normal;
	text-decoration: none;
}

#nav a:hover, #nav a.active {
	color: #f0b600;
}

#subnav a {
	color: #444;
	text-decoration: none;
}

#subnav a:hover, #subnav a.active {
	color: #666;
}


/* --- Content 1 --- */

#content1 {
	color: #fff;
	line-height: 1.4em;
}

#content1 #inset {
	padding-left: 48px;
	padding-top: 40px;
	padding-right: 20px;
	padding-bottom: 30px;
}

#content1 #inset_product_columns {
	padding-left: 48px;
	padding-top: 30px;
	padding-right: 30px;
}

#content1 h1 {
	color: #fff;
	font: 24px/30px "Arial Black", Arial;
}

#content1 h2 {
	color: #fff;
	font: 16px/24px "Arial Black", Arial;
	margin-top: 10px;
}

#content1 h3 {
	color: #fff;
	font: 12px "Arial Black", Arial;
	padding-top: 12px;
	padding-bottom: 4px;
}

#content1 a {
	color: #f0b600;
}

#content1 .headline {
	padding-bottom: 20px;
}

#content1 .subheadline {
	padding-top: 10px;
	padding-bottom: 5px;
}

#content1 p {
	width: 90%;
	margin: 0;
	padding: 5px 0;
}

#content1 ul {
	padding-top: 5px;
	padding-bottom: 5px;
}

#content1 ul.products li, #content1 ul.basic li {
	list-style-type: none;
	background: url(../images/bullet-arrows.gif) no-repeat 0 7px;
	padding-bottom: 4px;
	padding-top: 4px;
	padding-left: 16px;
}

#content1 a.icons {
	float: right;
}

#content1 a.icons:focus {
	border: none;
	outline: none;
}

#content1 img.icon {
	padding-bottom: 10px;
}

#content1 input.standard, #content1 textarea.standard {
	font: 12px Arial, Helvetica, sans-serif;
	border: 1px solid #000;
	background-color: #eaeaea;
	padding: 3px 3px 2px;
	margin: 0;
}

#content1 input.standard:focus, #content1 textarea.standard:focus {
	background-color: #faefcc;
	border: 1px solid #000;
}

#formular_anfrage em {
	color: #f0b600;
	font-weight: normal;
	font-style: normal;
}


/* --- Boxen / Content 2 --- */

#content2 {
	font-size: 11px;
	line-height: 13px;
}

#content2 h3 {
	color: #444;
	font: 14px/18px "Arial Black", Arial;
	margin: 0;
	padding: 8px 10px 4px;
}

#content2 h3 a {
	font: 14px/18px "Arial Black", Arial;
}

#content2 p {
	padding-top: 3px;
	padding-bottom: 3px;
}

#content2 a {
	color: #444;
}

#content2 .list {
	display: block;
	padding: 5px 20px 7px 10px;
	color: #444;
	font-size: 11px;
	text-decoration: none;
}

#content2 .list:hover {
	background-color: #f8db80;
}

#content2 .list:focus {
	outline: none;
}

#content2 ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#content2 ul li {
	padding-top: 2px;
	padding-bottom: 2px;
	background: url(../images/bullet-line.gif) no-repeat 0 9px;
	padding-left: 10px;
	margin-left: 2px;
}

#content2 .line {
	border-bottom: 1px dashed #444;
}

#content2 b {
	font-family: "Arial Black", Arial;
	font-weight: normal;
	font-style: normal;
}

/* --- Produkte Navigation --- */

table.products td, table.products td.normal {
	background: url(../images/products_bg.jpg) no-repeat;
	text-align: center;
	width: 25%;
	height:  60px;
	vertical-align: bottom;
	cursor: default;
}

table.products .over {
	cursor: pointer;
	cursor: hand;
}

table.products a {
	color: #f0b600;
	font: 14px "Arial Black", Arial;
	text-decoration: none;
}

table.products a:focus {
	outline: none;
	border: none;
}

table.products a.active  {
	color: #fff;
}

/* --- Sonstiges / Diverse Klassen --- */

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.clear {
	clear: both;
}

.dummy {	
	text-indent: -1000px;
	background-repeat: no-repeat;
	behavior: url(../css/iepngfix.htc); /* IE PNG FIX */
}

a.home {
	width: 200px;
	height: 100px;
	display: block;
	color: black;
	position: absolute;
	z-index: 100;
	top: 0;
	left: 50px;
}

#content2 sup {
	line-height: 0;
}
