  body {
    color: black; background-color: #f5f5f5;
    min-width: 40em; /* Mindestbreite verhindert Umbruch und Anzeigefehler in modernen Browsern */
  }

  .sidebar {
         font-family:Verdana; font-size:10px; color:#ffffff;
  }

  .content_table {
         font-family:Verdana; font-size:12px; color:#3B3B3B; line-height: 1.5;
  }


input, select, textarea { font-size:10px; font-family:Verdana,sans-serif; font-weight:bold; }
.Feld { background-color:#F5F5F5; color:#000000; width:153px; border:1px solid #000000; border-color:#cccccc }
.Button { background-color:#F5F5F5; color:#000000; border:1px solid #000000; border-color:#cccccc }


  div#content h1 {
         font-family:Verdana; font-size:20px; color:#3B3B3B; text-decoration: none;
  }
  div#content h2 {
         font-family:Verdana; font-size:15px; color:#3B3B3B; text-decoration: none;
  }
  div#content h3 {
         font-family:Verdana; font-size:10px; color:#3B3B3B; text-decoration: none;
  }
  div#content a {
         font-family:Verdana; font-size:12px; color:#3B3B3B; text-decoration: underline;
  }

#head {
	height: 63px;
	width: 100%;
	background: url(images/head-line.jpg);
         font-family:Verdana; font-size:10px; color:#ebe5d7;
}

#nav {
	height: 22px;
	width: 100%;

}

#nav_back {
	height: 22px;
	width: 100%;
	background: url(images/nav-line.gif);
}

#content {
	height: auto;
	background: #ffffff;
         font-family:Verdana; font-size:10px; color:#ebe5d7;
}

#bottom {
	background: #3B3B3B;
	height: 20px; width: 675px;
         vertical-align: center;
         font-family:Verdana; font-size:10px; color:#ebe5d7;
}

#cleaner {
	clear: both;
	display: none;
}

.objects {
	font-size:12px;
	border-style:solid;
	border-collapse:collapse;
	border-color:#ffffff;
}