/* 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:3%;
margin-right:3%;
margin-top:15px;
}

/*"features": left side of "submain" center area */
#features {
height:100%;
margin-right:6%;
margin-left:4%;
font-size:.8em;

}
#features ul {
font-size:.9em;
font-weight:600;
line-height:1.4em;
margin-left:15px;
margin-top:10px;
color:#1C7571;
}


#features h3{
font-size:1em;
}

#features #box{
display:none;
}




/*description: right side of "submain" center area */
#description {
height:100%;
font-size:.8em;
text-align:left;
}

#description h3{
font-size:1em;
}

#description #box2{
float:left;
height:110px;
width:350px;
margin-top:10px;
}

#box2 img {
height:80px;
margin-top: 17px;
margin-left: 15px;
float:left;
}

#box2 h1{
font-size:12px;
font-weight:600;
text-align:center;
margin-top:15px;
}





#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;
}

