/* GLOBAL RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

textarea, input {
	font-family: Verdana, Arial !important;
	font-size: 1em !important;
}

textarea.readonly {
    background-color: #ECECEC;
    color: #716F64;
}

/* GENERAL STYLES */
body {
  background: url(/img/body_bg.gif) repeat-x #FFF fixed;
  color: #000;
  font-family: Arial, Verdana, "Trebuchet MS", sans-serif;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
}
.hidden {
  display: inline;
  font-size: 0px;
  height: 0px;
  left: -999px;
  line-height: 0px;
  margin: 0px;
  overflow: hidden;
  position: absolute;
  top: -999px;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}

big {
    font-size: 115%;
}

h1 {
  background: url(/img/border_dotted_bg.gif) repeat-x left bottom;
  color: #000;
  font-family: Georgia, Garamond, "Times New Roman", serif;
  font-size: 24px;
  line-height: 36px;
  font-weight: normal;
  margin: 0 10px 18px;
  padding: 0;
}
h2 {
  color: #333;
  font-size: 16px;
  font-weight: bold;
  margin: 9px 10px;
}
h3 {
  background: url(/img/border_dotted_bg.gif) repeat-x left bottom;
  color: #000;
  font-size: 18px;
  font-weight: normal;
  margin: 0 10px;
  padding: 9px 0;
}
h2.like-h3 {
  background: url(/img/border_dotted_bg.gif) repeat-x left bottom;
  color: #000;
  font-family: Arial, Verdana, "Trebuchet MS", sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 18px;
  margin: 0 10px;
  padding: 9px 0;
}
h2.like-h3 a {
  text-decoration: none;
  color: #000;
}

address {
  font-size: 12px;
  font-style: normal;
  line-height: 18px;
  margin: 9px 10px;
}

/* BASIC POSITIONING */
#container {
  background: #FFF;
  border-top: 5px solid #E47702;
  margin: 18px auto;
  padding: 0 20px;
  text-align: left;
  width: 920px;
}
#header, #topnavi {
  clear: both;
  float: left;
  overflow: hidden;
  width: 100%;
}

#rightColumn {
    float: right;
    width: 300px;
}

#navi {
  margin-top: 18px;
  width: 300px;
}

#teaser {
  margin: 18px 10px 0 10px;
  width: 280px;
}

#content {
  border-right: 1px solid #CCC;
  float: left;
  margin-bottom: 17px;
  margin-top: 18px;
  width: 619px;
}
#footer {
  border-top: 1px solid #CCC;
  clear: both;
  height: 54px;
}

/* HEADER */
.logolink {
  float: left;
  margin: 9px 0 0;
  padding-bottom: 9px;
}
#header ul {
  list-style-type: none;
  float: right;
}
#header ul li {
  display: inline;
  line-height: 36px;
  padding: 0 10px;
}
#header ul li a {
  color: #666;
  font-weight: bold;
  text-decoration: none;
}
#header ul li a:hover {
  color: #E47702;
}
#search {
  background: #E47702;
  color: #FFF;
  float: right;
  font-weight: bold;
  padding: 9px 10px;
}
#search label {
  float: left;
}
#search .textInput {
  border: 1px solid #FFF;
  float: left;
  font-weight: normal;
  margin-left: 10px;
  padding: 0 2px 2px;
  width: 125px;
}
#search #searchBtn {
  float: left;
}

form.suchformular {
  margin: 0 10px 18px;
  padding: 10px 0 10px 0;
}

/* TOP NAVIGATION */
#topnavi ul {
  background: url(/img/header_nav_ul_bg.gif) repeat-x left bottom;
  float: left;
  width: 920px;
}
#topnavi ul li {
  display: inline;
  float: left;
}
#topnavi ul li a, #topnavi ul li span {
  color: #666;
  display: block;
  float: left;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  padding: 9px 10px;
  text-decoration: none;
}
#topnavi ul li a:hover {
  color: #E47702;
}
#topnavi ul li a.active, #topnavi ul li span {
  background: #FFF;
  border-left: 1px solid #CCC;
  border-right: 1px solid #CCC;
  border-top: 1px solid #CCC;
  color: #000;
  padding: 8px 9px 9px;
}
.sectionimg {
  border-bottom: 1px solid #CCC;
  vertical-align: top;
}

