@charset "utf-8";
/* CSS Document */
/* Allgemein */ 
body {
  padding: 0;
  margin: 40px 0 0 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: black;
  background-color: white;
}

form, h1, h2, h3, h4, h5, h6, img {
  padding: 0;
  margin: 0;
}

a:link, a:visited, a:hover, a:focus, a:active {
  color: #811F2E;
  text-decoration: none;
}
a:hover, a:focus, a:active {
  text-decoration: underline;
}

a img {
  border: none;
}

.dash {border-bottom:1px dashed #222222;}

.linedash {border-bottom:1px dashed #222222;height:80px}

/* Seite */
div.rahmen {
  position: relative;
  width: 998px;
  min-height: 550px;
  padding: 165px 0 17px 0;
  margin: 0 auto 0;
  background-repeat: repeat-y;
  background-image: url(images/bg3.jpg);
}

div.kopf {
  position: absolute;
  top: 0;
  left: 0;
  width: 988px;
  height: 174px;
  background-color: #FFFFFF;
}

div.kopf-logo {
  position: absolute;
  top: 6px;
  left: 15px;
  width: 168px;
  height: 159px;
  overflow: hidden;
}

div.kopf-banner {
  position: absolute;
  top: 8px;
  left: 198px;
  width: 786px;
  height: 122px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-image: url(images/doh-top.jpg);
}

div.kopf-quickmenu {
  position: absolute;
  top: 149px;
  right: 5px;
  width: 500px;
  height: 17px;
  font-size: 10px;
  color: #333333;
  text-align: right;
  overflow: hidden;
}
div.kopf-quickmenu a:link, div.kopf-quickmenu a:visited, div.kopf-quickmenu a:focus, div.kopf-quickmenu a:hover, div.kopf-quickmenu a:active {
  font-size: 10px;
  color: #333333;
  text-decoration: none;
}
div.kopf-quickmenu a:focus, div.kopf-quickmenu a:hover, div.kopf-quickmenu a:active {
  color: #737270;
}

div.links {
  position: relative;
  width: 194px;
  padding: 11px 0 0 0;
  float: left;
  min-height: 465px;
}

div.links-adresse1 {
  position: relative;
  width: 162px;
  padding: 0 10px 10px 24px;
  font-size: 13px;
  font-weight: 400;
  line-height: 17px;
  color: #222222;
  overflow: hidden;
}

div.links-adresse2 {
  position: relative;
  width: 162px;
  padding: 0 10px 10px 24px;
  font-size: 13px;
  font-weight: 400;
  line-height: 17px;
  color: #222222;
  overflow: hidden;
}


/* Menu */
a.menu1:link, a.menu1:visited, a.menu1:focus, a.menu1:hover, a.menu1:active,
a.menu1-marked:link, a.menu1-marked:visited, a.menu1-marked:focus, a.menu1-marked:hover, a.menu1-marked:active {
  display: block;
  padding: 1px 0 1px 24px;
  margin: 0 0 4px 0;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
  color: #ffffff;
  background-color: #f43e23;
  border-left:1px solid #222222;
  border-bottom:1px solid #222222;
  /* background-image:url(images/rolle0.jpg);
  background-repeat: no-repeat; */
}
a.menu1:focus, a.menu1:hover, a.menu1:active {
  color: #222222;
  background-color: #ff705d;
  /* background-image:url(images/rolle0.jpg);
  background-repeat: no-repeat; */
}
a.menu1-marked:link, a.menu1-marked:visited, a.menu1-marked:focus, a.menu1-marked:hover, a.menu1-marked:active {
  color: #222222;
  background-color: #ff705d;
  /* background-image:url(images/rolle0.jpg);
  background-repeat: no-repeat; */
}

a.menu2:link, a.menu2:visited, a.menu2:focus, a.menu2:hover, a.menu2:active,
a.menu2-marked:link, a.menu2-marked:visited, a.menu2-marked:focus, a.menu2-marked:hover, a.menu2-marked:active {
  display: block;
  padding: 1px 0 1px 40px;
  margin: 0 0 4px 0;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
  color: #000000;
  background-color: #AAA19A;
  border-left:1px solid #222222;
  border-bottom:1px solid #222222;
  /* background-image:url(images/rolle1.jpg);
  background-repeat: no-repeat; */
}
a.menu2:focus, a.menu2:hover, a.menu2:active {
  color: #f43e23;
  background-color: #C0B9B3;
  /* background-image:url(images/rolle1.jpg);
  background-repeat: no-repeat; */
}
a.menu2-marked:link, a.menu2-marked:visited, a.menu2-marked:focus, a.menu2-marked:hover, a.menu2-marked:active {
  color: #421D17;
  background-color: #AAA19A;
  /* background-image:url(images/rolle1.jpg); */
  background-position: 3px 3px;
  background-repeat: no-repeat;
}

a.menu3:link, a.menu3:visited, a.menu3:focus, a.menu3:hover, a.menu3:active,
a.menu3-marked:link, a.menu3-marked:visited, a.menu3-marked:focus, a.menu3-marked:hover, a.menu3-marked:active {
  display: block;
  padding: 1px 0 1px 55px;
  margin: 0 0 7px 0;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
  color: #000000;
}
a.menu3:focus, a.menu3:hover, a.menu3:active {
  color: #737270;
}
a.menu3-marked:link, a.menu3-marked:visited, a.menu3-marked:focus, a.menu3-marked:hover, a.menu3-marked:active {
  color: #421D17;
  /* background-image:url(images/rolle1.jpg); */
  background-position: 24px 3px;
  background-repeat: no-repeat;
}

/* Content */
div.mitte {
  position: relative;
  width: 760px;
  top:9px;
  padding: 21px 12px 13px 12px;
  margin: 0 2px 0 4px;
  min-height: 505px;
  line-height: 150%;
  float: left;
  overflow: hidden;
  border:1px solid #f9998b;
  background-color:#FFFFFF;
  z-index: 99;
}

div.mitte table {font-family:Arial, Helvetica, sans-serif;font-size:13px;color:#000000;font-weight:300}
div.mitte table a {color:#f43e23;font-size:13px;font-weight:600;text-decoration:none}

div.mitte H1 {
  font-size:16px;
  font-weight:600;
}

div.mitte H2 {
  font-size:14px;
  font-weight:600;
}

div.mitte img {
  margin: 2px 10px 1px 10px;
}

div.mitte .highlight {
	font-size:15px;
	font-weight:600;
	color:#f43e23;
	height:90px;
}

div.mitte .header {
	font-size:15px;
	font-weight:600;
	color:#f43e23;
}

div.mitte .separator {
	border-bottom:1px dashed #c0c0c0;
}

div.breadcrumb {
  position: absolute;
  top: 174px;
  left: 198px;
  width: 765px;
  font-size:10px;
  color:#c0c0c0;
  text-align:right;
  overflow: hidden;
  z-index: 0;
}

div.breadcrumb H2 {
  font-size:10px;
  color:#ffffff;
}

div.footer {
  position: relative;
  top: 9px;
  left: 198px;
  width: 774px;
  min-height: 13px;
  padding: 3px 0 0 5px;
  font-size: 11px;
  color: #A3A3A1;
  background-color: white;
  overflow: hidden;
}

/* Listen Styles */

ul {
  margin: 0;
  margin-top: 10px;
  margin-left: 15px;
  margin-bottom: 5px;
  padding: 0;
}

ol {
  margin: 0;
  margin-top: 10px;
  margin-left: 15px;
  margin-bottom: 5px;
  padding: 0;
}

li {
  margin: 0;
  margin-left: 15px;
  margin-bottom: 5px;
  padding: 0;
}

