/* --------------------------------------- */
/* allgemeine Einstellungen                */
/* --------------------------------------- */

* {
  font-size: 1em;
  font-family: Verdana;
}


body {
  background-color: #ececec;
  text-align: center;
}

p {
  font-size: 0.9em;
  line-height: 1.55em;
}

div#page {
  position: relative;
  width: 863px;
  text-align: left;
  background: transparent url(/media/images/background/druckerei.jpg) 0px 12px no-repeat;
  margin: 0 auto;
  padding: 12px 0 0 0;
  min-height: 770px;
  font-size: 0.8em;
}

div#header {
  position: relative;
  margin: 0 0 0 121px;
  padding: 0;
  width: 720px;
  height: 152px;
  background-position: top left;
  background-repeat: no-repeat;
  overflow: visible;
  cursor: pointer;
}


div#wrapper {
  position: relative;
  margin-left: 110px;
  width: 740px;
  background: transparent url(/media/images/background/content.jpg) top right repeat-y;
}


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

div#navigation {
  position: relative;
  top: 16px;
  margin: 0 0 0 121px;
  padding: 0;
  width: 728px;
  height: 90px;
  overflow: hide;
}


div#navigation ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

div#navigation ul li {
  float: left;
  margin: 0 12px 12px 0;
  padding: 0;
}

div#navigation ul li a {
  display: block;
  width: 158px;
  height: 22px;
  background: url(/media/images/background/navigation_off.jpg) top left no-repeat;
  border: 1px #b4b4b4 solid;
  padding: 7px 0 0 10px;
  color: #000;
  text-decoration: none;
  font-weight: bold;
}


div#navigation ul li a.current,
div#navigation ul li a:hover {
  display: block;
  width: 158px;
  height: 22px;
  background: url(/media/images/background/navigation_on.jpg) top left no-repeat;
  border: 1px #b4b4b4 solid;
  padding-top: 7px;
  padding-left: 10px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}

/* --------------------------------------- */



/* --------------------------------------- */
/* Unternavigation                         */
/* --------------------------------------- */

div#subnavigation {
  position: relative;
  float: left;
  width: 190px;
  background: url(/media/images/background/navigation_top.jpg) 0px 0px no-repeat;
  padding: 13px 0 0 0;
  z-index: 1000;
  margin: 0 0 0 -2px;
}

div#subnavigation_wrapper {
  padding-bottom: 9px;
  background: url(/media/images/background/navigation_bottom.jpg) left bottom no-repeat;  
}

div#subnavigation ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

div#subnavigation ul li {
  background: url(/media/images/background/navigation_main.jpg) top left repeat-y;
}


div#subnavigation ul li a {
  display: block;
  margin-left: 13px;
  width: 159px; 
  height: 22px;
  background: url(/media/images/background/navigation_off.jpg) top left no-repeat;
  border-bottom: 1px #b4b4b4 solid;
  border-left: 1px #b4b4b4 solid;
  border-right: 1px #b4b4b4 solid;
  padding-top: 7px;
  padding-left: 9px;
  color: #000;
  text-decoration: none;
}

div#subnavigation ul li.level_1 a.current {
  background: #fff;
  background-image: none;
  color: #0068b2;
  height: 35px;
  padding-top: 15px;
  font-size: 1em;
  font-weight: bold;
}


div#subnavigation ul li.level_2 a:hover,
div#subnavigation ul li.level_2 a.current {
  background: url(/media/images/background/navigation_on.jpg) top left no-repeat;
  color: #fff;
}


div#subnavigation ul li.level_2 a.lightBorder {
  border-bottom: 1px #eaeaea solid;
}

div#subnavigation ul li.level_2 a.folder {
  background: url(/media/images/background/navigation_folder_off.jpg) top left no-repeat;
}


div#subnavigation ul li.level_2 a.folder:hover,
div#subnavigation ul li.level_2 a.currentfolder {
  background: url(/media/images/background/navigation_folder_on.jpg) top left no-repeat;
  color: #fff;
}

div#subnavigation ul li.level_3 a {
  background-image: none;
  background-color: #fff;
  padding-top: 7px;
  height: 22px;
}

div#subnavigation ul li.level_3 a.lightBorder {
  border-bottom: 1px #eaeaea solid !important;
}


div#subnavigation ul li.level_3 a:hover,
div#subnavigation ul li.level_3 a.current {
  background: #f6f6f6 url(/media/images/background/navigation_pfeil_rechts.jpg) bottom left no-repeat;
  width: 167px !important;
  border-right: 0 !important;
  border-bottom: 0 !important;
  height: 23px !important;
}

/* --------------------------------------- */


/* --------------------------------------- */
/* Inhaltscontainer                        */
/* --------------------------------------- */

