/* --- CONTENT >>> LAYOUT & STYLES --- */

#container_3 {
	color: #000;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.4em;
}

/* --- HEADLINES ---*/

h1, h2, h3, h4 {
	text-indent: -999em; /* Phark Image Replacement	*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-repeat: no-repeat;
	background-color: #ffffff;
}

h1 {
	color: #07c;
	font-size: 21px;
	font-weight: bold;
	font-variant: small-caps;
	line-height: 1.3em;
	margin: 15px 0;
	background-position: 0 15px;
	padding: 15px 0 0;
}
	
h2 {
	color: #07c;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.4em;
	margin: 0;
	padding: 10px 0 5px;
	background-position: 0 15px;
}
	
h3 {
	color: #07c;
	font-size: 15px;
	font-weight: bold;
	font-variant: small-caps;
	line-height: 1.3em;
	margin: 0;
	padding: 5px 0;
	background-position: 0 10px;
}

h4 {
	color: #000;
	font-size: 13px;
	font-weight: normal;
	margin: 0;
	padding: 5px 0 0;
	background-position: 0 5px;
}

h5 {
	color: #07c;
	font-size: 10px;
	font-weight: bold;
	line-height: 1.4em;
	text-transform: uppercase;
	margin: 2px 0;
	padding: 2px 0;
}
	
h6 {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.4em;
	/* clear: both; */
	margin: 0;
	padding: 4px 0;
	font-variant:small-caps;
}

h1.subline {
	margin-bottom: 0px;
	padding-bottom: 0;
}

#container_1 h2 {
	background: transparent 0 0;
	padding-top: 0;
	padding: 0;
	}

.headline_reset {
	color: #000;
	font-size: 10px;
	font-weight: normal;
}
	
	
/*--- LINKS ---*/
	
#container_3 a {
	color: #0077cc;
	text-decoration: none; /* dunkles blau */
}
	
#container_3 h6 a {
	color: #000;
}


/*--- ABSÄTZE ---*/

#container_3 p {
	margin: 4px 0;
	padding: 4px 0;
}


/* --- FARBEN ---*/

.bg_lightestblue {
	background-color: #f2f5f9;
}

.bg_lightblue {
	background-color: #e9f0f8;
}

.bg_lightyellow {
	background-color: #ffffcc;
}

.bg_yellow {
	background-color: #f7ee99;
}

.bg_lightorange {
	background-color: #ffeebb;	
}

.text_gray {
	color: #999;
}
	
.text_blue, .blue {
	color: #07c;
}

.lightblue {
	color: #88bbdd;
}

.yellow {
	color: #f7dd66;
}

.darkorange {
	color: #ee9922;
}

.error {
	color: red;
}

.important {
	color: #07c;
	font-weight: bold;
}


/* --- DIVERSE TEXTKLASSEN ---*/

.clear {
	clear: both;
}

.nowrap {
	white-space: nowrap;
	}

.btn_standard, .btn_modification, .btn_customized {
	text-align: center; 
	width:120px; 
	font-size: 12px;
	font-weight: bold;
	padding-top: 6px;
	padding-bottom: 6px;
	line-height: 1em;
}

.btn_standard {
	background-color: #ffffcc;
}

.btn_modification {
	background-color: #ffeebb;
}

.btn_customized {
	background-color: #e9f0f8
}

.bigger {
	font-size: 13px;
	line-height: 17px;
	}

.caps {
	font-variant: small-caps;
}

.bigdot {
	font-size: 36px;
	line-height: 30px;
}

.productline {
	font-size: 21px;
}


/* --- BILDER NEBEN TEXT ---*/
	
.image_floatR_10 {
	float: right;
	margin-top: 10px;
	margin-left: 20px;
	}
	
.image_floatR_50 {
	float: right;
	margin-top: 10px;
	margin-left: 20px;
	margin-right: 50px;
	}
	
.image_floatR_100 {
	float: right;
	margin-top: 10px;
	margin-right: 100px;
	}

.image_floatR_200 {
	float: right;
	margin-top: 10px;
	margin-right: 200px;
	}

/* --- ZUSÄTZLICHE LAYER im CONTENT --- */


#spalte_320 {
	width: 320px;
	}
	
#spalte_360 {
	width: 360px;
	}

#spalte_400 {
	width: 400px;
	}

#spalte_480 {
	width: 480px;
	}
	
#spalte_480_clear {
	width:480px;
	clear: both;
	}
	
#sitemap {
	color: #07c;
	line-height: 1.6em;
	text-transform: uppercase;
	}


/* SEITE >>> HOME */

.img_headlines {
	padding: 0;
	display: block;
	}

div#img_holder1, div#img_holder2 {
	position: relative;
	top: 10px;
	left: -20px;
	width: 300px;
	float: left;
	margin-bottom: 20px;
	}
	
div#img_holder1 p, div#img_holder2 p {
	width: auto;
	margin-left: 20px;
	}

