/* --- LISSYWEB STYLES --- */

/* Changes to the original salzgitter Styles: all url() styles have to be changed to BaseCMP structure 
(from "../img/name" to "name") */

/* Basecmp ilink */
  span.internal a{
    background-image: url(pfeil_intern.gif);
    background-repeat: no-repeat;
    background-position: 0 0.2em;
    padding-left: 15px;
  }

/* Basecmp ilink */
	span.external a {
    background-image: url(pfeil_extern.gif);
    background-repeat: no-repeat;
    background-position: 0 0.3em;
    padding-left: 15px;
  }

div.ipic { 	
	padding:0;
	margin: 0 10px;
	}

div.caption {
	display: hidden;
	margin:5px 0 0 0;
	padding: 0;
	font-size: 11px;
  	color: #444444;
 	text-decoration: none;
 	line-height:100%;
	}

.latestnews {margin-top:5px;}

.seminarbox ul {}
.seminarbox li {list-style-type: none; margin-left:-25px; padding-top:15px; padding-left:0;}


div.legende {font-size:10px;line-height:110%;padding-top:10px;	}
div.legende ul {font-weight: bold; list-style-type: none;}
div.legende li {font-weight: none; margin: 3px 20px;}

th, td {vertical-align:top; text-align:left;}

table.datalist {margin: 0;}
.widetable {width:650px; }  

table.datalist a img {border:none;}
right_align {text-align:right;}



/* ---- ORIGINAL STYLES --- */

html {
  overflow-y: scroll;
}
body {
  background-image: url(bg.gif);
  background-repeat: repeat-x;
  background-color: #d1d1cd;
}
body, div {
  font-size: 75%;
}

