.title, .yellow, .section, .subsection, .subsubsection{
   color: yellow;
}

.title{
   padding: 15px;
   font-size: 25px;
   text-align: center;
}

.section, .subsection, .subsubsection{
   padding: 10px;
}

.section{
   font-size: 20px;
}

.subsection{
   font-size: 18px;
}

.subsubsection{
   font-size: 16px;
}

dt{/*News Datum*/
   font-style: italic;
}

div.row{
   clear: both;
   border-top: 1px solid white
}

.img{
   width: 500px;
}

img.kopf{
   float: right;
   padding: 5px;
   width: 200px;
   border: none;
}

a img.kopf{
   border: 1px solid yellow;
}

.bold{
   font-weight: bold;
}