.logga {
	margin: 0;
	padding: 0;
	height: 130px; /* height skall vara samma som bildens höjd - 130px */
	width: 100%;
    background: url(../Bilder/logga.png) no-repeat 0 0 ;
}

#datum {
    position: absolute;
	left: 750px;
	top:130px;
    text-align: right;
	width: 150px;
    color: #000099;
    font-size: 14px;
    z-index: 10;
}

