
.box1 { 
width:100%;
height: 50px;
background-color: #DDDDDD;
margin-bottom: 5px;
border: #000000 1px dashed;
}

.box2 { 
width:100%;
height: 50px;
background-color: #EEEEEE;
margin-bottom: 5px;
border: #000000 1px dashed;
}

.bild { 
width:125px;
float: left;
}

/* BOX 1 */
.link1 { 
float: left;
width: 190px;
font-size: 30px;
margin-top: 6px;
margin-left: 16px;
}

.link1 a{ 
color: #000000;
}

/* BOX 2 */
.link2 { 
float: left;
width: 190px;
font-size: 22px;
margin-top: 10px;
margin-left: 16px;
}

.link2 a{ 
color: #000000;
}



.text { 
width:290px;
float: left;
font-size: 10px;
margin-top: 5px;
}


