﻿.information ul {
margin-top:20px;
}

.information li {
margin-top:10px;
}

.element {
float:left;
width:100%;
/* border: 2px solid #000; */
margin-top:30px;
}
.element a{
font-weight:bold;
text-decoration:none;
color:#000000;
}

.element a:hover{
text-decoration:underline;
}

.left {
float:left;
text-align:center;
vertical-align:middle;
width: 120px;
/* border: 1px solid #000; */
height: 150px;
}
.right {
margin-left:25px;
padding-left:25px;
width: 296px;
/* border: 1px solid #CCC; */
float:left;
}
.right ul {
/*
list-style-image: url('icons/pfeil_12x12.png');
*/
}
.right li {
margin-bottom:10px;
}
.clear2 {
clear:both;
padding:15 0 15 0px;
}
