/* CSS Document */

body 
{
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size:9pt;
 text-align: center;
 color: #000;
}

#title {
 height: 0px;
 display: none;
}

#printtitle {
 height: 192px;
 display: block;
}


#navi {
 display: none;
 width: 0px;
}

#left {
 width: 0px;
 display: none;
}

#right {
width:700px;
float:left;
border: none;
}

#quick {
 width: 0px;
 display: none;
}

#content {
width:680px;
padding: 10px;
text-align: justify;
background-color: #fff;
}

#content a {
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 font-size: 9pt;
 color: #000;
 text-decoration: underline;
}

#content a:hover {
  text-decoration: none;
}


#content table {
  text-align: left;
}

#content td {
padding: 5px;
vertical-align: top;
}

#content th {
color: #000;
padding: 5px;
font-weight: bold;
}

#content .beichte{
  font-size: 9pt;
  text-align: center;
}

#content .geschichte td {
  text-align: justify;
  background-color: #fff;
}

#content .fotos td {
  text-align: center;
  background-color: #fff;
}

#content .fotos td .bildtext{
  font-size: 9pt;
}

#content ul {
  list-style-type: square;
}

#content li {
  padding: 5px;
}

#footer {
padding:5px;
text-align: center;
font-size: 9pt;
height: 16px;
border-top: 1px dotted #CCC;
}

h1 {
  font-size: 16pt;
  color: #000;
  font-weight: normal;
  margin: 10px 0 0 0;
}

h2 {
  font-size:13pt;
  margin-top: 10px;
  color: #000;
  font-weight: normal;
  border: none;
}
h3 {font-size:11pt;color:#000;font-weight: bold;}

img {
 border: none;
}

#content  .bild  {
  border-bottom: none;
}

.markierung_rot {
  color: #ff0000;
  font-weight: bold;
}

.fett{
	font-weight: bold;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

a {
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 font-size: 9pt;
 color: #000;
 text-decoration: underline;
}

a:hover {
  text-decoration: none;
}
