* {
    margin: 0;
    padding: 0;
}

.skip{
    position: absolute;
    left: -1000em; /* LTR */
    top: -1000em;
}
  
a {
    background: none repeat scroll 0 0 transparent;
    color: darkblue;
    text-decoration: none;
}  

a img {
  border: none;
}
  
a:focus, 
a:hover, 
a:active {
    text-decoration: underline;
}

p {
  margin: 5px;
}

body {
    height: 910px;
    color: #444444;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 75%;
    text-align: justify;
    background-color: #1A2D4B;
}

body {
    padding: 10px 0;
}

#wrapper {
    background: none repeat scroll 0 0 #FFFFFF;
    width: 1000px;
    margin: 0 auto;
}

.top_border {
  background: url("../pics/top.jpg") no-repeat scroll center top transparent;
  padding-top: 10px;
  width: 100%;
}

#header {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #000000;
    height: 130px;
    padding: 0;
    text-align: center;
}

#header, #nav, #main, #footer {
    clear: both;
}

#header {
    position: relative;
}

.header-left {
    float: left;
    width: 230px;
}


.header-right {
    float: right;
    width: 173px;
}

.header-center {
    margin: 0 173px 0 161px;
    padding-top: 5px;
    width: auto;
}

#header, #nav, #main, #footer {
    clear: both;
}

#nav {
    overflow: hidden;
}

.hlist {
    background-color: #F8DD19;
    border-bottom: 1px solid #1A2D4B;
    border-top: 1px solid #1A2D4B;
    float: right;
    line-height: 0;
    overflow: hidden;
    position: relative;
    width: 100%;
}


.hlist ul li {
  display: inline;
  float: right;
  font-size: 1em;
  line-height: 1em;
  list-style-type: none;
}

.hlist ul li a {
    background: none repeat scroll 0 0 transparent;
    color: #37434D;
    display: block;
    padding: 0.5em 1.4em 0.55em 1.4em;
    text-decoration: none;
    font-size:150%;     
    width: auto;
    border: none;
}

#current, 
#current, 
#current {
    border-bottom: 1px solid black;
    color: black;
    text-decoration: none;
}

#emalink a:hover,
#emalink a:focus,
#emalink a:active{
  border-bottom: none;
}


.hlist ul .link_li a:focus, 
.hlist ul .link_li a:hover, 
.hlist ul .link_li a:active {
    border-bottom: 1px solid black;
    color: black;
    text-decoration: none;
}


#link_ema {
  float: left;
  position: relative;
}

#link_ema2 {
  padding: 0;
  margin: 0 0 0 20px;
}


/*** SET SLIDESHOW WIU */
#slideshow0 {
    position:relative;
    height:200px;
    overflow: hidden;
}

#slideshow0 IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow0 IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow0 IMG.last-active {
    z-index:9;
} 

#main {
  padding-bottom: 20px;
  margin: 25px 15px 5px 23px;
  overflow: hidden;
  
}

#main h1 {
  font-size: large;
  color: #37434d;
  margin: 0 0 18px 0;
}

#main .auffuehrung h4{
  color: gray;
  margin: 0 0 10px 0px;
}

#main h1 a{
  font-size: small;
  color: #004080;
  margin-left: 15px;
}

#main h1 #stueck{
  color: darkgray;
  display: inline;
}

#main h3{
  font-size: medium;
  color: #37434d;
  margin: 20px 0 10px 0;
}

#main .auffuehrung {
  background-color: #edeff3;
  padding: 10px;
  margin-bottom: 30px;
  overflow: hidden;
}

#main .auffuehrung h2,
#main .auffuehrung h2 a
{
  margin-bottom: 5px;
  font-size: medium;
  color: #2a2a2a;
}


#main .auffuehrung h2 a:hover,
#main .auffuehrung h2 a:active,
#main .auffuehrung h2 a:focus{
  color: #ef9800;
  text-decoration: none;
}

#main .auffuehrung .images {
  float: left;
  clear: left;
  position: relative;
  margin-right: 10px;
  border: none;
}

#main .auffuehrung img {
  clear: left;
  position: relative;
}

#main .auffuehrung .description {
}

#footer {
  color: darkgray;
  padding-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  background-color: #1A2D4B;
}

#impressum {
  color: lightblue;
}

