body  {
        margin: 0px;
        padding: 0px;
        font-family: Verdana, Helvetica, Geneva, sans-serif;
        color: #333333;
				font-weight: normal;
}

table, td, p {
				font-family: Verdana, Helvetica, Geneva, sans-serif;
				font-size: 12px;
				color: #333333;
				font-weight: normal;
				line-height: 1.5em;
	}

a {
        font-size: 12px;
        color: #ff0000;
}

a:hover {
        color: #ff0000;
        text-decoration: none;
}
	
body {
		 		background-color: #ffffff;
}
	
#container {
				text-align : left ;
    		margin : 0 auto ;
    		width : 780px ;
  			background-color: transparent;
  			background-image: url(../bilder/seitenhintergrund.gif);
  			border-bottom: 1px solid #666666;
  			margin-bottom: 20px;
  			padding-bottom: 20px;
}

#kopfzeile {
				width: 780px;
        height: 100px;				
}

#navigation {
				width: 150px;
				float: left;
}

#inhalt {
				color: #333333;
				width: 480px;
				float: left;
}

#seiteninhalt {
        padding: 5px 20px 0px 20px;
        font-size: 12px;
        line-height: 1.2em;
}

#rechts {
				width: 150px;
				float: right;
				font-family: Verdana, Helvetica, Geneva, sans-serif;
}

#rechtsInhalt {
        padding: 5px 10px 10px 10px;
        font-size: 11px;
}

#rechtsInhalt a {
        font-size: 10px;
}

h1 {
        font-size: 14px;
        border-bottom: 1px solid #999999;
        font-family: Verdana, Helvetica, Geneva, sans-serif;
}

h2 {
        font-size: 11px;
        font-family: Verdana, Helvetica, Geneva, sans-serif;
}

table.chronologie {
      line-height: 1.5em;
      font-size: 12px;
}

td.links {
      width: 150px;
      padding: 0px 0px 20px 0px;
      text-align: left;
      color: #66666;
      font-size: 0.9em;
      font-weight: bold;
}

td.rechts {
      width: 300px;
      padding: 0px 0px 20px 20px;
      text-align: left;
}



.clearleft{
	clear: left;
}
/* Ende Kontakt */



/* Navigation Anfang */

#navigation ul {
	margin: 1px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style:none;
	font-size: 10px;
	line-height: 21px;
	float: left;
}
    
#navigation li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 10px;
	text-align: right;
}

#navigation a {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float:left;
	text-decoration:none;
	color: #666666;
	font-weight: bold;
	font-size: 10px;
	background:url(../bilder/bg_navi.gif) repeat-x left top;
	width: 150px;
	line-height: 21px;
}
      
#navigation a:hover, #navigation a.active{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #333333;
	font-weight: bold;
	font-size: 10px;
	background:url(../bilder/bg_navi_f2.gif) repeat-x left top;
	width: 150px;
}

#navigation span.navigation {
  padding: 0px 10px 0px 0px;
  height: 20px;
  margin: 0px 0px 0px 0px;
  text-align: top;
}

/* Navigation Ende */


/* Bildergalerie Querfomat */
dl.galerie
{
    border: 1px solid #808080;
    width: 200px;
    text-align: center;
    padding: 5px;
    padding-bottom: 15px;
    float: left;
    margin-right: 1em;
    margin-bottom: 1em;
    background: #E9E9E9;
    cursor: hand;
    cursor: pointer;
    margin-right: 7px;
}

 dl.galerie:hover
{
    border: 1px solid black;
    background: #999999;
    margin-right: 7px;
}

.galerie dt { 
         font-weight: bold;
         }

.galerie dt img
{
    border: 1px solid #000;
    width: 200px;
    height: 150px;
}

.galerie dd
{
    margin: 0;
    padding: 0;
}
/* Ende Bildergalerie Querformat */

/* Bildergalerie Hochformat */
dl.galerieHoch
{
    border: 1px solid #808080;
    width: 200px;
    text-align: center;
    padding: 5px;
    padding-bottom: 15px;
    float: left;
    margin-right: 1em;
    margin-bottom: 1em;
    background: #E9E9E9;
    cursor: hand;
    cursor: pointer;
    margin-right: 8px;
}

 dl.galerieHoch:hover
{
    border: 1px solid black;
    background: #999999;
    margin-right: 8px;
}

.galerieHoch dt { 
         font-weight: bold;
         }

.galerieHoch dt img
{
    border: 1px solid #000;
    width: 150px;
    height: 200px;
}

.galerieHoch dd
{
    margin: 0;
    padding: 0;
}
/* Ende Bildergalerie Hochformat */


.aktualisierung { 
	font-family: Verdana, Arial, sans-Serif, Helvetica;
	font-size: 10px;
	line-height: 18px;
	color: #999999;
	border-top: 1px solid #999999;
	}