/* BOXES */
#box-wrapper {
  border-bottom: 1px solid #CCC;
  clear: both;
  float: left;
  overflow: hidden;
  padding: 18px 0 17px;
  width: 100%;
}
.box {
  float: left;
  margin-left: 10px;
  width: 300px;
}
.first {
  border: 0;
  margin-left: 0 !important;
}
.box.white {
  border-left: 1px solid #CCC;
  margin-left: 9px;
}
.box.white.first {
  border-left: 0;
  border-left: 0;
}
.lightgray {
  background: url(/img/lightgray_edge_bg.gif) no-repeat right top #EDEDED;
}
.gray {
  background: url(/img/gray_edge_bg.gif) no-repeat right top #1E1E1E;
  color: #FFF;
}
.orange {
  background: url(/img/orange_edge_bg.gif) no-repeat right top #E47702;
  color: #FFF;
}
.blue {
  background: url(/img/blue_edge_bg.gif) no-repeat right top #37AEB0;
  color: #FFF;
}
.box h2 {
  background: transparent;
  color: #FFF;
  font-size: 18px;
  font-weight: normal;
  margin: 0 10px;
  padding: 9px 0;
}
.box.white h2, .box.lightgray h2 {
  color: #000;
}
.box p {
  margin: 0 10px 18px;
}
.box a {
  color: #FFF;
  font-weight: normal;
  text-decoration: underline;
}
.box a:hover {
  color: #000;
}
.box.white a, .box.lightgray a {
  color: #000;
  font-weight: normal;
  text-decoration: underline;
}
.box.white a:hover, .box.lightgray a:hover, .box.gray a:hover {
  color: #E47702;
}
.box.img img {
  background: #F9F9F9;
  border: 1px solid #CCC;
  padding: 3px;
}
.box.img a {
  text-decoration: none;
}
.box.img a span {
  color: #999;
  display: block;
  font-size: 10px;
}
.box.img a:hover span {
  color: #000;
}
.box.img a img {
  background: #F9F9F9;
  border: 1px solid #CCC;
  padding: 3px;
}
.box.img a:hover img {
  border: 1px solid #E47702;
}
.box p img {
  background: #F9F9F9;
  border: 1px solid #CCC;
  float: left;
  margin: 5px 10px 5px 0;
  padding: 3px;
}
.box h2 a {
  text-decoration: none !important;
}

/* SUB NAVIGATION */
#navi ul {
  margin: 0 10px;
}
#navi ul li {
  display: inline;
}
#navi ul li a, #navi ul li span {
  background: url(/img/border_dotted_bg.gif) repeat-x left bottom;
  color: #666;
  display: block;
  font-size: 12px;
  font-weight: bold;
  padding: 9px 0;
  text-decoration: none;
  width: 280px;
}
#navi ul li a:hover {
  background-color: #F9F9F9;
  color: #E47702;
}
#navi ul li a.active, #navi ul li span {
  color: #E47702;
}
#navi ul li ul {
  background: url(/img/border_dotted_bg.gif) repeat-x left bottom;
  margin: 0;
  padding: 0 0 0 20px;
}
#navi ul li ul li a {
  background: url(/img/border_dotted_bg.gif) repeat-x left bottom;
  color: #666;
  display: block;
  font-size: 12px;
  font-weight: normal;
  line-height: 18px;
  padding: 9px 0;
  text-decoration: none;
  width: 260px;
}
#navi ul li ul li a.active, #navi ul li ul li span {
  color: #E47702;
  font-weight: normal;
  width: 260px;
}

#navi ul li ul li ul {
  background: url(/img/border_dotted_bg.gif) repeat-x left bottom;
  margin: 0;
  padding: 0 0 0 20px;
}
#navi ul li ul li ul li a {
  background: url(/img/border_dotted_bg.gif) repeat-x left bottom;
  color: #666;
  display: block;
  font-size: 12px;
  font-weight: normal;
  line-height: 18px;
  padding: 9px 0;
  text-decoration: none;
  width: 240px;
}
#navi ul li ul li ul li a.active, #navi ul li ul li ul li span {
  color: #E47702;
  font-weight: normal;
  width: 250px;
}

/* CONTENT */
#content p {
  margin: 0 10px 18px;
}

#teaser h2.like-h3 {
  background: url(/img/border_dotted_bg.gif) repeat-x left bottom;
  color: #000;
  font-family: Arial, Verdana, "Trebuchet MS", sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 18px;
  margin: 0;
  padding: 9px 0;
}

#teaser p {
  margin: 10px 0 0 0;
}
#content img {
  background: #F9F9F9;
  border: 1px solid #CCC;
  float: left;
  padding: 3px;
  margin: 5px 10px 5px -10px;
}

