/* Allgemeine Stildefinitionen */
* {
  font-size: 100.1%;
  font-family: 'DIN1451W01-Mittelschrif', 'Myriad Pro', arial, helvetica, sans-serif;
  margin: 0; padding: 0;
}
body {
  font-size: 0.85em;
  text-align: center;
  color: #542a0a;
  background: #151410;
}
a img {
  border: 0;
}
.clear {
  font-size: 1px; height: 1px;
  overflow: hidden;
  clear: both;
}
sub, sup {
  font-size: 0.6em;
}
label, .toggler {
  cursor: pointer;
}
td, th {
  vertical-align: top;
}
.onlyprint  {
  display: none;
}
img.mime_icon {
  vertical-align:middle;
}
.invisible {
  width: 0px; height: 0px; overflow: hidden;
  position: absolute; left: -1000px; top: -1000px;
  display: inline;
}

/*
  Definition der Inhaltsboxen, vor allem
  - Größe und Position
  - Hintergrundbilder/-farbe
  - Abstände zum Text
  - Abstände zu anderen Boxen
*/
#wrapper {
  text-align: left;
  margin: 0 auto 0 auto;
  width: 1200px; w\idth: 1024px;
  padding: 50px 88px 0 88px;
  min-height: 1571px;
  background: url(layout/bodybg.jpg) no-repeat top left;
}
#header {
  display: none;
}
#container {
  width: 1024px;
}
#main {
  width: 1024px; 
}
#footer {
  clear: both;
  width: 1024px;
  position: relative;
  padding-bottom: 17px;
  font-size: 0.8em;
}
.logos div {
	text-align: center;
}


/* Standard-Stilangaben */
#main h1 {
  font-size: 11em;
  font-weight: normal;
  margin-bottom: 0;
  color: #cd4c06;
  color: rgba(205,76,6,0.8);
  text-align: right;
  padding: 0 185px 0 0;
  text-transform: uppercase;
  border-top: 10px solid #cd4c06;
  border-bottom: 10px solid #cd4c06;
  border-color: rgba(205,76,6,0.8);
  line-height: 1.0em;
  font-family:'DIN 1451 W01 Engschrift', 'DIN1451W01-Mittelschrif', 'Myriad Pro', arial, helvetica, sans-serif;
}
#main h1 a {
  color: #cd4c06;
  color: rgba(205,76,6,0.8);
  text-decoration: none;
  font-family:'DIN 1451 W01 Engschrift', 'DIN1451W01-Mittelschrif', 'Myriad Pro', arial, helvetica, sans-serif;
}
#main h2 {
  font-size: 1.6em;
  font-weight: normal;
  margin-bottom: 0.8em;
  padding: 10px 190px 10px 0;
  text-transform: uppercase;
  text-align: right;
  border-bottom: 10px solid #cd4c06;
  border-color: rgba(205,76,6,0.8);
  margin-bottom: 40px;
  letter-spacing: 0.02em;
  font-family:'DIN 1451 W01 Engschrift', 'DIN1451W01-Mittelschrif', 'Myriad Pro', arial, helvetica, sans-serif;
  background: url(layout/pfeil.png) no-repeat 176px center;
}
#main h3 {
  font-size: 1.7em;
  font-weight: normal;
  margin-bottom: 0.8em;
}
#main h4 {
  font-size: 1.3em;
  font-weight: normal;
  margin-bottom: 0.5em;
}
#main p, #main table, #main ul, #main ol {
  margin-bottom: 1em;
  line-height: 1.6em;
  font-size: 1.0em;
  font-family: arial, helvetica, sans-serif;
}
#main p a {
	color: #000;
}
#main ul, #main ol {
  margin-left: 1.5em;
}
#main iframe {
	margin-bottom: 2em;
}
#main .left {
	width: 350px;
}
#main .right,
#main .ce_text {
	margin-bottom: 5em;
}
#main .left,
#main .middle,
#main .right {
	margin-bottom: 1em;
}
#main .top {
	margin-bottom: 0em;
}


/* Footer: Copyright-Hinweis / Adresse / Service-Navigation */
#footer .logos {
	min-height: 60px; 
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	background: #c4762e;
	background: rgba(0,0,0,0.3);
	padding: 10px 0 0 0;
	margin-bottom: -5px;
	padding-left: 130px;
}
#footer .subcolumns .c40l {
	width: 350px;
	margin-right: 20px;
	float: left;
}
#footer .subcolumns .c30l {
	width: 220px;
	margin-right: 20px;
	float: left;
}
#footer .subcolumns .c30r {
	width: 120px;
	float: left;
}
#footer .link {
	width: 100px; position: relative; left: 924px; top: -1em;
	text-align: right;
}
#footer .link a {
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
}