@media screen {
  body {
    margin-left: auto;
    margin-right: auto;
    width: 925px;
    padding-bottom: 3em;
  }
  a:link, a:visited {
    text-decoration: none;
  }
  a:active, a:hover {
    text-decoration: underline;
  }
  div {
    font-size: 100%;
    line-height: 1.35em;
  }
  .global {
    width: 925px;
    font-size: 90%;
    position: absolute;
    z-index: 20;
    height: 1.8em;
    padding-bottom: 6px;
    clear: both;
  }
  .footer .globalmenu {
    margin-right: 17px;
  }
  .globalmenu {
    position: absolute;
    top: 0;
    right: 0;
    list-style-type: none;
    height: 2em;
    overflow: hidden;
    float: left;
    margin-top: 0.1em;
  }
  .globalmenu li {
    display: inline;
    line-height: 1.8em;
    padding: 0 6px 0 6px;
    border-right: 1px solid #807570;
    position: relative;
  }
  .globalmenu .last {
    border-right: 0;
  }
  .globalmenu small {
    font-size: 100%;
  }
  .globalmenu a:link, .globalmenu a:visited {
    color: black;
  } 
  .globalmenu a:active, .globalmenu a:hover{
    color: black;
  }
  #logoPrint {
    display: none;
  }
  #head {
    width: 925px;
    font-size: 90%;
    position: relative;
    z-index: 10;
  }
  #head img {
    float: left;
  }
  .menu {
    list-style-type: none;
    padding: 0;
    height: 2.2em;
    font-weight: bold;
    float: left;
    position: relative;
  }
  .menu li {
    list-style-type: none;
    width: 170px;
    display: inline;
    vertical-align: top;
  }
  .menu ul li {
    position: relative;
    clear: both;
    float: left;
    display: block !important;
  }
  .menu a:link, .menu a:visited {
    width: 170px;
    float: left;
    border-right: 1px solid #93B59D;
    line-height: 2.2em;
    text-align: center;
    text-decoration: none;
    color: white;
    background-color: #20663B;
    background-image: url(bg_menu_dark.gif);
    background-position: left center;
  }
  .menu a:active, .menu a:hover {
    text-decoration: none;
  }
  .menu .path a:link, .menu .path a:visited,
  .menu .active a:link, .menu .active a:visited {
    color: black;
    background-image: url(bg_menu_light.gif);
    background-position: left center;
  }

  .submenu {
    display: none;
    position: absolute;
    top: 2.2em;
    left: 0;
    z-index: 1000;
    width: 228px;
    margin: 0;
    padding: 0;
    border-right: 1px solid #B7B7B7;
    border-bottom: 1px solid #B7B7B7;
    font-weight: normal;
  }
  .submenu li {
    clear: both;
    display: block;
    width: 228px;
    height: 2.2em;
    background-repeat: repeat-x;
    background-color: #CEEA44;
  }
  .submenu li.first {
    background-image: url(bg_submenu_schatten.gif);
  }
  .submenu li.first.active {
    background-image: url(bg_submenu_schatten_active.gif) !important;
    background-color: #AED243;
  }
  .submenu li.active {
    background-color: #AED243;
  }
  .submenu a:link, .submenu a:visited {
    width: 202px;
    border-right: 0;
    border-top: 1px solid white;
    background-image: none !important;
    background-color: transparent;
    text-align: left;
    background: url(pfeil_menu_right.gif) no-repeat 15px 0.8em !important;
    padding-left: 26px !important;
    color: black;
  }
  .submenu a:hover {
    background-color: #A5CE40 !important;
  }
  .submenu .first a:link, .submenu .first a:visited {
    border-top: 0;
  }
  .submenu .active a:link, .submenu .active a:visited {
    font-weight: normal;
  }
  .submenu .active strong {
    font-weight: normal;
  }

  #search {
    position: relative;
    width: 226px;
    float: right;
    background-color: #20663B;
    line-height: 2.2em;
    padding-left: 15px;
    overflow: hidden;
    height: 2.2em;
  }
  #words {
    width: 185px;
    font-size: 80%;
  }
  .btn-search {
    position: absolute;
    top: 0.4em;
    right: 11px;
    width: 1.9em;
    height: 1.9em;
    padding-left: 2em;
    overflow: hidden;
    font-size: 80%;
    background-color: #669B3E;
    border: 0;
    background: url(bg_search.gif) center;
  }
  .shaddow {
    position: relative;
    clear: both;
    height: 34px;
    width: 932px;
    top: -27px;
    left: -3px;
    z-index: 0;
    border-width: 0;
    border-color: transparent;
    border-style: none;
    background: url(bg_schatten.gif) center;
  }

  #main {
    position: relative;
    width: 895px;
    margin-top: -25px;
    background-color: white;
    padding: 15px;
    background-image: url(bg_vline_grey.gif);
    background-repeat: repeat-y;
    background-position: 683px 0;
  }
  .home #header {
    position:relative;
    width: 895px;
    margin-top: -25px;
    background-image: url(bg_home_content.gif);
    padding: 20px 0 20px 30px;
    background-color: #CEEA44;
    background-image: url(bg_vline_white.gif);
    background-position: 683px 0;
    background-repeat: repeat-y;
    border-bottom: 1px solid #D5D9E0;
  }
  .home h1 {
    font-weight: bold;
    font-size: 1.2em;
    color: #006633;
  }
  .home #header a:link,
  .home #header a:visited {
    color: black;
  }
  .home #main {
    margin-top: 0px;
    background-image: url(bg_home_content.gif);
  }
  .body {
    overflow: auto;
  }

  #content {
    width: 653px;
    float: left;
  }
  #content .block {
    clear: both;
  }
  .rubrik #content {
    background-color: white;
  }
  .content #content {
    background-color: #efeee8;
  }
  .verteiler #content {
    background-color: #efeee8;
  }
  .content #content .header, 
  .verteiler #content .header {
    padding: 10px 15px 8px 15px;
    border-bottom: 1px solid white;
    font-size: 0.9em;
  }
  .rubrik #content .header {
    position: relative !important;
    padding: 0;
    height: 123px;
    margin-bottom: 15px;
  }
  .rubrik #content .header h1 {
    position: absolute;
    left: 268px;
    bottom: 20px;
    margin: 0;
    color: #A9A9A7;
    font-size: 1.7em;
    letter-spacing: 1px;
    text-transform: uppercase;
  }
  #content .header hr {
    display: none;
  }  
  .home #content .body{
    padding-right: 0 !important;
  }
  .rubrik #content .body{
    padding-right: 0 !important;
  }
  #content .body{
    padding: 12px 15px 15px 15px;
  }
  #content .footer{
    clear: both;
    padding: 8px 15px 10px 15px;
    border-top: 1px solid white;
    font-size: 0.9em;
  }
  #content .footer hr {
    display: none;
  }
  .zoom {
    display: block;
    float: right;
    top: -19px;
    position: relative;
  }
  
  .anchor {
    margin: 0 0 2em 0;
    clear: both;
    position: relative;
  }
  .anchor ul {
    list-style-type: none;
    padding: 0;
  }
  .anchor li {
    background-image: url(pfeil_anker.gif);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 18px;
    line-height: 1.5em;
  }
  .anchor a:link, .anchor a:visited {
    color: black;
  }
  .anchor a:active, .anchor a:hover {
    color: black;
  }

  a:link.internal, a:visited.internal {
    background-image: url(pfeil_intern.gif);
    background-repeat: no-repeat;
    background-position: 0 0.2em;
    padding-left: 15px;
  }
  a:link.external, a:visited.external {
    background-image: url(pfeil_extern.gif);
    background-repeat: no-repeat;
    background-position: 0 0.3em;
    padding-left: 15px;
  }

  .links {
    list-style-type: none;
    padding: 0;
    font-size: 1em;
  }
  .links li {
    background-repeat: no-repeat;
    padding-left: 15px;
    margin-bottom: 0.5em;
  }
  .links li.internal {
    background-image: url(pfeil_intern.gif);
    background-position: 0 0.2em;
  }
  .links li.external {
    background-image: url(pfeil_extern.gif);
    background-position: 0 0.3em;
  }
  .links li.download {
    background-image: url(pfeil_download.gif);
  }

  .linkDownload {
    background-color: #E3E2DE;
    padding: 10px 15px 10px 15px;
    border-top: 1px solid #F4F3EF;
    margin-bottom: 0 !important;
  }
  .linkDownload h3 {
    font-size: 0.9em;
    margin-bottom: 0.5em;
  }
  .linkDownload small {
    font-size: 1em; 
  }
  .linkDownload ul {
    list-style-type: none;
    padding: 0;
  }
  .linkDownload li {
    background-repeat: no-repeat;
    background-position: 0 0.25em;
    padding-left: 15px;
    font-size: 0.9em; 
  }
  .linkDownload li.internal {
    background-image: url(pfeil_intern.gif);
  }
  .linkDownload li.external {
    background-image: url(pfeil_extern.gif);
  }
  .linkDownload li.download {
    background-image: url(pfeil_download.gif);
  }
  .linkDownload a:link, .linkDownload a:visited {
    color: black;
  }
  .linkDownload a:active, .linkDownload a:hover {
    color: black;
  }

  #margin {
    float: right;
    position: relative;
    left: 15px;
    width: 241px;
    padding: 0;
  }
  #navigation {
    padding: 0 15px 15px 15px;
    border-bottom: 1px solid #D5D9E0;
    margin-bottom: 3px;
  }
  #slots {
    clear: both;
  }

  .navigation {
    position: relative;
    margin-top: -1px;
    padding: 0;
    overflow: hidden;
    font-size: 90%;
    list-style-type: none;
  }
  .navigation a:link, .navigation a:visited {
    color: black;
    text-decoration: none;
  }
  .navigation a:hover, .navigation a:active {
    color: black;
  }
  .navigation ul {
    margin: 0;
    padding: 0;
    background-color: #E2F28E;
    list-style-type: none;
  }
  .navigation li {
    border-top: 1px solid white;
    background-color: #E2F28E;
  }
  .navigation a:link, .navigation a:visited {
    background: url(pfeil_menu_up.gif) no-repeat 10px 1em;
    display: block;
    padding: 5px 0 5px 25px;
    width: 185px;
  }
  .navigation li.path {
    background-color: #CEEA44;
  }
  .navigation li.active {
    background-color: #F5FBDA;
  }
  .lastOpenNode {
    background-color: #AED243 !important;
  }
  .lastOpenNode a:link,
  .lastOpenNode a:visited {
    background: url(pfeil_menu_down.gif) no-repeat 10px 1em !important;
  }
  .lastOpenNode ul a:link,
  .lastOpenNode ul a:visited {
    background: url(pfeil_menu_right.gif) no-repeat 25px 0.8em !important;
    padding-left: 36px !important;
    width: 174px;
  }

  .mainAbschluss {
    clear: both;
    height: 1px;
  }
  .mainAbschluss hr {
    display: none;
  }

  .infobox {
    position: relative;
    font-size: 0.9em;
    width: 211px;
    left: 15px;
    margin: 0 0 0 0;
    padding: 7px 0 7px 0;
    float: left;
    background-image: url(bg_hline_dotted.gif);
    background-position: bottom;
    background-repeat: repeat-x;
  }
  .infobox h3 {
    font-size: 1em;
    margin: 0 0 5px 0;
  }
  .infobox h4 {
    font-weight: normal;
    font-size: 1em;
  }
  .infobox p {
    margin: 0 0 5px 0;
  }
}