div#top_spacer {
  position: relative;
  margin-left: 187px;
  background: url(/media/images/background/content_top.jpg) top right no-repeat;
  height: 28px;
  z-index: 999;
}

div.content {
  position: relative;
  margin-left: 193px;
  margin-right: 13px;
  background: #fff;
  padding: 0px 10px 10px 10px;
  min-height: 446px;
  z-index: 1000;
}


div.content img#main_image {
  margin-bottom: 10px;
}


/* --------------------------------------- */


/* --------------------------------------- */
/* Elemente im Inhaltscontainer            */
/* --------------------------------------- */

h1 {
  color: #0068b2;
  font-size: 1em;
  margin: 0 0 15px 0;
  padding: 0;
  font-weight: bold;
}

div.content p {
  color: #353535;
  margin-bottom: 9px;
}

div.content a {
  color: #000;
  text-decoration: none;
  border-bottom: 1px #000 dotted;
}


div.content a:hover {
  color: #000;
  text-decoration: none;
  border-bottom: 1px #000 solid;
}

div#print_page {
  position: absolute;
  top: 7px;
  right: 19px;
}

div#print_page a,
div#print_page a:hover {
  text-decoration: none;
  color: #A5A5A5;
  font-size: 0.8em;
  height: 10px;
  padding-right: 21px;
  background: transparent url(/media/images/background/bg_print_link.jpg) top right no-repeat;
  border: 0;
  padding-top: 2px;
}

div.error,
div.error p {
  color: #e5007e !important;
}
/* --------------------------------------- */


/* --------------------------------------- */
/* Formularelemente                        */
/* --------------------------------------- */

table.formbox {
  font-size: 0.9em;
  padding: 0;
  margin: 0;
  width: 477px;
}

table.formbox tr {
  padding: 0;
  margin: 0;
}

table.formbox td {
  vertical-align: top;
  margin: 0;
  padding: 0;
  padding-bottom: 14px;
}

table.formbox td.td_first_label {
  padding: 0px;
  text-align: right;
  padding-top: 2px;
}

table.formbox td.td_mandatory {
  width: 10px;
  color: #E5007E;
}


table.formbox td.td_value input,
table.formbox td.td_value textarea {
  width: 354px;
}

table.formbox td.td_value select {
  width: 360px;
}


table.formbox td.td_first_value input,
table.formbox td.td_first_value textarea {
  width: 130px;
}

table.formbox td.td_first_value select {
  width: 136px;
}

table.formbox td.td_second_label {
  width: 70px;
  text-align: right;
  padding-top: 2px;
}


table.formbox td.td_second_value input,
table.formbox td.td_second_value textarea {
  width: 130px;
}

table.formbox td.td_second_value select {
  width: 136px;
}


input.textinput,
input.dateinput,
select.textinput {
  border: 1px #b4b4b4 solid;
  background-color: #fff;
  padding: 0px 2px 0 2px;
/*  height: 18px;*/
  height: 20px;
}

input.textinput,
input.dateinput {
  padding-top: 2px;
  height: 18px;
}


textarea.textinput {
  border: 1px #b4b4b4 solid;
  background-color: #fff;
  padding: 0 2px 0 2px;
}

select.textinput {
  padding-right: 0;
}

input.hover,
select.hover,
textarea.hover {
  border: 1px #000 solid;
}

input.error {
  border: 1px #E5007E solid !important;
}


input.submit {
  height: 20px;
  color: #fff;
  padding: 0 9px;
  padding-bottom: 1px;
  background: url(/media/images/background/bg_button.gif) top left no-repeat;
  border: 1px #b4b4b4 solid;
  font-weight: normal;
  font-size: 1.00em;
}

/* --------------------------------------- */


/* --------------------------------------- */
/* Listennavigation (Suche)                */
/* --------------------------------------- */

div.list_navigation {
  padding: 6px 0 6px 19px;
  background-color: #f9f9f9;
  color: #000;
  font-size: 0.9em;
}

div.content div.list_navigation a,
div.content div.list_navigation a:hover {
  color: #e5017c !important;
  margin-right: 11px;
  border: 0;
  text-decoration: none;
}


div.content div.list_navigation a.currentPage,
div.content div.list_navigation a.currentPage:hover {
  font-weight: bold; 
  margin-right: 11px;
  color: #000 !important;
}

/* --------------------------------------- */


/* --------------------------------------- */
/* Suche                                   */
/* --------------------------------------- */

div.content ul#search_result {
  list-style-type: none;
  margin: 0;
  padding: 0;
}


div.content ul#search_result li {
  padding-left: 17px;
  margin-top: 17px;
  background: url(/media/images/background/searchlist_bullet.jpg) 0px 2px no-repeat;
}

/* --------------------------------------- */