#content img.noBorder {
  background: #F9F9F9;
  border: 0;
  float: left;
  padding: 3px;
  margin: 5px 10px 5px 10px !important;
}

#content .bildunterschrift {
  color:#999999;
  font-size:10px;
}
#content a,
#teaser a {
  color: #000;
  font-weight: normal;
  text-decoration: underline;
}
#content a:hover,
#teaser a:hover {
  color: #E47702;
}
#content ul.contentliste {
  margin: 0 20px 18px;
}
#content ul.contentliste li {
  background: url(/img/content_li_bg.gif) no-repeat 0 0.6em;
  font-size: 11px;
  padding-left: 10px;
}

/* FOOTER */
#footer p {
  float: left;
  line-height: 36px;
  padding: 0 10px;
}
#footer ul {
  float: right;
}
#footer ul li {
  display: inline;
  line-height: 36px;
  padding: 0 10px;
}
#footer ul li a {
  color: #666;
  font-weight: bold;
  text-decoration: none;
}
#footer ul li a:hover {
  color: #E47702;
}

/* Kontaktformular */
form.kontaktformular {
	margin: 0 10px 18px;
	width: 360px;
}

form.kontaktformular div {
	padding: 10px 0 0 0;
}

form.kontaktformular div label {
}

form.kontaktformular div div.fehler {
	color: red;
	font-weight: bold;
}

form.kontaktformular div input {
	width: 350px;
	margin: 0;
}

form.kontaktformular div textarea {
	width: 350px;
}

form.kontaktformular div input.checkbox {
	width: 15px;
	border: none;
}

form.kontaktformular div input.submitbutton {
	width: 150px;
	background-color: white;
	border: 1px solid grey;
	text-align: center;
}



ul.listenobjekt {
	list-style-type: none;
	padding: 0px;
	margin: 0 20px 0 10px;
	float: left;
	width: 600px;
}
ul.listenobjekt li {
    background:transparent url(/img/border_dotted_bg.gif) repeat-x scroll left top;
	margin: 0px;
	padding: 10px 0 10px 0;
    border: none;
}
ul.listenobjekt li img {
	float: left;
	margin: 0 10px 10px 0;
}
ul.listenobjekt li a, ul.listenobjekt li a:hover, ul.listenobjekt li a:active, ul.listenobjekt li a:visited {
    color: #000000 !important;
    font-weight: normal;
    text-decoration: none !important;
}
ul.listenobjekt li.mitarbeiter a, ul.listenobjekt li.mitarbeiter a:hover, ul.listenobjekt li.mitarbeiter a:active, ul.listenobjekt li.mitarbeiter a:visited {
    text-decoration: underline !important;
}
ul.listenobjekt li .titel {
    font-weight: bold;
}

ul.listenobjekt li.mitarbeiter {
	clear: both;
}
ul.listenobjekt li.mitarbeiter img {
	float: left;
	margin: 0 10px 10px 0;
}
ul.listenobjekt li.news {

}
ul.listenobjekt li.default {

}

ul.suchergebnisse {
    margin: 0 10px 18px;
}
ul.suchergebnisse li {
    background:transparent url(/img/border_dotted_bg.gif) repeat-x scroll left top;
    padding: 10px 0 10px 0;
}

#ajaxbildergalerie {
    margin: 0 10px 18px;
}
#ajaxbildergalerie p {
    margin: 0 0 10px 0;
}

div.bildergalerie-grossbild {
    width: 538px;
    margin-bottom: 15px;
}
div.bildergalerie-thumbnail, div.bildergalerie-thumbnail-aktiv {
    background-color: #F9F9F9;
    float: left;
    margin: 0 0 5px 5px;
    padding: 1px;
}
div.bildergalerie-thumbnail {
    border: 1px solid #E6E6E6;
}
div.bildergalerie-thumbnail-aktiv {
    border: 1px solid #999999;
}
div.bildergalerie-links {
    text-align: center;
    margin-bottom: 10px;
}
div.bildergalerie-thumbnail img,
div.bildergalerie-thumbnail-aktiv img {
  border: none !important;
  float: none !important;
  padding: 0 !important;
}

form {
  margin: 0;
  padding: 0;
}
.red {
  color: #E47702;
}
div.gray .red {
  color: #ffffff;
}
div.orange .red {
  color: #ffffff;
}
div.blue .red {
  color: #ffffff;
}

