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

/*"features": left side of "submain" center area */
#features {
width:100%;
height:100%;
float:left;
margin-right:10%;
margin-left:4%;
font-size:.8em;
text-align:left;
}


#features #box{
height:110px;
width:350px;
float:left;
margin-top:10px;
margin-right:10px;
}

#box img {
height:80px;
margin-top: 15px;
margin-left: 12px;
margin-right: 3px;
float:left;
}

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


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

