/* CSS Document */

body 
{
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size:12px;
 text-align: center;
 color: #666;
}

#title {
	background-image: url(../symbols/title.jpg);
	background-repeat: no-repeat;
	height: 232px;
	border-bottom: #CCC 1px dotted;
}

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

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

#right {
width:600px;
float:right;
border-left: #CCC 1px dotted;
}

#navi {
width: 140px;
margin: 0px;
padding: 0px;
padding-top: 10px;
padding-bottom: 5px;
border-bottom: 1px dotted #CCC;
}

#navi ul {
 margin: 0px;
 padding: 0px;
 list-style-type: none;
}

#navi a { 
display: block;
font-size: 11px;
width: 140px; 
color: #666; 
text-decoration: none;
line-height: 14pt;
padding-left: 5px;
margin-top: 3px;
text-align: left;
letter-spacing: 1px;
font-weight: bold;
/*font-variant: small-caps;*/
}

#navi a:hover, #navi a:focus  {
  background-color: #DDD;
}

#quick {
width: 140px;
margin: 0px;
padding: 0px;
padding-top: 2px;
}

#quick ul {
 margin: 0px;
 padding: 0px;
 list-style-type: none;
}

#quick a { 
font-size: 10px;
display: block;
width: 140px; 
color: #FF9966; 
text-decoration: none;
line-height: 11pt;
padding-left: 5px;
margin-top: 3px;
text-align: left;
font-weight: bold;
letter-spacing: 1px;
}

#quick a:hover, #quick a:focus {
  background-color: #DDD;
}


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

#content a {
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 font-size: 12px;
 color: #002F5C;
 text-decoration: underline;
}

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


#content table {
  text-align: left;
}

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

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

#content .beichte{
  font-size: 11px;
  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: 11px;;
}

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

#content li {
  padding: 5px;
}

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

h1 {
  font-size: 1.6em;
  color: #666;
  font-weight: normal;
  margin: 10px 0 0 0;
  display: block;
  width: 100%;
  background-color: #DDD;
}

h2 {
  font-size:1.2em;
  margin-top: 20px;
  margin-bottom: 15px;
  color: #FF9966;
  font-weight: bold;
  border-bottom: #CCC 1px dotted;
}
h3 {font-size:1em;color:#666;font-weight: bold;}

img {
 border: none;
}

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

.markierung{
  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: 12px;
 color: #002F5C;
 text-decoration: underline;
}

a:hover {
  text-decoration: none;
}
