/******************************************************************************/
/*           _____ _____ _____ _______              __   __                   */
/*          / ____|  __ \_   _|__   __|             \ \ / /                   */
/*         | (___ | |__) || |    | |_      _____  _ __ V /                    */  
/*          \___ \|  ___/ | |    | \ \ /\ / / _ \| '__> <                     */  
/*          ____) | |    _| |_   | |\ V  V / (_) | | / . \                    */ 
/*         |_____/|_|   |_____|  |_| \_/\_/ \___/|_|/_/ \_\  webdesign        */
/*                                                                            */
/*       © SPITworX webdesign - www.spitworx.de - info1 (at) spitworx.de      */
/*                               Markus Hallau                                */  
/******************************************************************************/

/* Allgemeine HTML-Tags ANFANG */
body, table, tr, td, th {
  background-color: #ffffff;
  font-size: 12px;
  color: #000000;
  text-decoration: none;
  font-family: Tahoma;
  line-height: 1.5;  
}

td, th {
  vertical-align: top;
  text-align: left;
}

hr {
  height: 1px;
  line-height: 1px;
  border: 0px solid #909090;
  background-color: #909090;
}

form {
  padding: 0px;
  margin: 0px;
  display: inline;
}

input, textarea, select {
  font-family: arial, sans-serif;
  font-size: 12px;
  color: #000000;
  background-color: #ffffff;
  border: 1px solid #909090;
  padding: 2px;
  margin: 0px;
}

input.radio {
  border: 0px;
  padding: 0px;
  margin: 0px;
}

input#submit {
  color: #909090;
  padding: 1px;
  font-size: 12px;
  font-weight: bold;
}

img {
  border: 0px;
  padding: 0px;
}

h1, h2 {
  font-family: Tahoma;
  color: #909090;
  line-height: 1.5;
  display: block;
  text-decoration: none;
  font-weight: bold;
  padding: 0px;
  margin: 0px;
}

h1 {
  font-size: 14px;
}

h2 {
  font-size: 14px;
  line-height: 1;
}

a, a:link, a:active, a:visited, a:hover {
  font-family: Tahoma;
  font-size: 12px;
  line-height: 1.5;
  font-weight: normal;
  color: #000000;
  text-decoration: underline;
}
/* Allgemeine HTML-Tags ENDE */

/* Design ANFANG*/
div.wrapper div.wrapper_head {
  visibility: hidden;
}

div.wrapper div.wrapper_head div.head_print {
  visibility: visible;
  font-size: 20px;
  font-family: Tahoma;
  color: #404040;
  margin-bottom: 10px;
  letter-spacing: 2px;  
}

div.wrapper div.wrapper_head div.head1 {
   visibility: hidden;
}

div.wrapper div.wrapper_head div.head2 {
   visibility: hidden;
}

div.wrapper div.wrapper_head div.head3 {
   visibility: hidden;
}

div.wrapper div.wrapper_head div.wrapper_foot {
   visibility: hidden;
}

div.wrapper div.wrapper_foot div.foot {
  visibility: hidden;
}
/* Design ENDE */

/* Andere ANFANG */
div.wrapper div.wrapper_middle div.visible {
  visibility: hidden;
}

div.wrapper div.wrapper_middle div.hidden {
  visibility: visible;
  font-size: 10px;
  margin-top: 10px;
}

div.wrapper div.wrapper_middle div.imprint {
  margin: 10px 0px 10px 40px;
}

div.wrapper div.wrapper_middle div.partner {
  margin: 10px 0px 10px 40px;
}

div.wrapper div.wrapper_middle div.partner img {
  border: 1px solid #909090;
  padding: 2px;
}

div.wrapper div.wrapper_middle div.search div {
  padding: 4px 2px 4px 2px;
  margin-top: 5px;
}

div.wrapper div.wrapper_middle div.search div.list {
  background-color: #f0f0f0;
}

div.wrapper div.wrapper_middle div.view {
  margin: 10px 0px 10px 0px;
}
/* Andere ENDE */