/* --------------------------------------- */
/* zusätzliche Inhaltscontainer            */
/* --------------------------------------- */
div.block_content {
  position: relative;
  margin-bottom: 26px;
  font-size: 0.9em;
  color: #353535;
  line-height: 1.55em;
  margin-bottom: 9px;
}

img.block_image {
  position: relative;
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
}



div.block_content ul {
  margin: 0px 0 15px 0;
  padding: 0;
}

div.block_content ul.linklist {
  list-style-type: none;
}

div.block_content ul.standard li {
  background: url(/media/images/background/linklist_bullet.jpg) center left no-repeat;
  padding-left: 12px;
}

div.block_content ul.standard li a,
div.block_content ul.standard li a:hover {
  color: #0068b2 !important;
  font-weight: bold;
  text-decoration: none !important;
  border: 0 !important;
}


div.block_content ul.pdf {
  margin-top: 15px;
}

div.block_content ul.pdf li {
  background: url(/media/images/background/pdf_symbol.jpg) center left no-repeat;
  padding-left: 41px;
  padding-top: 5px;
  min-height: 26px;
  margin-left: 29px;
  margin-bottom: 7px;
}
/* --------------------------------------- */


/* --------------------------------------- */
/* Fußzeile                                */
/* --------------------------------------- */


div#footer {
  position: relative;
  margin-left: 193px;
  margin-right: 13px;
  background: #fff;
}

div#footer p {
  margin: 0px 10px;
  border-top: 1px #eaeaea solid;
  padding: 9px 0px 9px 0px;
  color: #a5a5a5;
  font-size: 0.75em;
}

div#toplink {
  text-align: right;
  margin-bottom: 2px;
}

div#toplink a,
div#toplink a:hover {
  text-decoration: none;
  color: #A5A5A5;
  font-size: 0.75em;
  padding: 0;
  padding-right: 18px;
  background: transparent url(/media/images/background/bg_toplink.jpg) bottom right no-repeat;
  border: 0;
  margin-right: 21px;
}

div#sitemapLink {
  text-align: right;
position: absolute;
right: 0px;
top:  25px;
}

div#sitemapLink a,
div#sitemapLink a:hover {
  text-decoration: none;
  color: #A5A5A5;
  font-size: 0.75em;
  padding: 0;
  padding-right: 18px;
  background: transparent;
  border: 0;
  margin-right: 21px;
}


div#bottom_spacer {
  position: relative;
  margin-left: 187px;
  background: url(/media/images/background/content_bottom.jpg) bottom right no-repeat;
  height: 15px;
}

/* --------------------------------------- */


.floatContainer {
	position: relative;
	overflow: hidden;
}

/* --------------------------------------- */
/* Bearbeitenmodus                         */
/* --------------------------------------- */
p.editmode {
  padding: 14px 0px 4px 0px !important;
  color: #f00 !important;
  font-size: 8pt !important;
  margin: 0 !important;
}

div.editmode_block {
  border: 1px #f00 dotted;
  padding: 10px 0 10px 0;
  margin: 10px 0 10px 0;
}


/* --------------------------------------- */


/* --------------------------------------- */
/* datePicker Anpassungen                  */
/* --------------------------------------- */

a.dp-choose-date {
	float: left;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 0 0px 0 6px;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url(/media/images/calendar.gif) no-repeat; 
        border: 0 !important;
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}
/* makes the input field shorter once the date picker code
 * has run (to allow space for the calendar icon
 */
input.dp-applied {
	width: 109px !important;
	float: left;
}
/* --------------------------------------- */

/* --------- Sitemap ----------- */
  #sitemap a {
    font-size: 0.9em;
    color: #FFFFFF;
    text-decoration: none;
  }

  #sitemap {
    background: #FFFFFF;
    font: normal 16px Arial,sans-serif;
    overflow: hidden;
    padding: 1em;
  }

  /* Erste Ebene */

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

  #sitemap li {
    background-color: #0067b2;
    margin: 0.5em 0 -0.1em;
    min-height: 1em;
    padding: .2em .4em;
    padding-top: 0;
    position: relative;
    width: 9em;
    color: #FFFFFF;
  }

  /* Zweite Ebene */

  #sitemap ul ul {
    font-size: 90%;
    margin-top: -1.4em;
  }

  #sitemap ul ul li {
    background: #009641;
    border-left: 0.5em solid #07548d;
    border-top: 0.5em solid #FFFFFF !important;
    left: 10.4em;
    margin-top: 0;
  }

  /* Dritte Ebene */

  #sitemap ul ul ul li {
    background: #e7007d;
    border-color: #027333;
  }

  /* Vierte Ebene */

  #sitemap ul ul ul ul li {
    background: #CC3333;
    border-color: #996600;
    margin-top: 0;
  }

  #sitemap ul ul ul ul ul li {
    background: #ffef00;
    border-color: #a9035d;
    margin-top: 0;
  }
