/* ___________ BASIC SETTINGS ___________ */
body {
  margin: 28px 38px;
  border: 0;
  padding: 0;
  width: auto !important;
  background: #FFF !important;
  color: #000 !important;
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 10pt;
  text-align: left !important;
}
html>body { margin: 28px 58px; }
a { text-decoration: underline; color: #000; margin: 0 !important; padding: 0 !important; }
h1, h2, h3, h4, h5, h6, p, form { margin: 0; padding: 0; border: 0; }
img { border: none; }
p.lefty, span.lefty, img.lefty, div.lefty { float: left; margin: 0 10pt 10pt 0; border: 1px solid #000; }


/* ___________ STUFF TO HIDE ___________ */
caption, dfn, .hideme, #col1, .theForm input.submit, 
.theForm legend, strong.error, div.abschluss, #header h2 span {
  display: none !important;
}

/* ___________ FORMATIERUNGEN ___________ */
#header h1 { 
  font-size: 15pt;
  text-align: right;
  text-transform: lowercase;
  border-bottom: 1px solid #000;
  padding-bottom: 5pt;
  margin-bottom: 30pt;
}
#col2_content blockquote { border-left: 5px solid #000; margin: 10pt 0; padding-left: 10pt; }
#col2_content p { margin-bottom: 10pt; }
#col2_content div.hr { margin: 20pt 0; border-bottom: 1px dotted #000; }
#col2_content div.hr hr { display: none; }
#footer_content img { margin: 0 0 6px 15px; border: 0; }
#footer_content a { border: 0; }
#footer_content img.first { margin-left: 0; }

/* ___________ FORMULARE ___________ */
.theForm fieldset {
  display: block;
  margin: 28px 0;
  padding: 0;
  border: 0px solid #FFF;
}
.theForm legend { font-size: 14pt; font-weight: bold; margin: 0 0 7pt -10px !important; color: #000; }
.theForm label { padding-top: 14pt; font-size: 10pt; display: block; font-weight: bold; }
.theForm input, .theForm select, .theForm textarea {
	display: block;
  border: 0;
  padding-top: 7pt;
  width: 450px;
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 10pt;
  font-weight: normal;
  letter-spacing: 1px;
  line-height: 14pt;  
}
.theForm input { border-bottom: 1px solid #000; }
.theForm textarea { height: 50pt; border-bottom: 1px solid #000; }
.theForm fieldset.cbox {
  background: transparent;
  margin: 2em 0;
  padding: 0;
}
.theForm fieldset.cbox label, .theForm fieldset.cbox input { display: inline; }
.theForm fieldset.cbox label { margin-left: 1em; font-weight: normal; }
.theForm fieldset.cbox input { min-width: 1em; max-width: 1em; border: 0; width: auto; margin-left: .2em; }
