/* Farben:
   Rot           #D23338
   Linien-Grau   #7C7F80
   Lichtgrau     #ECECEC
*/

/* --- Allgemeine Deklarationen --- */

body {
	color: #000000;;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
	width: 960px;
}

td, th, ul, li, input, textarea, select {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* --- Content-Bereich --- */

a {
	color: #D23338;
	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 1em 0;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	margin: 2em 0 1em 0;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	margin: 1em 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 {
	font-weight: bold;
	background-color: #FC7C08;
	padding: 4px;
	border: none;
}

td {
	padding: 0px 8px 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: #D23338;
}

.small {
	font-size: 80%;
}

/* --- Druck-Kopf --- */

div#DivPrinthead {
  width: 100%;
  display: none;
}

div#DivPrinthead img {
  width: 50mm;
  height: 24.3mm;
  float: right;
}

/* --- Top-Navigation --- */

div#DivTop {
	width: 960px;
	height: 14px;
	border: none;
	padding: 8px 0 8px 0;
	margin: 30px 0 0 0;
	border: solid 1px #7C7F80;
}

div#DivTop span {
	display: none;
}

div#DivTop a {
	padding: 8px 8px 8px 8px;
	margin: 0 66px 0 24px;
	text-decoration: none;
	color: #7C7F80;
}

div#DivTop a:hover {
	background-color: #ECECEC;
	color: #D23338;
}

div#DivHomeNavi {
	margin: 0 24px 0 0;
	float: right;
}

div#DivTop div a#NviLegal {
	margin-right: 0;
}

/* --- Banner --- */

div#DivHeadImage {
	width: 960px;
	height: 100px;
  background-image: url('img/claim.png');
  background-repeat: no-repeat;
  margin: 0;
	border: solid #7C7F80;
	border-width: 0 1px 1px 1px;
}

div#DivBanner {
	width: 560px;
	height: 100px;
	margin: 0 0 0 400px;
  background-image: url('img/banner-skyline.jpg');
  background-repeat: no-repeat;
}

div#DivLogo {
	width: 160px;
	height: 100px;
	margin: 0 0 0 381px;
  background-image: url('img/logo.png');
  background-repeat: no-repeat;
  background-position: 0 10px;
}

/* --- Uhren --- */

div#DivClocks {
	width: 913px;
	height: 17px;
	border: solid #7C7F80;
	border-width: 0 1px 0 1px;
  margin: 0;
  color: #D23338;
  font-weight: bold;
  text-align: right;
  padding: 3px 47px 0 0;
}

div#DivClocks span {
	margin-left: 50px;
}

/* --- Hauptblock --- */

div#DivBox {
	width: 960px;
	border: solid 1px #7C7F80;
}

table#Box {
	border: none;
	margin: 0;
	padding: 0;
  empty-cells: show;
  border-collapse: collapse;
  border-spacing: 0px;
}

table#Box td {
	padding: 0;
	margin: 0;
	border: none;
}

table#Box td.Navi {
	width: 172px;
	height: 505px;
}

table#Box td.Navi a {
	display: block;
	width: 140px;
	background-color: #D23338;
	color: white;
	height: 19px;
	border: solid white;
	border-width: 1px 1px 0 1px;
	padding: 3px 0 0 30px;
	text-decoration: none;
}

table#Box td.Navi a:hover {
  background-color: #ECECEC;
  color: #D23338;
}

table#Box td.Navi a.Selected {
	color: #D23338;
	background-color: #ECECEC;
}

table#Box td.Navi a.SubMenu {
	color: #7C7F80;
	background-color: #FFFFFF;
}

table#Box td.Navi a.SubMenu:hover {
	color: #D23338;
	background-color: #ECECEC;
}

table#Box td.Navi a.SubMenuSelected {
	color: #D23338;
	background-color: #FFFFFF;
}

table#Box td.Navi a.SubMenuSelected:hover {
	color: #D23338;
	background-color: #ECECEC;
}


table#Box td.Navi span.Divider {
  display: none;
}

table#Box td#Content {
  width: 416px;
	padding: 30px 100px 30px 100px;
  background-image: url('img/crosshairs.png');
  background-repeat: no-repeat;
  background-position: 20px 2px;
}

table#Box table td {
	padding: 0 8px 0 0;
}


/* --- Fuß --- */

div#DivFooter {
	width: 960px;
	height: 19px;
	border: solid #7C7F80;
	border-width: 0 1px 1px 1px;
}

/* --- 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;
}

