/* header */ 
#header {
    height: 150px;
    width: 100%;
	position:absolute;
    background: #fff url(../../images/head.gif);
    color: #242424;
	z-index: 100;
}

/* farbe fuer ueberschriften */
h1, h2 {
    color: #7e0109;
    font-weight: bold;
}

h1 {
	font-size:1em;
    text-align: right;
    font-size: 10pt;
    min-width: 217px;
}

/* image replacement fuer logo */
h1 span {
	font-size:2em;
    background: #fff url( ../../images/ellwanger-gmbh.jpg) right center no-repeat;
    position: absolute;
    height: 150px;
	width: 250px;
    right: 0px;
    vertical-align: baseline;
}

h2 {
    position: absolute;
    left: 0;
	top:0;
    padding: 25px 0 0 25px;
	height:125px;
    width: 250px;
    background: #7e0109;
    color: #fff;
    font-weight:bold;
}