/* SPECTACOLO screen.css */

/* == Start = Allgemeine Angaben fuer die gesamte Site == */
* {
  padding: 0;
  margin: 0;
  font-size: 1em;
  font-family: verdana, arial, helvetica, sans-serif;
}

body {
  background: #fff;
  font-size: 100%;
}

div#page {
  position: relative;
  width: 800px;
  margin: 0 auto;
  background-color: #fff;
}

/* == Ende = Allgemeine Angaben fuer die gesamte Site == */


/* == Start = Kopfbereich (obere Navigation, Logo, Slideshowbild == */
div#header {
  position: relative;
  height: 208px;
  background: #fff url(/_system/images/bg_header.png) bottom left no-repeat;
}

img#logo {
  position: absolute;
  top: 69px;
  left: 40px;
  border: 0;
  width: 130px;
  height: 77px;
}


/* == Start = Navigation === */

div#navigation {
  position: absolute;
  top: 127px;
  right: 40px;
  width: 590px;
  height: 20px;
  text-align: right;
  font-size: 1.3em;
}


div#navigation a {
  margin-left: 31px;
  color: #cccccc;
  text-transform: uppercase;
  text-decoration: none;
}

div#navigation a.current {
  color: #ed8500;
}

div#navigation a img {
  border: 0;
}
/* == Ende = Navigation === */


/* == Start = Teaser === */

div#teaser_wrapper {
  position: relative;
  background: #fff url(/_system/images/bg_page.png) top left repeat-y;
  padding: 0 40px 0 40px;
  height: 364px;
  padding-bottom: 29px;
}

div#teaser {
  position: relative;
  height: 300px;
  overflow: hidden;
  background-image: url(/_system/images/loading.gif);
  background-position: 0px 0px;
  background-repeat: no-repeat;
  margin-bottom: 29px;
}


div#teaser a#imagebox {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 300px;  
  width: 720px;
  background: url(/_system/images/blnk.gif) bottom right no-repeat;
  display: block;
  z-index: 1010;
}


/* == Start = Teaserleiste ==== */
div#teaser_bar {
  height: 34px;
  background-image: url(/_system/images/background_teaserbar.gif);
  background-position: left center;
  background-repeat: repeat-x;
  position: relative;
  left: -2px;
  width: 722px;
}

div#teaser_bar a {
  padding-right: 3px;
  background-color: #fff;
  margin: 0;
  display: block;
  float: left;
  border: 0 !important;
}

div#teaser_bar a.last {
  padding-right: 0 !important;
}

div#teaser_bar a img {
  border: 2px #fff solid;
}

div#teaser_bar a.active img {
  border: 2px #f08300 solid;
}

/* == Ende = Teaserleiste ==== */

/* == Ende = Teaser ==== */

/* == Ende = Kopfbereich (obere Navigation, Logo, Slideshowbild == */


/* == Start = Inhaltscontainer - (Navigation, Sidebar, Vorschaubilder, der eigentliche Inhalt) == */
div#content_wrapper {
  position: relative;
  background: url(/_system/images/bg_page.png) top left repeat-y;
}
/* == Ende = Inhaltscontainer - (Navigation, Sidebar, Vorschaubilder, der eigentliche Inhalt) == */


/* == Start = Reiter ==== */

div#tabs_navigation {
  width: 782px;
  height: 18px;
  overflow: hidden;
  margin: 0 9px 24px 9px;
  z-index: 500;
  position: relative;
  background: #fff url("/_system/images/background_reiter.gif") top left repeat-x;
}

div#tabs_navigation table {
  margin-left: 31px;
  border-collapse: collapse;
  background: transparent;
}

div#tabs_navigation table td {
  background: transparent url("/_system/images/background_reiter_eintrag.gif") top left repeat-x;
  font-size: 0.65em;
  font-weight: bold;
  vertical-align: top;
  line-height: 18px;
  height: 18px;
  font-family: verdana, arial, helvetica, sans-serif;
  border-collapse: collapse;
}

div#tabs_navigation table td.first {
  padding-left: 9px;
}

div#tabs_navigation table td.current {
  background: url("/_system/images/background_reiter_aktiv.gif") top left repeat-x !important;
  padding-left: 9px;
  color: #3d5374;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;
  padding-right: 4px;
}