@media screen {
  .header div div,
  .footer div div {
    display: inline;
  }
  .header div span,
  .footer div span {
    position: absolute;
    right: 270px;
  }
  .ilink {
    padding: 0 18px 0 0;
    background-image: url(symbol_ilink.gif);
    background-repeat: no-repeat;
    background-position:  center right;
  }
  .cityguide {
    margin-left: 8px;
    padding: 0 15px 0 0;
    background-image: url(symbol_cityguide.gif);
    background-repeat: no-repeat;
    background-position:  center right;
  }
  .print {
    margin-left: 8px;
    padding: 0 20px 0 0;
    background-image: url(symbol_print.gif);
    background-repeat: no-repeat;
    background-position:  center right;
  }
  a:link.print, a:visited.print, 
  a:link.cityguide, a:visited.cityguide,
  a:link.ilink, a:visited.ilink {
    color: #333333;
  }
}
@media screen {
  .formular {
    width: 450px;
    padding: 0;
    margin: 0;
  }
  .formular p {
    margin: 0 0 0.5em 0 !important;
    padding: 0;
  }
  .formular table, .formular tr, .formular td {
    border-spacing: 0;
    padding: 0;
    margin: 0;
    font-size: 100%;
  }
  .formular select {
    margin: 2px 0 8px 0 !important;
    padding: 0.1em;
    font-size: 90%;
    color: #333333;
    border: 1px solid #AFAFAF;
  }
  .formular input {
    margin: 2px 0 8px 0;
    padding: 0.1em;
    border: 1px solid #AFAFAF;
    width: 278px;
    font-size: 90%;
    color: #333333;
  }
  .formular input.checkbox {
    width: 20px;
    border: none;
    margin: 0 5px 0 0;
    padding: 0;
  }
  .formular input.button {
    position: relative;
    width: auto;
    margin: 1em 10px 0 0;
    padding: 1px 0 1px 15px;
    text-align: center;
    border: 0;
    cursor: pointer;
    color: #353538;
    font-weight: bold;
    background: url(pfeil_intern.gif) no-repeat 0 0.3em;
  }
  .formular input.date {
    width: 100px;
    margin: 0 1em 0.5em 0;
  }
  .formular .formgroup {
    margin-top: 0.5em;
  }
  .formular input.radio {
    width: 20px;
    margin: 0;
    border: none;
  }
  .formular .formfield {
    display: block;
    margin: 0;
  }
  .formular textarea {
    margin: 2px 0 8px 0;
    padding: 0.1em;
    border: 1px solid #AFAFAF;
    width: 278px;
    height: 60px;
    font-family: Arial;
    font-size: 90%;
    color: #333333;
  }
  .formular label {
    margin: 0;
    padding: 0;
    font-family: arial, helvetica, sans-serif;
    color: #333333;
    font-weight: bold;
  }
  .formular .formlabel {
    margin: 0.3em 0 0 0;
    font-size: 90%;
  }
  .formular fieldset {
    border: 0;
    padding: 0;
  }
  .formular .publication {
    display: none;
  }
  .formular legend {
    display: none;
  }
}
