* {
	margin: 0;
	padding: 0;
}
body  {
	font: 11pt/14pt "Gill Sans", Arial, sans-serif;
	text-align: center !important;
	color: #454545;
	background: #fff;
	width: 100% !important;
 	margin: 0 !important;
 	padding: 0 !important;
}
#container { 
	text-align: left;
	background: #fff;
	width: 100% !important;
	margin: 0 auto;
 	padding: 0 !important;
}
#kopfzeile { 
	height: 107px; /* 95px */
	width: 100% !important;
	margin: 0 !important;
 	padding: 0 !important;
}
#logo span {
	display: none;
}
#logo a {
	display: block;
	background: url(/img/allgemein/hinz_logodruck2.gif) no-repeat;
	width: 213px; /* 169px */
	height: 102px; /* 82px */
	margin: 0 0 0 -2px; 
	float: left;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 16pt;
}
h1 {
	font-size: 15pt;
	margin: 30px 35px 24px 5px;
}
h2 {
	font-size: 1.19em;
	line-height: 1.1em;
	padding: 0 0 10px 0;
}
h3 {
	font-size: 1.1em;
}
h4 { /* Sublines mit Linie */
	color: #000;
	font: normal normal 1.22em/1.2em "Gill Sans", Arial, sans-serif;
	width: 100%;
	padding: 0 0 25px 0;
	margin: 0 0 15px 0;
	border-bottom: 3px solid #454545;
}
h4.gefolgt {
	margin: 0 0 10px 0;
}
h4 a {
	color: #000;
	text-decoration: none;
}
h4 a:hover {
	color: #777;
}
h4.gelb { /* Sublines fuer Druck mit gelber Linie */
	border-bottom: 3px solid #c27e36;
}
h4.gruen{ /* Sublines fuer Doku mit gruener Linie */
	border-bottom: 3px solid #3f822e;
}
h4.rot { /* Sublines fuer Mobil mit roter Linie */
	border-bottom: 3px solid #ab202e;
}
h4.blau { /* Sublines fuer Online mit blauer Linie */
	border-bottom: 3px solid #2f4b8e;
}
h5 { /* graue Thematik bei News */
	color: #777;
	padding: 0.7em 0 0 0;
	font: italic normal 1em/1.3em "Gill Sans", arial, sans-serif;
}
h5.subline {
	padding: 0 0 0.7em 0;
}
h6 { /* kleine Zwischenueberschrift */
	color: black;
	padding-top: 22px;
	font: 1em/1.3px "Gill Sans", arial, sans-serif;
}
a {
	outline: none;
}
p {
	padding: 0 0 25px 0;
	font-size: 1em; 
	line-height: 1.6em;
	color: #000;
}
p a, ol a { /* Links innerhalb Text */
	text-decoration: none;
	color: #777;
	font-style: italic;
}
a.mehr[href]:after, ul.servicebox a[href]:after, ul.prouebercontainer li a[href]:after, #ueberprodukte p a[href]:after {
	display: none;
}
p a:hover {
	color: #000;
}
p.schmal {
	width: 196px;
}
a.mehr, a:hover.mehr {
	padding-left: 0.7em;
	color: #777;
	background: none;
	font-style: italic;
}
em {
	padding-left: 0.7em;
	color: #8d8d8d;
}
table {
	border: none;
	border-collapse: collapse;
	border-spacing: 13px;
	margin: 0 0 2em 0;
	color: #000;
}
tr {
	border: none;
	border-bottom: 10px solid #fff;
}
th, td {
	border: none;
	vertical-align: top;
	text-align: right;
	padding-right: 1em;
	font-weight: normal;
	font-style: normal;
}
td {
	text-align: left;
}

#inhalt {
	width: 710px;
	float: left;
	margin: 0 0 0 -4px; 
	background: #fff;
}

/* Bilder und Bildunterschriften */

a img {
	border: none;
	border-top: 3px solid #fff;
}
a img:hover {
	border-top: 3px solid #454545;
}
img.bild {  /* Bilder fuer Spalte1, io */
        margin: 0 0 10px 0;
}
.bildrechts { /* Bilder fuer Spalte4, rechts angeordnet */
        margin: 3px 0 7px 15px;
        float: right;
}
.bildrechts-zwei{ /* zwei Bilder fuer Spalte4, rechts untereinander angeordnet */
        margin: 3px 0 7px 15px;
        float: right;
}
.float {
	float: left;
}
img.bildlinks { /* Bilder fuer rechte Spalte, links angeordnet */
	margin: 3px 20px 20px 0;
	float: left;


}
p.bildunterschrift, .bildlinks p { /* Bildunterschriften */
	margin: 0 0 15px 0;
	font-size: 0.8em;
	line-height: 1.3em;
	color: #8d8d8d;
}
img#headerbild { /* Kopfbild */
	display: none;
}
* html img#headerbild {
	margin-right: 2px;
}

