/* 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%  Geneva, Verdana, Arial, Helvetica,  sans-serif;
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:15px;
margin-top:15px;
}

/*"features": left side of "submain" center area */
#features {
width:100%;
height:100%;
float:left;
margin-right:6%;
}


#features ul {
font-size:.8em;
line-height:1.4em;
color:#1C7571;
margin-left:15px;
position:relative;
z-index: 2;
}


#features img{
height:170px;
margin-left:500px;
position:absolute;
z-index: 1;
}

/*description: center  of "submain" center area */
#description {
color: black;
height:100%;
font-size:.85em;
float:left;
margin-right:4%;
position: relative;
z-index:2;
}
#description #intro{
font-size:12px;
font-weight:700;
margin-bottom:3.5%;
}
#description #intro h3{
font-size:1.2em;
font-weight:900;
margin-bottom:3.5%;
}
#description #bodyText{
font-size:.8em;
margin-bottom:3.5%;
}

#description img{
float:left;
}

#addlinfo {
width:15%;
height:100%;
font-size:.85em;
overflow:auto;
}

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