body {
    background-image: url(backgroundrepeat.jpg); 
    background-repeat: repeat; background-position: top left;
}


#map {
    background-image: url(contact.jpg);background-repeat: no-repeat; background-position: top left;
    /*width:2000px;*/
    height:800px;
    margin:0;
}

#switzerland {
    position: absolute;
    top: 345px;
    left: 150px;
    padding:20px;
    width:250px; 
    height:100px;
    z-index:1; 
    background-color:transparent; 
}

#germany {
    position: absolute;
    top: 238px;
    left: 420px;
    padding:20px;
    width:250px; 
    height:100px;
    z-index:1; 
    background-color:transparent; 
}

ul {
    color:#ffffff;
    font-weight : normal;
	font-style : normal;
	font-size : 11px;
	font-family :  Verdana, Helvetica, Arial, Sans Serif;
}

ul .title {
    font-weight : bold;
	font-size : 14px;
}

   