/* Spalten */

#spalte1, #spalte0 {
	margin: 0 0 20px 5px;
	float: left;
	width: 196px;
}
* html #spalte1, * html #spalte0 {
	margin-left: 17px;
}
#spalte0 {
	margin: 0 0 20px 27px;
}
* html #spalte0 {
	margin-left: 27px;
}
#spalte4 {
	margin: 0 34px 20px 0;
	padding-right: 20px;
	float: right;

	width: 419px;
}
* html #spalte4  {
	margin-right: 17px;
}

/* Infobox */

.infobox {
	margin: 0 0 35px 0;
	padding: 1em 0;
	background: #fff;
	width: 196px;
	border-bottom: 2px solid #808080;
	border-top: 2px solid #808080;
}
* html .infobox {
	margin: 0 0 35px 0;
	padding: 1.5em 15px;
	width: 196px; /* ie5 + ie6 */
	voice-family: "\"}\"";
	width: 164px; /* ie6 */
	voice-family: "\"}\"";
}
.infobox p {
	font-style: italic;
	font-size: 1em;
	color: #454545;
	padding: 0; 
	margin: 0;
}

/* ------- Infobox Liste */

.infobox ul {
	font-style: italic;
	font-size: 1em;
	padding: 15px 0 0 15px;
	margin: 0;
}
.infobox ul li {
	padding: 0 0 0.6em 0; margin: 0;
	list-style-image: url(/img/allgemein/listen/infobox_anstrich.gif);
}

/* Listen */

#spalte2 ul.text, #spalte3 ul.text, #spalte4 ul.text {
	padding: 0 0 12px 30px; 
	margin: -0.7em 0 0 0;
	color: #000;
	list-style-image: url(/img/allgemein/listen/liste_text_anstrich.gif);
}
#spalte2 ul.text li, #spalte3 ul.text li, #spalte4 ul.text li {
	padding: 0 0 0.7em 0;
	margin: 0;
	line-height: 1.6em;
}
#spalte2 ul.text ul.text, #spalte3 ul.text ul.text, #spalte4 ul.text ul.text {
	padding: 10px 0 10px 40px;
}
#spalte2 ul.liste, #spalte3 ul.liste, #spalte4 ul.liste  {
	padding-top: 10px;
}
#spalte2 ul.text ul.text li, #spalte3 ul.text ul.text li, #spalte4 ul.text ul.text li{
	padding: 0 0 5px 0;
	margin: 0;
	line-height: 1.4em;
}
#spalte2 ol, #spalte3 ol, #spalte4 ol{
	padding: 0; margin: 0;
	list-style-type: none;
	color: #000;
	text-indent: 0;
}
#spalte2 ol li, #spalte3 ol li, #spalte4 ol li{
	line-height: 1.6em;
	padding: 0 0 20px 0; margin: 0;
}
#spalte2 ol ol, #spalte3 ol ol, #spalte4 ol ol{
	padding: 0 0 1.7em 20px; margin: 0;
	list-style-type: none;
}

/* Startseite */

#news {
	margin: 0 0 20px 4px;
	padding: 25px 0 0 0;
	float: left;
	width: 196px;
	background: #fff;
}
* html #news {
	margin-left: 2px;
	width: 226px; /* ie5 + ie6 */
	voice-family: "\"}\"";
	width: 196px; /* ie6 */
	voice-family: "\"}\"";
}
#news h4 {
	padding: 5px 0 15px 0;
	margin: 0 0 5px 0;
}
#news p {
	padding-top: 5px;
}
#startseitenbild {
	display: none;
}

/* Uebersicht 4 Bereiche */

#ueberprodukte {
	margin: 30px 4px 30px 0; 
	padding: 0;
	float: right;
	width: 476px;
	background: #fff;
}
* html #ueberprodukte {
	margin-right: 2px;
}
.ueberbox {
	float: left;
	width: 206px;
}
#ueberprodukte p {
	font-size: 1em;
	line-height: 1.4em;
	margin: 0 0 1em 0;
	padding: 0;
}
#ueberprodukte a {
	color: #000;
	font-size: 1em;
	line-height: 1.4em;
	font-style: normal;
}
#ueberdruck {
	margin: 0 0 0 30px;
	float: left;
	border-top: 3px solid #c27e36;
	background: #fff;
}
* html #ueberdruck {
	margin-left: 15px;
}
#ueberdoku {
	margin: 0 26px 0 0;
	float: right;
	border-top: 3px solid #3f822e;
	background: #fff;
}
* html #ueberdoku {
	margin-right: 13px;
}
#uebermobil {
	margin: 10px 0 0 30px;
	clear: both;
	float: left;
	border-top: 3px solid #ab202e;
	background: #fff;
}
* html #uebermobil {
	margin: 5px 0 0 15px;
}
#ueberonline  {
	margin: 10px 26px 0 0;
	float: right;
	border-top: 3px solid #2f4b8e;
	background: #fff;
}
* html #ueberonline {
	margin: 5px 13px 0 0;
}
#druck_oben, #doku_oben, #mobil_oben, #online_oben {
	width: 206px;
	height: 74px;
	background: url(/img/allgemein/produktbereich/druck_print.gif) no-repeat 0 50%;
}
#doku_oben {
	background: url(/img/allgemein/produktbereich/doku_print.gif) no-repeat 0 50%;
}
#mobil_oben {
	background: url(/img/allgemein/produktbereich/mobil_print.gif) no-repeat 0 50%;
}
#online_oben {
	background: url(/img/allgemein/produktbereich/online_print.gif) no-repeat 0 50%;
}
#druck_unten, #doku_unten, #mobil_unten, #online_unten {
	display: none;
}

