html, body {
    background-color: #ffffff;
    color: #000000;
    font-family: 'Arial';
    font-size: 12px;
}

h3 {
    margin: 10px 20px 0px 20px;
	text-align: left;
	font-size: 14px;
	color: #5D5B59;
}

h4 {
    font-size: 14px;
}

img {
    border: 0px;
}

a {
    text-decoration: none;
    color: #002B72;
}

a:hover {
    text-decoration: underline;
    color: #002B72;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Inhalt in blauer Schrift                          */
/* - - - - - - - - - - - - - - - - - - - - - - - - - */

.bluecontent {
    margin: 10px 20px 0px 20px;
    color: #000000;
    font-family: 'Arial';
    font-size: 12px;
}

input.intern {
    color: #002B72;
    font-family: 'Arial';
    font-size: 12px;
}

a.bluecontent {
    text-decoration: none;
    color: #002B72;
}

a:hover.bluecontent {
    text-decoration: underline;
    color: #002B72;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Navigation                                        */
/* - - - - - - - - - - - - - - - - - - - - - - - - - */

.navigation {
	position: relative; left: 15px; top: -3px;
}

.button {

}

/* - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Inhaltsbereich                                    */
/* - - - - - - - - - - - - - - - - - - - - - - - - - */

.kopfzeile {
    position: absolute;
    align: center;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Presseartikel                                     */
/* - - - - - - - - - - - - - - - - - - - - - - - - - */
.pressearchiv {
    width: 300px;
    text-align: left;
}

.presseuebersichttitel {
    margin-top: 15px;
    border-width: 1px 0px;
    border-style: solid;
    border-color: #000000;
    font-size: 13px;
    font-weight: bold;
    padding: 2px 3px;;
}

.presseartikeluebersicht {
    margin-top: 15px;
    background-image: url('../template/img/block.gif');
    background-repeat: no-repeat;
    padding: 1px 0px 0px 15px;

}

.presseuebaaaersichttitel {

}


/*
<center>
 <table width="670px" cellpadding="0" cellspacing="0" border="0" height="100%">
  <tr>
   <td colspan="1" background="Bilder/NewDesign_06.jpg" height="35px">
    <div style="position:relative; left: 15px; top: -3px">
     <a href="start.htm" target="content"><img src="Bilder/Startseite.jpg" alt="Startseite" border="0"></a>
     <a href="termine.htm" target="content"><img src="Bilder/Termine.jpg" alt="Termine" border="0"></a>
     <a href="ueberuns.htm" target="content"><img src="Bilder/Ueberuns.jpg" alt="&Uuml;ber uns" border="0"></a>
     <a href="presse.htm" target="content"><img src="Bilder/Presse.jpg" alt="Presse" border="0"></a>
     <a href="kontakt.htm" target="content"><img src="Bilder/Kontakt.jpg" alt="Kontakt" border="0"></a>
     <a href="impressum.htm" target="content"><img src="Bilder/Impressum.jpg" alt="Impressum" border="0"></a>
     <a href="intern.php" target="content"><img src="Bilder/intern.jpg" alt="Intern" border="0" style="position:relative; left: 160px; top: 0px"/></a>
    </div></td>
 </table>
</center>
*/

