* {
	margin: 0;
	padding: 0;
}

body {
  font: 10pt/180% Verdana, Arial, sans-serif;
  background: none;
}

#container {
  width: 95%;
  background: none;
}

/* Kopf
----------------------------------------------------------------------*/

#header {
  display: none;
}

#print_header {
  display: block;
  border-bottom: 1px solid gray;
  padding: 0 0 10px;
}
#print_header img {
  padding: 0 10px 0 0;
}
#print_header p {
  font: 10px/120% Verdana, Arial, sans-serif;
}

#topnavigation {
  display: none;
}

/* Linke Spalte / Menue
----------------------------------------------------------------------*/

#sidebar {
  display: none;
}

/* Inhalt
----------------------------------------------------------------------*/

#content {
  width: 90%;
  color: black;
}

#content[id="content"] {
   height: auto;
}

#content h1 {
  font: bold 16pt/150% Verdana, Arial, sans-serif;
  color: black;
}
#content h2 {
  font: 14pt/150% Verdana, Arial, sans-serif;
  color: black;
}
#content p, #content label {
   margin: 10px 0 0 0;
}
#content a {
  color: black;
  text-decoration: none;
} 

#content span.red {
	color: #E20A16;
}

/* Mitgliedersuche 
----------------------------------------------------------------------*/
#content #suchform div.submenu label {
  margin: 0;
  display: block;
}
#content #suchform div.submenu {
  display: none;
}

/* Fuss
----------------------------------------------------------------------*/

#footer {
  margin: 30px 0 0;
  padding: 0;
	height: 37px;
   clear: both;
   background: none;
}

#footer p {
	text-align: center;
}

#footer a {
	font-weight: normal;
	text-decoration: none;
  color: black;
}

/* Indexed Search
----------------------------------------------------------------------*/
#search form {
	margin: 0 0 0 25px;
}
#search form #tx_indexedsearch {
	width: 100px;
}
#search form input {
	vertical-align: middle;
}
.tx-indexedsearch {
}
.tx-indexedsearch .tx-indexedsearch-searchbox {
}
.tx-indexedsearch .tx-indexedsearch-browsebox {
}
.tx-indexedsearch .tx-indexedsearch-browsebox p, .tx-indexedsearch .tx-indexedsearch-browsebox div {
}
.tx-indexedsearch .tx-indexedsearch-browsebox div ul {
   font: 11px/20px Verdana, Geneva, Arial, Helvetica, sans-serif;
   list-style: none;
}
.tx-indexedsearch .tx-indexedsearch-browsebox table a {
   font: 11px/20px Verdana, Geneva, Arial, Helvetica, sans-serif;
   border-bottom: none;
}
.tx-indexedsearch .tx-indexedsearch-browsebox div ul li{
   padding: 0 0 0 15px;
   background: url(gfx/list_back.gif) no-repeat 2px 9px;
}
.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button { 
   width: auto; 
 }
.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword {
   width:100px;
}
.tx-indexedsearch .tx-indexedsearch-whatis P .tx-indexedsearch-sw {
   font-weight:bold;
   font-style:italic;
}

.tx-indexedsearch .tx-indexedsearch-whatis {
   margin-top:10px;
   margin-bottom:5px;
}
.tx-indexedsearch P.tx-indexedsearch-noresults {
   text-align:center;
   font-weight:bold;
}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title {
   font: 11px/20px Verdana, Geneva, Arial, Helvetica, sans-serif;
   background: #F7F7F7;
}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title P {
   font-weight:bold;
}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title P.tx-indexedsearch-percent {
   font-weight:normal;
}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr P {
   font-style:italic;
}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr P .tx-indexedsearch-redMarkup {
   color:red;
}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info p {
   color: #93AFF2 !important;
   font: 11px/15px Verdana, Geneva, Arial, Helvetica, sans-serif !important;
}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead {
}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead H2 {
   margin: 0 0 0 10px;
   font: bold 14px/20px Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TABLE {
   background: #EDEDED;
}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TD {
   vertical-align: middle;
}