body {
 text-align: center;
 margin: 0px;
 padding: 0px;
 margin: auto;
 font:  12px/1.4em Arial;
}

table {
 text-align: left;
 font:  13px/1.5em Arial;
}

/* -------- Inhalt -------- */

#Inhalt {
 width: 730px;
 margin: auto;
 min-height: 550px;
 background: url(../Bilder/HG.gif) repeat-y;
 text-align: left;
}

* html #Inhalt {
 height: 550px;
}

#Logo {
 padding: 10px 0px 10px 10px;
}

#Header {
 height: 70px;
 background: #da0301;
 text-align: right;
}

#Header h1 {
 padding: 45px 15px 0px 0px;
 margin: 0px;
 font: 15px/1.0em Arial;
 letter-spacing: 2px;
 font-weight: bold;
 color: white;
 background: #da0301;
}

#quicklinks a {
 padding-left: 20px;
 color: #909090;
 font-weight: normal;
 font-size: 90%;
 text-decoration: none;
}

#quicklinks a:hover {
 text-decoration: underline;
}

/* -------- Formulare -------- */

input, textarea {
 padding: 1px;
}

.ina {
 font: 14px/1.0em Arial;
 border: 1px solid #DA0301;
}

.inp {
 font: 12px/1.0em Arial;
 background: #f9f9f9;
 border: 1px solid #909090;
}

form {
 padding: 0px;
 margin: 0px;
}

.Error {
 color: #DA0301;
}

/* -------- Schrift -------- */


h1 {
 font-size: 13px;
 letter-spacing: 1px;
 margin: 0px;
 padding: 2px;
}

h2 {
 font-size: 13px;
 letter-spacing: 1px;
 margin: 0px;
 padding: 2px 2px 2px 8px;
/* background: #da0301;
 color: white;*/
 border-left: 12px solid #da0301;
 border-bottom: 1px solid #da0301;
}

h4 {
 font-size: 12px;
 font-weight: bold;
 letter-spacing: 1px;
 text-transform: uppercase;
 margin: 0px;
}

ul {
 list-style-image: url(../Bilder/ul.gif);
}

a {
 color: black;
 font-weight: bold;
}

a:hover {
 color: #DA0301;
}

td a {
 text-decoration: none;
 font-size: 12px;
 letter-spacing: 1px;
}

td a:hover {
 color: black;
 text-decoration: none;
 font-size: 12px;
 letter-spacing: 1px;
}

/* -------- Navigation -------- */

#Navigation {
 margin: 3px 0px 5px 4px;
}

#Navigation ul {
 list-style: none;
 margin: 0px;
 padding: 0px;
}

#Navigation ul li {
 display: inline;
 margin-right: 10px;
}

#Navigation a {
 text-decoration: none;
 color: #909090;
 text-transform: uppercase;
 font-weight: bold;
 letter-spacing: 2px;
 font-size: 11px;
}

#Navigation a:hover {
 color: #404040;
}