/***********************************/
/* ALLGEMEINES */
/***********************************/

DIV.cont{
	position:relative;
   width:598px;
   height: 50px;
   font-family : sans-serif;
   background-color: navy;
	font-size : 15px;
	font-weight : bold;
   color: white;
   text-align: center;
}

IMG.image{
	position:absolute;
	top:0px;
	left:0px;
}