/* global definitions */
a, address, blockquote,
caption, cite, dfn, dl, dt,
fieldset, form, h1, h2, h3, h4,
img, label, legend, hr,
ul, ol, li, option, p, q, body,
select, textarea, td, th, div {
  font-family: Georgia, Times, serif;
  font-size: 14px;
	font-weight: normal;
  border: 0px;
  margin: 0px;
  padding: 0px;
	color: #333333;
}

html { 
	margin-bottom: 1px; 
	height: 100%;
}

body {
	background-color: #ffffff;
	height: 101%;
}

h1 {
	font-size: 24px;
	padding: 0px 0px 0.5em 0px;
}
h2 {
	font-size: 18px;
	padding: 0px 0px 0.5em 10px;
}
p {
	padding: 0px 0px 0.5em 0px;
	line-height: 1.3em;
}

p.datum {
	font-size: 12px;
}

hr,
hr.gray {
	border-bottom: 1px solid #fabb00;
	height: 1px;
	overflow: hidden;
	line-height: 0px;
	font-size: 0px;
	margin: 20px 0px 20px 0px;
}
hr.gray {
	border-bottom: 1px solid #cccccc;
}
hr.small {
	margin: 5px 0px 5px 0px;
}
input, select, option, textarea {
	color:#333333;
	font-family: arial, helvetica, sans-serif;
	padding: 2px;
	font-size: 12px;
}
input.text {
	border: 1px solid #666666;
	background-color: #ffffff;
}
select {
	border: 1px solid #666666;
	background-color: #ffffff;
	padding: 0px 0px 0px 0px;
}
option {
	padding: 2px 5px 0px 5px;
}
textarea {
	border: 1px solid #666666;
	background-color: #ffffff;
}
div.button {
	border: 1px solid #999999;
	border-right: 2px solid #666666;
	border-bottom: 2px solid #666666;
	background-color: #cccccc;
	height: 20px;
	display: block;
	position: relative;
	text-align: center;
	cursor: pointer;
	overflow: hidden;
}
div.button p {
	/*padding-top: 3px;*/
}
div.button p a {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
.alignRight {
	text-align: right;
}
.alignLeft {
	text-align: left;
}

/* seitenlayout */
#zentrierte_seite {
	width: 1000px;
	height: auto;
	margin-left:auto; 
	margin-right:auto; 
}
#hintergrund_bild {
	width: 1200px;
	height: auto;
}
#schatten_container_3 {
	float:left;
	width: 982px;
	background: url(../img/glow_shadow_content.png) left top repeat-y;
	position:relative;
}
#schatten_container_2 {
	float:left;
	position:relative;
	right: 11px;
	width: 982px;
}
#schatten_container_1 {
	float:left;
	position: relative;
	right: 971px;
	width: 982px;
}
#inhalt_incl_schatten {
	position: relative;
	width: 982px;
	margin-left:auto; 
	margin-right:auto; 
	height: auto;
}
#schatten_links {
	float: left;
	position: relative;
	left: 982px;
	width: 11px;
}
#inhalt {
	float: left;
	position: relative;
	height: auto;
	left: 982px;
	width: 960px;
}
#schatten_rechts {
	float: left;
	position: relative;
	left: 982px;
	width: 11px;
}
#schatten_unten {
	width: 982px;
	height: 30px;
	background: url(../img/glow_shadow_bottom.png) left top no-repeat;
}

#hintergrund_inhalt {
	width: 960px;
	min-height: 812px;
	background-color: #f5f5f5;
	height: auto;
	position: relative;
}
.hintergrund_seite {
	position: relative;
	padding-top: 138px;
	left: 230px;
	width: 715px;
	padding-bottom: 15px;
}

.inhalt_seite {
	background: #ffffff;
	width: 715px;
	min-height:660px;
	overflow: hidden;
}
.inhalt_seite_header_grafik {
	height: 135px;
	width: 720px;
	overflow: hidden;
}
.inhalt_seite_breadcrump {
	height: 20px;
	width: 464px;
	margin-left: 230px;
}
.inhalt_seite_breadcrump p {
	font-size: 14px;
	color: #666666;
}
.inhalt_seite_headline {
	width: 464px;
	margin-left: 230px;
	border-bottom: 1px solid #fabb00;
}

