div.teaser_elements {
display:block;
min-height:200px;
margin:0;
padding:0px;
color:white;
}
.teaser_elements ul, .teaser_elements li {
list-style:none;
margin:0px;
padding:0px;
}

.teaser_elements ul {
clear:left;
display:block;
height:200px;
}

.teaser_elements li {
float:left;
padding:10px;
margin:0px 0px 20px 0px;
height:190px;
width:190px;
background-color:#43505D;
}

.teaser_elements li:first-child {
margin:0px 20px 10px 0px;
}

.teaser_elements h1 {
color:white;
font-weight:bold;
}

.teaser_elements h2 {
color:white;
font-weight:bold;
}

.teaser_elements p {
max-width:165px;
}


.teaser_elements a:visited,
.teaser_elements a:link {
text-decoration:underline;
color:white;
}

.teaser_elements a:hover {
text-decoration:none;
background-color:white;
color:#861728;
}
.teaser_elements h1 a:visited,
.teaser_elements h1 a:link,
.teaser_elements h2 a:visited,
.teaser_elements h2 a:link {
text-decoration:none;
}
