body {
background-color: #dedada;
}

#wrapper {
width: 600px;
background-color: #ffffff;
min-height: 20px;
margin: 0 auto;
font-family: Verdana;
letter-spacing: 150%;
line-height: 150%;
border-top: 10px solid #5f896a;
border-bottom: 10px solid #5f896a;
margin-bottom: 20px;
}

.icon {
float: left;
padding: 10px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

.icon img {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

.date {
float: left;
margin: 10px;
background-color: #dedada;
width:100px;
height: 60px;
margin-left: 0px;
text-align: center;
padding-top: 40px;
font-size: 10px;
}

.update {
float: left;
margin: 10px;
background-color: #dedada;
width:340px;
height: 80px;
margin-left: 0px;
padding: 10px;
font-size: 10px;
}

#inhalt {
width: 600px;
background-color: #f9f2f1;
min-height: 200px;
padding-bottom: 10px;
}

.newscontent {
width: 560px;
padding: 10px;
min-heigth: 100px;
background-color: #dedada;
clear: both;
margin: auto;
font-size: 10px;
}

p {
margin-top: 0px;
}

strong {
font-width: bold;
color: #5f896a;
}

u {
color: #bd9f85;
text-decoration: underline;
font-weight: none;
}

em {
color: #808080;
font-style: italic;
}

.newscontent a{
color: #e8f3d9;
}

.newscontent a:hover{
color: #5f896a;
font-style: italic;
}

textarea {
margin-bottom: 10px;
}