.inhalt_seite_rechts_padding h1,
.inhalt_seite_links_padding h1,
.inhalt_seite_66 h1,
.inhalt_seite_33 h1 {
	font-size: 18px;
	padding:0 0 0.25em 0;
}
.inhalt_seite_breadcrump p,
.inhalt_seite_headline h1,
.inhalt_seite_66 h1,
.inhalt_seite_33 h1,
.inhalt_seite_66 h2,
.inhalt_seite_33 h2,
.inhalt_seite_66 p,
.inhalt_seite_33 p,
.inhalt_seite_links_padding p,
.inhalt_seite_rechts_padding p
{
	padding-left: 10px;
}
.inhalt_seite_rechts_padding h1 a,
.inhalt_seite_links_padding h1 a,
.inhalt_seite_66 h1 a,
.inhalt_seite_33 h1 a {
	font-size: 18px;
	padding:0 0 0.25em 0;
	text-decoration: none;
}

.inhalt_seite_links {
	float: left;
	height: 500px; 
	width: 230px;
}
.inhalt_seite_links img.minhoehe {
	float: left;
	height: 500px; 
	width: 1px;
}
.inhalt_seite_links_padding {
	padding: 20px 0px 0px 20px;
}
.inhalt_seite_rechts {
	float: left;
	width: 464px;
	height: auto;
}
.inhalt_seite_rechts_padding {
	padding: 20px 20px 40px 0px;
}
.inhalt_seite_full {
	width: 650px;
	margin: 40px 40px 20px 20px;
}
.inhalt_seite_33 {
	float: left;
    width: 200px;
	margin: 0px 10px 20px 0px;
}
.inhalt_seite_66 {
	float: left;
	width: 440px;
	margin: 0px 0px 20px 0px;
}
.inhalt_seite_66.headline,
.inhalt_seite_33.headline {
	border-bottom: 1px solid #999999;
	margin-bottom: 0px;
	margin: 10px 0px 10px 0px;
}

/* header */
#header {
	position: absolute;
	top: 0px;
	height: 116px;
	width: 960px;
	overflow: hidden;
}
#header a {
	font-size: 11px;
	text-decoration: none;
}
#header_text {
	position: absolute;
	top: 43px;
	left: 210px;
	font-size: 14px;
}
#header_subnavi {
	position: absolute;
	top: 15px;
	right: 33px;
	font-size: 11px;
	text-align: right;
	font-size: 11px;
}
#header_subnavi a {
	text-decoration: none;
	font-size: 11px;
}
#header_suche {
	position: absolute;
	top: 45px;
	right: 33px;
	text-align: right;
}
#header_suche input.text {
	width: 190px;
}
#header_ton_text {
	position: absolute;
	top: 81px;
	right: 140px;
	font-size: 11px;
}
#header_ton_homepage,
#header_ton {
	position: absolute;
	top: 81px;
	right: 120px;
}
#header_sprache {
	position: absolute;
	top: 80px;
	right: 33px;
}
#header_sprache img {
	vertical-align: top;
	margin: -3px 0px 0px 5px;
}

/* logo */
#flash_logo {
	position: absolute; 
	width: 156px;
	height: 66px;
	top: 15px;
	left: 20px;
}


/* header suche */
div.input_suche {
	float: right;
	width: 150px; 
	margin-right: 50px;
}
div.input_suche input.text {
	font-size: 11px;
}
div.button_suche {
	float: right;
	width: 60px; 
	border: 1px solid #999999;
	border-right: 2px solid #666666;
	border-bottom: 2px solid #666666;
	background-color: #cccccc;
	height: 16px;
	display: block;
	position: relative;
	text-align: center;
	cursor: pointer;
}
div.button_suche p {
	margin-top: -1px;
}
div.button_suche p a {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}


