/* Farben:
   Rot           #E31217
   Linien-Grau   #7C7F80
   Lichtgrau     #ECECEC
*/

/* --- Allgemeine Deklarationen --- */

body {
	color: #000000;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
	width: 924px;
}

td, th, ul, li, input, textarea, select {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* --- Content-Bereich --- */

a {
	color: #E31217;
	text-decoration: none;
}

a:hover {
	background-color: #ECECEC;
}

a.image {
	text-decoration: none;
}

p {
	margin: 0.5em 0 0.5em 0;
	line-height: 15px;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 .7em 0;
	color: #E31217;
	border: solid #3C3C3C;
	border-width: 0 0 1px 0;
	padding: 0 0 6px 0;
}

h2 {
	font-size: 14px;
	font-weight: normal;
	margin: 7px 0 0 0;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	margin: 7px 0 0 0;
}

h4 {
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	margin: 1em 0 0 0;
}

table {
	empty-cells: show;
	border-collapse: collapse;
	border-spacing: 0px;
	border: none;
}

th {
	color: #E31217;
	font-weight: bold;
	border: none;
	text-align: left;
	vertical-align: top;
	padding: 0 0 .5em 0;
}

td {
	padding: 0px 12px 0px 0px;
	vertical-align: top;
	border: none;
}

hr {
	height: 1px;
	border: none;
	color: #000000;
	background-color: #000000;
}

ul {
	margin-left: 16px;
	padding-left: 0px;
	list-style-type: square;
}

ol {
	margin-left: 2em;
	padding-left: 0px;
	list-style-type: decimal;
}

li {
	margin-bottom: 6px;
}

img {
	border: none;
}

img.banner {
	border: solid 0px #615F60;
	border-width: 0 0 2px 0;
}

img.headline {
	margin: 2em 0 1em 0;
	clear: left;
}

.red {
	color: #E31217;
}

.small {
	font-size: 80%;
}

/* --- Eingabecontrols --- */

form {
	margin: 0;
	padding: 0;
}

table.Inputs {
	border: none;
}

table.Inputs td {
	border: none;
	vertical-align: top;
	padding: 0 8px 8px 0;
}

table#Box td#Content table.Inputs td {
	padding: 0 8px 8px 0;
}

td.middle,
th.middle,
table.Inputs td.middle,
table.Inputs th.middle,
.middle {
	vertical-align: middle;
}

input[type=text], input[type=password], input[type=checkbox],
select,
textarea {
  border: solid 1px #AAAAAA;
  background-color: #F7F6F5;
  color: #000000;
}

input[type=text].bold {
	font-weight: bold;
}

input[type=submit] {
	width: 8em;
}

input[type=submit].small {
  font-size: 10px;
}


/* --- Besonderheiten --- */

div#TopLine {
	margin: 8px 8px 8px 0;
	color: #B0B0B0;
	font-size: 10px;
}

div#Logo {
	margin: 0 0 8px 0;
	background-image: url('img/logo.png');
	background-repeat: no-repeat;
	background-position: 0 0;
	display: block;
	width: 240px;
	height: 81px;
	float: left;
}

div#Claim {
	margin: 0 0 0 0;
	background-image: url('img/claim.png');
	background-repeat: no-repeat;
	background-position: 0 24px;
	display: block;
	width: 254px;
	height: 81px;
	float: right;
}

div#Menu {
	clear: both;
	background-image: url('img/menu.png');
	background-repeat: repeat-x;
	height: 20px;
	padding: 10px 10px 0 10px;
}

div#Menu a {
	margin-right: 2em;
	float: left;
}

div#Menu a.Lang {
	margin-right: 2em;
	float: right;
}

div#Menu a.Selected {
	color: black;
}

div#Pic {
	clear: both;
	display: block;
	width: 669px;
	height: 253px;
	float: left;
	margin: 12px 0 0 0;
}

div.Frame {
	width: 204px;
	height: 245px;
	display: block;
	float: right;
	padding: 20px;
	background-image: url('img/frame.png');
	background-repeat: no-repeat;
	text-align: center;
}

div.Frame h3 {
	color: #E31217;
}

div.Frame h3.Dense {
	color: #E31217;
	margin: 1em 0 -.5em 0;
}

div.Frame p {
}

div#Body {
	display: block;
	margin-top: 8px;
	width: 669px;
	float: left;
}

div#Foot {
	clear: both;
	border: solid #3C3C3C;
	border-width: 1px 0 0 0;
	margin-top: 20px;
	padding: 8px 0 0 0;
	font-size: 11px;
}

div#Foot p {
	margin: .1em 0 .1em 0;
}

table#Logos td {
	text-align: center;
	vertical-align: middle;
	padding: 10px 40px 20px 0;
}

table#Contact td {
	padding: 0 50px 0 0;
}