div#tabs_navigation table td.standard {
  padding-left: 9px;
}

div#tabs_navigation table td a {
  color: #ccc;  
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;
  text-decoration: none;
  border: 0 !important;
  padding-right: 4px;
  display: block;
}

div#tabs_navigation table td a:hover {
  border: 0 !important;
  color: #f08300;
}

/* == Ende = Reiter ==== */





div.content_block {
  position: relative;
  font-family: Georgia, serif;
  color: #646464;
  margin: 0 50px 0 50px;

/* ==  Hier kann für den gesamten Inhtaltscontainer die Schrift erhöht werden. === */
  font-size: 1em;
  line-height: 1.5em;
  z-index: 2000;
  overflow:hidden;
}

div.content_block * {
  font-family: Georgia, serif;
}


div.content_block a {
  color: #f08300;
  text-decoration: none; 
}

div.content_block a:hover {
  border-bottom: 1px #f08300 dotted;
}

div.content_block h1 {
  margin-top: 0;
}

div.content_block ul {
  list-style-type: none;
  margin: 6px 0 6px 0px;
  position: relative;
}

div.content_block ul li {
  background-image: url("/_system/images/list_bullet_black.gif");
  background-position: 0px 8px;
  background-repeat: no-repeat;
  padding: 0 0 0 14px;
  position: relative;
}

div.content_block ol {  
  margin: 6px 0 6px 25px;
  position: relative;
}

div.content_block ol li {
  padding: 0 0 0 0px;
  position: relative;
}

div.content_block ul li,
div.content_block ol li {
  margin-bottom: 5px;
}


div.contains_sidebar {
  background: url(/_system/images/bg_content_with_sidebar.gif) 1px 0px repeat-y;
  margin-right: 25px !important;
}


div.content_sidebar {
  float: right;
  width: 160px;
  padding-left: 30px;
}

div.contains_sidebar div.content {
  margin-right: 190px;
}

.bottom_content {
  font-size: 0.8em;
  line-height: 1.4em;
}

div.bottom_content {
  font-size: 0.8em;
  line-height: 1.4em;
}

div#bottom_content {
  border-top: 1px #e5e5e5 solid;
  margin: 24px 9px 24px 9px;
  padding-top: 24px;
  line-height: 1.4em !important;
  font-size: 0.8em;
}


div#bottom_content div.contains_sidebar {
  margin-right: 0px !important;
  margin-left: 41px !important;

}

div#bottom_content div.contains_sidebar div.content {
  padding-top: 0;
  margin-right: 226px;
}

div#bottom_content div.content_sidebar {
  color: #aaaaaa;
  width: 174px;
}

div.bottom_seperator {
  height: 24px;
}

div.bottom_seperator_line {
  background: url(/_system/images/bg_content_with_sidebar.gif) 42px 0px repeat-y;
  height: 24px;
}

img.personalia {
  float: left;
  margin: 0;
  padding: 0;
  margin-right: 17px;
  width: 113px;
}

/* == Start = Fusszeile == */

div#footer {
  position: relative;
  height: 15px;
  border-top: 1px #e5e5e5 solid;
  padding: 12px 41px 0 41px;
  margin: 0 9px 0 9px;
  font-size: 0.7em;
  color: #646464;
}

div#footer ul {
  list-style-type: none;
}

div#footer ul li {
  float: left;
  border-left: 1px #aaaaaa solid;
  padding-left: 11px;
  margin-left: 11px;
}

div#footer ul li.first {
  border-left: 0;
  padding-left: 0;
  margin-left: 0;
}

div#footer a {
  color: #aaaaaa;
  text-decoration: none; 
}

div#footer a:hover {
  border-bottom: 1px #f08300 dotted;
  color: #f08300;
}


div#footer_spacer {
  position: relative;
  height: 25px;
  margin-bottom: 14px;
  background: url(/_system/images/bg_footer.png) bottom left no-repeat;
}

/* == Ende = Fusszeile == */


/* == Start = Formularelemente == */

div.content_block form {
  font-size: 0.8em;
  margin-top: 9px;
}