/* hauptnavigation */
#navigation {
	position: absolute; 
	top: 138px; 
	left: 10px;
	width: 210px;
}
#navigation ul {
	list-style-type: none;
	margin: 0px;
}
#navigation ul li {
	border-right: 1px solid #b2b2b2;
	border-bottom: 1px solid #b2b2b2;
	background-color: #ffffff;
	width: 210px;
	height: 32px;
	overflow: hidden;
	margin-bottom: 1px;
	vertical-align:bottom;
}
#navigation ul li span {
	position: absolute; top: 0px left: 0px;
	border: 1px solid #cccccc;
	background-color: #ffffff;
	width: 208px;
	height: 30px;
	overflow: hidden;
}
#navigation ul li span.highlight {
	background-color: #999999;
	border: 1px solid #999999;
}
#navigation ul li a {
	display: block;
	padding: 7px 0px 8px 8px;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
#navigation ul li span.highlight a {
	color: #ffffff;
	font-weight: bold;
}

/* subnavigation */
#navigation ul li.subnavigation {
	border-bottom: 0px;
	background-color: #cccccc;
	width: 210px;
	vertical-align: bottom;
	margin: -1px 0px 0px 0px;
}
#navigation ul li.subnavigation_last {
	height: 1px;
	line-height: 0px;
	overflow: hidden;
	padding: 0px;
	margin: 0px 0px 1px 0px;
	font-size: 0px;
	background-color: #cccccc;
}
#navigation ul li.subnavigation span {
	border: 0px;
	background-color: #cccccc;
	width: 210px;
	height: auto;
}
#navigation ul li.subnavigation span a {
	color: #333333;
	padding-left: 20px;
	height: auto;
	letter-spacing: -0.05em;
}
#navigation ul li.subnavigation span.highlight {
	background-color: #fabb00;
	border: 0px;
}
#navigation ul li.subnavigation span.highlight a {
	font-weight: normal;
}

/* produktnavigation */
.navigation_produkte {
	background: url(../img/navi_arrow_gray.gif) top right no-repeat; 
}
.navigation_produkte_highlight {
	background: #999999 url(../img/navi_arrow_white.gif) top right no-repeat !important;
	border: 1px solid #999999;
}
.navigation_produkte_highlight a {
	color: #ffffff !important;
	font-weight: bold !important;
}

#navigation_produkte_map {
	width: 0px;
	height: 367px;
	position: absolute;
	top: 138px; 
	left: 222px;
	display: none;
	background: #ffffff url(../img/navi_produktkategorien_bg.jpg) top left no-repeat;
}
#navigation_produkte_map ul {
	list-style-type: none;
	margin: 0px;
}
#navigation_produkte_map ul li {
	float:left; 
	height: 175px;
	width: 173px;
	text-align: center;
	position: relative;
	cursor: pointer;
}
#navigation_produkte_map ul li a {
	position: absolute;
	left: 0px;
	top: 117px;
	width: 174px;
	font-size: 14px;
	text-decoration: none;
	text-align: center;
	vertical-align: bottom;
	cursor: pointer;
}

/* homepage */
#flash_homepage {
	position: absolute; 
	width: 940px;
	height: 190px;
	top: 614px;
	left: 10px;
}
#hintergrund_bild.homepage {
	width: 1200px;
	height: 1000px;
}
#hintergrund_inhalt_homepage {
	width: 960px;
	height: 812px;
	overflow: hidden;
}

/* Download */
.download_item {
	position: relative;
	text-align: center;
	width: 190px;
	height: 220px;
	margin-bottom: 30px;
}
.download_item div.button {
	position: absolute;
	bottom: 0px;
	left: 0px;
}
.download_item div.button p {
	padding-top: 1px;
}

/* blog */
.blog_eintrag h1 {
	width: 470px;
}
.blog_eintrag h2 {
	width: 470px;
	font-size: 18px;
	margin-bottom: 10px;
}
.blog_eintrag_left {
	float: left;
	width: 470px;
}
.blog_eintrag_right {
	float: right;
	width: 150px;
	margin-left: 20px;
	overflow: hidden;
}
.download_item div.button {
	margin-top: 10px;
	width: 190px;
}

