﻿/* global reset */
*{ 
	font-size: 100.01%;
	line-height: 1;
	margin: 0;
	padding: 0;
} 

img {
  border: 0;
}


/* --------------- allgemeine Seitendefinitionen -------------------------- */
body {
  margin: 0px;
  background-color: #fff;
  font-family: verdana, arial, helvetica, sans-serif;
  color: #3C4756;
  text-align: center;
}

/* ALLE Elemente */
#site_frame {
    background: #FFFFFF;
    width: 775px;
    min-width:775px;
    overflow: visible;
    /* centers DIV, needs "text-align: center" in body */
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    font-size: 10pt;
    border-left: 1px solid #d5d8db;
    border-right: 1px solid #d5d8db;
    border-bottom: 1px solid #d5d8db;
	text-align:left;
}

h1 {
	font-size: 130%;
	margin:0em 10px 2em;
}

h2 {
	font-size: 110%;
	font-weight:bold;
	margin:1.5em 10px 0.5em;
	color: #C62221;
}

p {
	margin:0 10px 1em;
	text-align:justify;
	line-height:111%;
}

strong {
  font-weight: bold;
}

.orange, .error {
  color: #FF5A00;
}

.red {
  color: #C62221;
}


/* --------- Links -------------------------------------------------------------------- */
a:link {
  color: #C62221;
  text-decoration: none;
}

a:visited {
  COLOR: #C62221;
  text-decoration: none;
}

a:hover {
  COLOR: #7C1E1D;
  text-decoration: underline;
}

a:active {
  COLOR: #7C1E1D;
  text-decoration: none
}

#topimg {
  margin:0 0 10px;
}

#rightfloat {
	float:right;
	margin:0 10px 0;
	text-align:right;
}

ul {
  list-style-type:none;
  padding-left:0px;
  margin: 0 10px 1em;
  vertical-align: top;
  text-align: left;
}

ul  li{
    padding-left: 10px;
    margin: 0 0 1ex 0;
}
ul li:before {
	content: "\00BB \0020";
}

table {
	margin: 0 auto 1em;
	width:auto;
	border:0;
}

table#faq {
	margin: 0 10px 1em;
	width:auto;
	border:0;
}



table#downloads th, table#faq th {
  height: 2em;
  text-align: center;
  vertical-align: middle;
  padding: 0.5ex;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #000000;
/*  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #000000;*/
  color: #000000;
  font-size: 8pt;
}

table#faq th {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #000000;
}

table#downloads td {
  vertical-align: middle;
  height: 2em;
  padding: 0.5ex;
  border:0;
}

table#downloads tr.new td {
  vertical-align: middle;
  height: 2em;
  padding: 0.5ex;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #000000;
}


table#faq tr.q td {
  height: 1.2em;
  padding: 1ex 0.5ex 0;
  border:0;
  	line-height:111%;
}
table#faq tr.a  td {
  height: 1.5em;
  padding: 0 0.5ex 1ex;
  border:0;
  	line-height:111%;
}

div#theform {
	margin: 0 10px 1em;
	font-family:courier,sans-serif;

}

table#theformtable {
	margin: 0 auto 1em;
	width:40em;
	border:1px solid #ddd;
	background:#eee;
	padding:10px;
}

table#theformtable th, table#theformtable td{
	font-weight:normal;
	padding: 0.37ex;
}

table#theformtable input{
	padding: 0.2ex;
	font-family:courier,sans-serif;
	width:94%;
}

table#theformtable select {
 padding: 0.2ex;
	font-family:courier,sans-serif;
	width:55%;
}

button {
	padding:0.3ex;
	vertical-align:middle; 
}