div.content_block form p {
  margin-bottom: 5px;
  position: relative;
}

div.content_block form p label {
  float: left;
  width: 110px;
  position: relative;
  padding-bottom: 0;
  line-height: 1em;
}

div.content_block form p select.textinput {
  border: 1px #646464 solid;
  width: 260px;
  color: #646464;
  padding: 0 0 0 4px;
  position: relative;
}

div.content_blockform p select.textinput option {
  padding: 0 4px 0 4px;
}

div.content_block form p input.textinput,
div.content_block form p textarea.textinput {
  border: 1px #646464 solid;
  width: 250px;
  color: #646464;
  padding: 2px 4px 2px 4px;
  position: relative;
}

div.content_block form p textarea.textinput {
  height: 100px;
}

div.content_block form p input.current,
div.content_block form p textarea.current {
  color: #646464 !important;
  border: 1px #f08300 solid;
}

div.content_block form input.submit {
  margin-left: 106px;
  padding: 1px;
  text-align: left;
  background: transparent;
  border: 0;
  color: #f08300;
  cursor: pointer;
  margin-top: 5px;
  position: relative;
  display: block;
}

div.content_block form input.submitcurrent {
/*  padding: 1px 1px 0 1px;*/
/*  text-decoration: underline;*/
}

div.content_block form p label.error {
  color: #f08300 !important;
}

div.content_block form p input.error,
div.content_block form p textarea.error {
  border: 1px #f08300 solid !important;
}

div#formError {
  display: none;
  color: #f08300;
  font-weight: bold;
  font-size: 0.8em;
  margin-top: 9px;
}

/* == Ende = Formularelemente == */


/* == Sidebar ==== */

div.content_sidebar h3 {
  font-weight: bold;
  margin: 0 0 0 0;
  padding: 0;
  margin-bottom: 4px;
}

div.content_sidebar ul {
  list-style-type: none;
  padding: 0 !important;
  position: relative;
  margin: 0 0 0 1px !important;
  font-size: 0.8em;
  line-height: 1.5em;
}

div.content_sidebar ul li {
  margin-bottom: 0px;
  position: relative;
}

div.content_sidebar ul li {
  background-image: none!important;
  padding: 0;
}

div.content_sidebar a {
  color: #f08300;
  text-decoration: none !important;
  font-family: Georgia, serif;
  position: relative;
}

div.content_sidebar a:hover {
  border-bottom: 1px #f08300 dotted;
}


div.content_sidebar hr.referenceBlock {
  height: 1px;
  color: #e5e5e5;
  background-color: #e5e5e5;
  border: none;
  margin-top: 12px;
  margin-bottom: 10px;
}


/* Ende Sidebar ==== */





/* == Inhaltsbereich ==== */



div.content form p {
  margin-bottom: 5px;
  position: relative;
}

div.content form p label {
  float: left;
  width: 110px;
  position: relative;
}

div.content form p select.textinput {
  border: 1px #646464 solid;
  width: 260px;
  color: #646464;
  padding: 0 0 0 4px;
  position: relative;
}

div.content form p select.textinput option {
  padding: 0 4px 0 4px;
}

div.content form p input.textinput,
div.content form p textarea.textinput {
  border: 1px #646464 solid;
  width: 250px;
  color: #646464;
  padding: 2px 4px 2px 4px;
  position: relative;
}

div.content form p textarea.textinput {
  height: 100px;
}

div.content form p input.current,
div.content form p textarea.current {
  color: #646464 !important;
  border: 1px #f08300 solid;
}

div.content form input.submit {
  margin-left: 106px;
  padding: 1px;
  text-align: left;
  background: transparent;
  border: 0;
  color: #f08300;
  cursor: pointer;
  margin-top: 5px;
  position: relative;
  display: block;
}


div.content form p label.error {
  color: #f08300 !important;
}

div.content form p input.error,
div.content form p textarea.error {
  border: 1px #f08300 solid !important;
}

div.content div#formError {
  display: none;
  color: #f08300;
  font-weight: bold;
  margin-top: 9px;
}


/* == Ende = Inhaltscontainer - (Navigation, Sidebar, Vorschaubilder, der eigentliche Inhalt) == */