/* produkte */
.produkte_uebersicht {
	width: 710px;
	overflow: hidden;
}
.produkte_uebersicht_kategorie {
	float: left; 
	width: 150px; 
	margin: 0px 20px 20px 0px;
	text-align: center;
	cursor: pointer;
}
.produkte_uebersicht_kategorie img {
	margin-bottom: 5px;
}
.produkte_uebersicht_kategorie img {
	margin-bottom: 5px;
}
.produkte_uebersicht_kategorie h2 {
	margin-bottom: 10px;
	font-size: 14px;
}
.produkte_uebersicht_kategorie p {
	text-align: left;
	padding: 0px 0px 0px 15px;
	font-size: 12px;
}

/* produkt detail */
.produkt_detail p {
	line-height: 1.5em;
}
img.info {
	vertical-align: top;
	margin: 1px 0px 0px 5px;
}
.produkt_detail h1 {
	margin-top: 30px;
}
.produkt_detail_datenblatt {
	float: left;
	width: 190px;
	margin: 10px 10px 0px 0px;
}
.produkt_detail_datenblatt img {
	margin: -5px 5px 0px 0px;
}
.produkt_detail div.anfrage_daten {
	margin-top: 10px;
}

/* Schutzklassen */
table.schutzklassen {
	width: 650px;
}
table.schutzklassen td, th {
	padding: 10px;
	vertical-align: top;
	line-height: 1.25em;
}
table.schutzklassen th {
	text-align: left;
	font-weight: bold;
	font-size: 16px;
}
table.schutzklassen td.right, 
table.schutzklassen th.right {
	text-align: right;
}


/* kontakt */
.anfrage_daten {
	float: right;
	text-align: right;
}
.anfrage_daten input {
	border: 1px solid #666666;
	margin-left: 20px;
	width: 250px;
}
.anfrage_daten table {
	width: 650px;
	margin-bottom: 20px;
}
.anfrage_daten table td,
.anfrage_daten table th {
	padding: 2px 15px 0px 0px;
	text-align: left;
}
.anfrage_daten table th {
	font-weight: bold;
}
.anfrage_daten input.radio {
	width: 20px;
	margin: 0px;
}
.anfrage_daten input.menge {
	width: 30px;
	margin: 0px;
}

/* merkliste */
table.merkliste {
	width: 650px;
	margin-bottom: 20px;
}
table.merkliste th {
	text-align: left;
	padding: 5px 10px 5px 10px;
	font-weight: bold;
	white-space: nowrap;
}
table.merkliste td {
	background-color: #feeeb2;
	padding: 5px 10px 5px 10px;
	border-bottom: 3px solid white;
}

/* sitemap */
ul.sitemap {
	padding: 0px 0px 0px 10px;
	list-style-type: none;
}
ul.sitemap li {
	padding: 10px 0px 3px 0px;
	margin: 0px;
}
ul.sitemap ul {
	list-style-type: none;
	padding: 0px 0px 0px 10px;
	margin: 0px;
}
ul.sitemap ul li {
	padding: 0px 0px 3px 0px;
	margin: 0px;
}
ul.sitemap ul li a,
ul.sitemap li a {
	text-decoration: none;
}
ul.sitemap ul li a:hover,
ul.sitemap li a:hover {
	text-decoration: underline;
}


/* globales */
.rot {
	color: #ff0000;
}
.clear {
	clear: both;
	height: 0px;
	overflow: hidden;
	line-height: 0px;
	font-size: 0px;
	margin: 0px; 
	padding: 0px;
}
.message {
	background-color: #fee68f;
}
.message_padding {
	padding: 10px;
}
.message_padding p {
	position: relative;
}
/* toggle value */
.toggleval,
.tv-default {
	color: #888888;
}
.tv-focused {
	color: #000000;
}
.tv-changed {
	color: #000000;
}