div#img_holder1 img, div#img_holder2 img {
	padding: 0;
	display: block;
	}
	
/* SEITE >>> ÜBERSICHT (19 Zoll) */

#breadcrumb_top, 
#breadcrumb_bottom, 
#breadcrumb_top a, 
#breadcrumb_bottom a {
	color: #999;
	text-decoration: none;
}
	
#breadcrumb_top a:hover, 
#breadcrumb_bottom a:hover {
	color: #07c;
	text-decoration: none;
	}

#breadcrumb_top {
	text-align: right;
	margin-bottom: 15px;
	}

#breadcrumb_bottom {
	text-align: left;
	margin-top: 10px;
	padding-bottom: 0;
	}
	
/* --- LISTEN --- */

#container_3 dl {
	width: 400px;
	margin: 0;
	padding: 10px 0;
	list-style-type: none;
	}

#container_3 dt {
	color: #07c;
	font-weight: bold;
	background-image: url(/_images/content/ul_arrow_1.gif);
	background-repeat: no-repeat;
	background-position: 0 11px;
	margin: 0;
	padding: 10px 0 4px 20px;
	}
	
#container_3 dd {
	background-image: url(/_images/content/ul_arrow_2.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
	margin: 0;
	padding: 2px 0 4px 20px;
	}

#container_3 ul {
	margin: 0;
	padding: 2px 0;
	list-style-type: none;
}

#container_3 ul li {
	background-image: url(/_images/content/ul_arrow_1.gif);
	background-repeat: no-repeat;
	background-position: 2px 1px;
	padding-right: 20px;
	padding-bottom: 4px;
	padding-left: 20px;
}
	
#container_3 ul ul {
	margin: 0 0 4px;
	padding: 0;
	list-style-type: none;
}
	
#container_3 ul ul li {
	background-image: url(/_images/content/ul_arrow_2.gif);
	background-repeat: no-repeat;
	background-position: 0 7px;
	margin: 0;
	padding: 4px 20px 0 18px;
}
	
#container_3 ul ul ul li {
	background-image: url(/_images/content/ul_dot_1.gif);
	background-repeat: no-repeat;
	background-position: 0 7px;
	margin: 0;
	padding: 4px 20px 0 13px;
}

#container_3 ol {
	margin: 0;
	padding: 0 0 0 18px;
}
	
#container_3 ol li {
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 3px;
}


/* --- TABELLEN STYLES --- */

table#product {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.4;
	width: 660px;
	}

table#product .col1 {
	
	}

table#product .col2 {
	
	}

table#product h6 {
	padding-left: 16px;
	padding-top: 8px;
	padding-bottom: 8px;
	font-variant: normal;
	font-size: 12px;
	}
	
table#product td {
	vertical-align: top;
	width: 330px;
	}
	
table#product p {
	margin-left: 16px;
	}
	
table#product ul {
	margin: 0 0 0 16px;
	padding: 0;
	list-style-type: none;
	}

table#product ul li {
	background-image: url(/_images/content/ul_arrow_1.gif);
	background-repeat: no-repeat;
	background-position: 0 1px;
	padding-right: 20px;
	padding-bottom: 4px;
	padding-left: 20px;
	}
	
table#product ul ul {
	margin: 0 0 0 0;
	padding: 0;
	list-style-type: none;
	}
	
table#product ul ul li {
	background-image: url(/_images/content/ul_arrow_2.gif);
	background-repeat: no-repeat;
	background-position: 0 7px;
	margin: 0;
	padding: 4px 20px 0 18px;
	}
	
	
table#product .image_BLOCK {
	margin: 20px 0 40px;
	padding: 0;
	display: block;
	}
	
table#product .image_BLOCK_V2 {
	margin: 20px 0 10px;
	padding: 0;
	display: block;
	}
	
table#product .td_blue {
	background-color: #e9f0f8;
	}
	
table#product .td_yellow {
	background-color: #ffffcc;
	}

table#product ul.no_arrow li {
	background-image: url(/_images/content/ul_arrow_2.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
	margin: 0 0 0 18px;
	padding: 0 20px 4px;
	}
	
table#product ul.center{
	background-image: none;
	text-align: left;
	width: 340px;
	list-style-image: none;
	}
table#ansprechpartner {
	width: 500px;
	}
	
table#ansprechpartner td {
	text-align: left;
	vertical-align: top;
	padding-right: 30px;
	padding-bottom: 16px;
	white-space: nowrap;
	}
	
table#overview td {
	border-bottom: 2px solid white;
	
	}
	
table#overview a {
	color: black;
	}
	
table#overview .product_line {
	display: block;
	font-size: 15px;
	}
	
table#overview .product_line i {
	font-size: 14px;
	}
	
table#overview .productname {
	padding: 8px;
	}

table#overview .zusatz {
	font-size: 10px;
	padding: 4px 8px;
	}

table#overview .submenue {
	display: none;
	}

