#site {
    width: 960px;
    margin: 0 auto;
    background-color: #ffffff;
}

body,p {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
}

#header {
    height: 128px;
    background-color: #dddddd;
}

#logo_titel {
    text-align: center;
}

#navigation {
    float: left; 
    width: 150px;
    padding: 0;
 /*   background-color: #cccccc;   */
}

#menu {
    background-color: #dddddd;
    width: 145px;
    list-style-type: none;
    text-align: center;
    vertical-align: middle;
    margin: 0;
    padding: 0;
}

#menu a {
    background-color: #eeeeee;
    font-family: Trebuchet MS;
    text-decoration: none;
    display: block;
    padding: 5px; 
    color: #222222;
    border-bottom: solid #fff 4px;
}

#menu a:hover {
    background-color: #ff6060;
    color: white;
    border-bottom: solid white 4px;
}

#menu a.last {
    border-bottom: none;
}

#menu a.last:hover {
    border-bottom: none;
}

#menu a.aktiv {
  background-color: #ff6060;
  color: white;
  border-bottom: solid white 4px;
}

#news {
    margin: 0 0 0 0; padding: 0;
    width: 800px; height: auto; display: block;
}

#news_block {
    margin: 0 0 0 0; padding: 18px 18px 0 18px;
    width: 764px; min-height: 100px; display: block; overflow: hidden;
    background-color: #eeeeee;/* #fff url(../bilder/news_hintergrund.png) left bottom no-repeat;  #dddddd*/
    border-bottom: solid #dddddd 5px;
}

#news_block2 {
    margin: 0 0 0 0; padding: 18px 18px 0 18px;
    width: 764px; min-height: 100px; display: block; overflow: hidden;
    background-color: #eeeeee;/* #fff url(../bilder/news_hintergrund.png) left bottom no-repeat;*/
}

.news_titel {
	font-family: 'Helvetica', 'Helvetica Neue', Calibri, Verdana, sans-serif;
	font-size: 18px; line-height: 24px; font-weight: bold;
	text-shadow: 0px -1px 1px #fff; color: #222224; display: block;
	margin: 0 0 6px 0;
}

#news_date {
    margin: 0 0 0 0; padding: 2px 0 0 0; float: left;
    width: 37px; height: 37px; display: block;
    background: url(../bilder/datum.gif) no-repeat;	
    text-align: center; line-height: 15px; 
}

#news_date .monat {
    font-family: 'Lucida Grande','Lucida Sans Unicode','Lucida Sans Regular', Calibri, Verdana, sans-serif;
    font-size: 12px; color: #fff; font-weight: bold;
    text-shadow: 0px -1px 1px #508c00; 
    text-transform: uppercase;
}

#news_date .tag {
    font-family: 'Lucida Grande','Lucida Sans Unicode','Lucida Sans Regular', Calibri, Verdana, sans-serif;
    font-size: 16px;  color: #fff;
    text-shadow: 0px -1px 1px #508c00; 
    text-transform: uppercase;
}

#news_text {
    margin: 0 0 0 0; padding: 0 0 10px 10px;
    width: 709px; min-height: 80px; display: block; overflow: hidden;
    color: #59595a; text-align: justify;
}

#inhalt {
    float: left;
    width: 800px;
    padding: 5px;
    background-color: #eeeeee;
}

#info {
    border-bottom: solid #dddddd 5px;  
    text-align: justify;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 20px;
}

#linkbreak {
    border-bottom: solid #dddddd 5px;  
}

.clear {
    clear: both;
}

.update {
  color: red;
  font-weight: bold;
  text-decoration: underline;
}

#history p {
  text-indent: 15px;
  text-align: justify;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 20px;
  color: #59595a;
}

#history p:first-letter {
  font-size: 130%;
  font-weight: bold;
  color: #000000;
}

.zentriert {
    text-align: center;
}

h3  {
    font-size: 14pt;
    color: #000000;
}