/* Fusszeile */

#footer { 
	display: none;
}
.clearfloat {
        clear: both;
}

/* Platzhalter */

.platz50 {	height: 50px; }
.platz100 {	height: 100px; }
.platz300 {	height: 300px; }
.platz500 {	height: 500px; }

/* Schatten */

#schattenoben, #schattenunten {
	display: none;
}


/* Sprachnavigation */

#sprache {
	display: none;
}

/* Produktnavigation */

#load1 {background: url(/img/allgemein/navigation/pronav_hover_druck.jpg);}
#load2 {background: url(/img/allgemein/navigation/pronav_hover_doku.jpg);}
#load3 {background: url(/img/allgemein/navigation/pronav_hover_mobil.jpg);}
#load4 {background: url(/img/allgemein/navigation/pronav_hover_online.jpg);}
#load5 {background: url(/img/allgemein/navigation/hauptnav_bg_hover.gif);}

.pronav { 
	display: none;
}

/* Hauptnavigation */

.hauptnav {
	display: none;
}

/* Produktuebersicht */

ul.prouebercontainer {
	padding: 0;
	margin: 15px 0 35px 0;
}
ul.prouebercontainer a.subproueber {
	padding-left: 20px;
	margin: 0;
}
ul.prouebercontainer li {
	list-style-type: none;
	font-size: 1em;
	line-height: 1.1em;
	padding: 0.5em 0;
	border-bottom: 1px solid #8d8d8d;
}
ul.prouebercontainer li a {
	text-decoration: none;
	color: #454545;
}
ul.prouebercontainer li a:hover {
	text-decoration: none;
	color: #999;
}
ul.prodruck li a:hover, li.prodruck a:hover, ul.prouebercontainer li.prodruck a:hover, ul li a.prodruckaktiv, a.blaetterndruck {
	color: #c27e36;
}
ul.prodoku li a:hover, li.prodoku a:hover, ul.prouebercontainer li.prodoku a:hover, ul li a.prodokuaktiv, a.blaetterndoku {
	color: #3f822e;
}
ul.promobil li a:hover, li.promobil a:hover, ul.prouebercontainer li.promobil a:hover, ul li a.promobilaktiv, a.blaetternmobil {
	color: #ab202e;
}
ul.proonline li a:hover, li.proonline a:hover, ul.prouebercontainer li.proonline a:hover, ul li a.proonlineaktiv, a.blaetternonline {
	color: #2f4b8e;
}

/* Servicebox */

ul.servicebox {
	clear: both;
	margin: 0 0 35px 0;
	padding: 0;
	width: 196px;
}
ul.servicebox li {
	margin: 0;
	line-height: 1.1em;
	list-style: none;
	border-bottom: 1px solid #999;
	padding: 0.7em 0 0.7em 30px; /* ie5 */
	text-indent: -16px;  /* ie5 */
	voice-family: "\"}\"";
	padding: 0.7em 0 0.7em 26px; /* ie6 + andere */
	text-indent: 0;
	voice-family: "\"}\"";
}
* html ul.servicebox li {

}
ul.servicebox a {
	text-decoration: none;
	color: #7e7e7e;
}
ul.servicebox a:hover {
	color: #666;
}
.drucken {
	background: url(/img/allgemein/service/drucken.gif) no-repeat center left;
}
.download {
	background: url(/img/allgemein/service/pdf.gif) no-repeat center left;
}
.anfordern {
	background: url(/img/allgemein/service/produktinfo.gif) no-repeat center left;
}
.vergroessern {
	background: url(/img/allgemein/service/lupe.gif) no-repeat left center;
}
.login {
	background: url(/img/allgemein/service/login.gif) no-repeat center left;
}

/* unterste Seitennavigation zum vor- und zurueckblaettern */

a.blaetterndruck, a.blaetterndoku, a.blaetternmobil, a.blaetternonline {
	text-decoration: none;
	font-style: italic;
	margin: 0 0 20px 0;
	padding: 0 0 0 30px;
	float: right;
}

/* Thumbnail-Nav */

.jcarousel-skin-hinz {
	display: none;
}