table#overview .submenue a {
	display: block;
	text-align: center;
	behavior: url(iepngfix.htc);
	height: 32px;
	background: url(../_images/content_produktuebersicht/weiss80pro.png) 0 bottom;
	border-top: 2px solid #88bbdd;
	}

table#overview .submenue a:hover {
	background: url(../_images/content_produktuebersicht/blau80pro.png) 0 bottom;
	}

table#overview .submenue a em {
	display: block;
	font-weight: normal;
	text-align: left;
	font-style: normal;
	white-space: nowrap;
	padding: 8px 2px 4px 8px;
	}

table#ipc-overview a {
	color: black;
	}
	
table#ipc-overview th {
	font-size: 12px;
	}
	
table#ipc-overview th small {
	font-size: 10px;
	display: block;
	font-weight: normal;
	font-style: normal;
	}
	
table#ipc-overview td {
	vertical-align: top;
	}

table#ipc-overview th,
table#ipc-overview td {
	border-bottom:2px white solid;
	}
	
table#ipc-overview td p {
	padding-top: 4px;
	margin-top: 0;
	padding-bottom: 2px;
	margin-bottom: 0;
	}
	
table#ipc-overview .product_line {
	display: block;
	font-size: 15px;
	}
	
table#ipc-overview .product_line i {
	font-size: 14px;
	}


/* 
--- DOWNLOADS --- 
*/
	
div.download_box {
	float: left;
}

div.download_box img {
	margin-right: 25px;
}

div.download_box span {
	width: 78px;
	height: 78px;
	display: block;
	border: 1px solid #a8a8a8;
	background-repeat: no-repeat;
	background-position: center center;
	margin-right: 25px;
	}
	
div.download_box em {
	color: #0088cc;
	display: block;
	font-weight: normal;
	font-style: normal;
	margin-top: 5px;
	margin-bottom: 15px;
	}

	
/* --- PRODUKTE --- */

#stickie {
	background-color: #fff;
	position: relative;
	top: 0;
	left: 15px;
	width: 190px;
	margin: 0;
	padding: 0;
	display: block;
	}
	
#stickie .products_line {
	color: #000;
	font-size: 18px;
	background-color: #fff;
	margin: 0;
	padding: 0 12px 10px 11px;
	}
	
#stickie .products_name {
	color: #fff;
	font-size: 14px;
	line-height: 1em;
	background-color: #0088cc;
	margin: 0;
	padding: 6px 12px;
	border-bottom: 4px solid #fff;
	white-space: nowrap;
	}

#stickie .products_subhead {
	color: black;
	font-size: 10px;
	font-weight: bold;
	background-color: #e9f0f8;
	margin: 0;
	padding: 6px 12px 0;
	white-space: nowrap;
	}
	
#stickie .products_desc {
	font-size: 10px;
	font-weight: bold;
	background-color: #e9f0f8;
	margin: 0;
	padding: 4px 12px 8px;
	}

.products_info {
	text-align: left;
	display: block;
	padding-top: 15px;
	}

.waehlen {
	padding-left: 25px;
	padding-bottom: 5px;
	padding-top: 25px;
	}

table#product .btn_standard, table#product .btn_modification, table#product .btn_customized {
	width: 190px;
	margin-left: 15px;
	margin-top: 4px;
	padding: 0;
	background-repeat: no-repeat;
	}

table#product .btn_standard {
	background-image: url(../_images/content/anim_yellow.gif);
	}

table#product .btn_modification{
	background-image: url(../_images/content/anim_orange.gif);
	}

table#product .btn_customized {
	background-image: url(../_images/content/anim_blue.gif);
	}

table#product .btn_standard a, table#product .btn_modification a, table#product .btn_customized a {
	display: block;
	padding-top: 6px;
	padding-bottom: 6px;
	color: #000;
	}

table#product .btn_standard a:hover {
	background-color: #f7ee99;
	}

table#product .btn_modification a:hover {
	background-color: #f8dd99;
	}

table#product .btn_customized a:hover {
	background-color: #bbddee;
	}

table#product .nolink {
	padding-top: 6px;
	padding-bottom: 6px;
	background-image: none;
	margin-top: 20px;
	}


/* --- FORMULARE STYLES --- */

#form_kontaktformular input {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
#form_kontaktformular p {
	margin: 0;
	padding: 2px 0;
	}


/* --- SEITE PRESSEMITTEILUNGEN --- */

#pressebild {
	float: right;
	padding-top: 10px;
	padding-right: 10px;
}
	
#bildbox {
	float: right;
	padding-top: 10px;
	padding-right: 0px;
}
	
#pressebild span.download_text, #bildbox span.download_text {
	color: #07c;
	text-align: center;
	margin-top: 8px;
	padding: 8px 4px 4px;
	/* border-top: 1px solid #ccc; */
	display: block;
}
	
#pressebild a, #bildbox a {
	text-decoration: underline;
}

