
html,
body {
	margin:0;
	padding:0;
	height:100%;
}
html>body #wrap {height:100%;} /* 100 % height */

#header {display:none;}
html>body #header {display:none;}
html>body #content-wrap {height:100%;}
html>body #content {width: 20cm;}

#footer {display:none;}

#Leiste_unten {display:none;}

html>body #footer {
	position:fixed;
	bottom:0;
	z-index:10;
	display:none;
	}

/*Farben etc.*/
html,
body {
color:#000000;
background:#ffffff;
}

#content-wrap,
#content {background:#ffffff;}
#footer a {color:#000000;}

.buttonscontainer {display:none;}

/* Typo */

h1, h2, h3, h4, h5, h6 {
font-family : Verdana, Arial, Helvetica, sans-serif;
color : #000000;
text-decoration : none;
}

h1{
font-weight : bold;
font-size : 22px;
}

h2 {
font-weight: normal;
font-size : 114%;
}

h3 {
font-size : 15pt;
line-height : 20pt;
font-weight : lighter;
}

h4 {

font-size : 100%;
font-weight : normal;
}

h5 {
font-size : 100%;
}

h6 {
font-size : 12px;
font-weight : bold;
color : #ffffff;
}

.TXT_fliesstext, .fett, .blau, .fett_blau, .fett_blau_gross, .rot, .fett_rot, .fett_rot_gross, .Link  {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 12px;
font-weight : normal;
text-decoration : none;
color : #000000;
line-height : 16px;
}

.fett, .fett_blau, .fett_blau_gross, .fett_rot, .fett_rot_gross {
font-weight : bold;
}

.fett_blau_gross, .fett_rot_gross {
font-size : 16px;
}

.Link {
text-decoration : underline;
}

.Artikelnummer {
font-weight : lighter;
font-family : Verdana, Arial, Helvetica, sans-serif;
color : #FFFFFF;
text-decoration:overline;
}

#printlogo {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size : 12px;
font-weight : normal;
}

/* Tabelle Zeilen farbig */
.Zelle_dunkelblau, .Zelle_hellblau, .Zelle_hellblau2, .Zelle_weiss {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 12px;
height : 14px;
text-decoration : none;
}

.Zelle_dunkelblau {
color:#ffffff;
font-weight : bold;
background-color:#333333;
background:#333333;
padding-left : 5px;
}

.Zelle_hellblau2 {
color:#000000;
font-weight:normal;
background-color:#999999;
background:#999999;
padding-left : 5px;
}

.Zelle_hellblau {
color:#000000;
font-weight:normal;
background-color:#CCCCCC;
background:#cccccc;
padding-left : 5px;
}

.Zelle_weiss {
color:#000000;
font-weight:normal;
background-color: #FFFFFF;
background:#ffffff;
padding-left : 5px;
}


.bild {
float:none;
padding : 5px 5px 5px 5px;
}

.bildr {
float : none;
padding : 5px 5px 5px 5px;
}


