/* CSS for ELZET80's web site
Walter L. Giesler, ELZET80, Aachen
/*ELZET80 ci:
ELZET-blue  (HKS44): #0a50a1;
ELZET-blue backgrounds (HKS44): #1868B1;
ELZET-green (HKS52): #1C7571;
ELZET-green backgrounds (HKS52): #2EA28D;
*/

html, body { 
    margin:0;
    padding:0;
	color:#0a50a1;
/*	to make Safari (Mac) happy: 
*/	height:100%;
	width:100%;
	}

body {
font: 100%  Arial, Helvetica,  sans-serif, Geneva, Verdana;
height:100%;
}

ul, li, p, pre, blockquote {
margin:0;
padding:0;
}

a {color:#1C7571;
}


img {
border:0;
}

#printonly img{
width:700px; 
background-color:#006699;
}

#main .language{
display:none;
} 
#main {
/*float:none;
does not help Firefox to print more than 1 page
*/
float:none !important;
left: 0;
width: 100%;
}

#bannerbg{
display:none;
}
#banner {
display:none;
}

#submain{
height:85%;
margin-left:20px;
margin-top:20px;
}

#submain #addtlInfo {
height:100%;
font-size:.85em;
float:left;
}


#addtlInfo  .item{
margin-top:10px;
clear:both;
}

#addtlInfo h6{
font-size:1em;
}

#addtlInfo  .code{
color:#1C7571;
font-weight:600;
margin-bottom:5px;
}


#addtlInfo  .item img{
float:left;
margin: 0 10px 10px 0;
} 

#addtlInfo  .price{
position:absolute;
right:25%;
color:#1C7571;
font-weight:600;
}


#addtlInfo  .itemtext{
font-size:1em;
}

#submain #box{
display:none;
}


#navi {
display:none;
}
	
#copyright{
position:fixed;
_position:absolute;
bottom:0;
margin:0;
width:100%;
z-index:3;
}
#copyright h6{
font-size:10px;
font-weight:100;
font-stretch:condensed;
color:white;
display:block;
background-color:#1868B1;
margin:0;
padding:3px 3px 3px 11%;
overflow:hidden;
}
