 * {
    font-family: Helvetica, Arial, Verdana;
    color: #000000;
    text-align: left;
  }

  #scroll {
 /*   width: 76%;
    height: 77%;
    right: 1%;
    margin: 0;
    padding: 0;
    top: 20%;
    position: absolute;
   */ 
    
    position: absolute;
    left: 225px;
    right: 10px;
    top: 155px;
    bottom: 10px;
    width: auto;
    
    overflow: auto;
    background-color: #F2F5F9;
    background-image: url('bruecke-transp-small.gif');
    background-position: bottom left;
    background-repeat: no-repeat;
    border-style: solid;
    border-width: 3px;
    border-color: #0093DD;
    
    padding-top: 2em;
  }
  
  #content {
  padding: 5%;
  padding-bottom: 0;
  padding-top: 0;
  margin: 0; 
  }

body {
  background-color: #99CCFF;
  background-image: url('bruecke-frei.jpg');
  background-position: bottom left;
  background-attachment: fixed;
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
}  

#pagecontainer {
 /* background-image: url('logo.png');
  background-position: top right;
  background-attachment: fixed;
  background-repeat: no-repeat; */
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  padding: 0;
}

#headerimg {
  background-image: url('headerimg_alt.png');
  position: absolute;
  background-position: right bottom;
  left: 0;
  top: 0;
  width: 236px;
  height: 175px;
}

#navigation {
  margin: 0;
  padding: 0;
  /*width: 100%;*/
  width: auto;
  height: 2em;
  clear: both;
  float: none;
  border-color: #0093DD;
  font-size: small;
  background-image: url('line.gif');
  background-repeat: repeat-x;
  background-position: bottom left;
  padding-bottom: 3px;
  
  position: fixed;
  left: 228px;
  right: 13px;
  top: 158px;
  z-index: 1;
}

#navigation ul {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  clear: both;
  border-color: #0093DD;
}

#navigation ul li {
  margin: 0;
  padding: 0;
  display: block;
  float: left;
  height: 100%;
  overflow: hidden;
  vertical-align: middle;
  line-height: 2em; 
  border-bottom-style: solid;
  border-bottom-width: 3px;
 /* background-color: #C6DEF4;
  border-color: #0093DD;*/
  background-color: transparent;
   border-color: #0093DD;
/*  background-image: url('bruecke-transp.gif');
  background-position: bottom left;
  background-attachment: fixed;
  background-repeat: no-repeat;*/
}

#navigation ul li:hover {
  background-color: #F2F5F9;
  border-color: #0093DD;
}

#navigation ul li a {
  margin: 0;
  padding: 0;
  display: block;
  height: 100%;
  width: auto;
/*  padding-left: 3%; */
 /* clear: both;*/
  border-width: 3px;
  line-height: 2em; 
  text-align: center;
  border-color: #0093DD;
  color: #0093DD;
  text-decoration: none;
  white-space: pre;
}

#navigation ul li a:hover {
  text-decoration: none;
}

#navigation ul li.active {
  border-bottom-color: #F2F5F9;
  background-color: #F2F5F9;

}

#navigation ul li.active a {
  color: #000000;
}

#navigation ul li.navi1 {
  width: 15%;
}

#navigation ul li.navi2 {
  width: 20%;
}

#navigation ul li.navi3 {
  width: 18%;
}

#navigation ul li.navi4 {
  width: 30%;
}

#navigation ul li.navi5 {
	width: 17%;
	text-decoration: blink;
}

#navigation ul li.navi1 a {
  border-right-style: solid;
}

#navigation ul li.navi2 a {
  border-right-style: solid;
}

#navigation ul li.navi3 a {
  border-right-style: solid;
}

#navigation ul li.navi4 a {
  border-right-style: solid;
}


#header_UNI {
  cursor: pointer;
  display: block;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0px;
  right: 302px;
  height: 100px;
  width: 400px;
  background-image: url('Einzel_logo_UNI.png');
  background-position: right top;
  background-repeat: no-repeat;
}



#header_STK {
  cursor: pointer;
  display: block;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 53px;
  right: 150px;
  height: 65px;
  width: 560px;
  background-image: url('Einzel_logo_STK.png');
  background-position: right top;
  background-repeat: no-repeat;
}

#header_Herder {
  display: block;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 8px;
  right: 18px;
  height: 135px;
  width: 130px;
  background-image: url('Einzel_logo_Herderkopf.png');
  background-position: right top;
  background-repeat: no-repeat;
}


#header_Deutschland {
  display: block;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 102px;
  right: 143px;
  height: 35px;
  width: 578px;
  background-image: url('Einzel_logo_Deutschland.png');
  background-position: right top;
  background-repeat: no-repeat;
}



hr {
  clear: both;
}

#content h1 {
  padding: 0;
  padding-bottom: 0.5em;
  padding-top: 0.5em;
  margin: 0;
}

#content p {
  margin: 0;
  padding: 0;
  padding-bottom: 0,5em;
  padding-top: 0.5em;
  color: #000000;
  font-size: medium;
  line-height: 1.5em;
}

#content p:first-letter {
  color: #0093DD;
  /* font-weight: bold;*/
}

#content a {
  color: #0093DD;
  text-decoration: underline;
  white-space: pre;  
}

#content a:hover {
	color: #0054FF;
  text-decoration: none;
}

h1 {
    display: none;
}

h2 {
  color: #000000;
  font-size: xx-large;
  position: relative;
  right: 0.2em;
  margin-bottom: 0;
  padding-bottom: 0;
}

h2:first-letter {
  color: #0093DD;
  font-size: 120%; 
}

h3 {
  color: #000000;
  font-size: large;
  position: relative;
  right: 0.1em;
  padding: 0;
  margin: 0;
  padding-top: 1em;
}

h3:first-letter {
  color: #0093DD;
  font-size: 120%; 
}

h3:after {
  content: ":";
}

dfn {
  font-style: normal;
}

h4 {
  font-size: medium;
  font-weight: bold;
  margin: 0;
  padding: 0;
  padding-top: 0.5em;
}

h5 {
	font-size: medium;
	margin: 0;
	padding: 0;
	padding-top: 0.5em;
	color: #0093DD;
	}
h5:first-letter {
	color: #0093DD;
	font-size: 120%;
	}



	

#content ul {
  list-style: circle;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0.5em;
  margin-left: 0;
  padding-left: 0;
}

#content ul li {
  list-style: circle;
  padding-left: 0;
  margin-left: 2em;
}

#content img {
  width: 33%;
  max-width: 350px;
  border-width: 2px;
  border-style: dashed;
  border-color: #0093DD;
  float: right;
  clear: right;
  margin: 0;
  padding: 2px;
  margin-left: 1em;
  margin-top: 1em;
}


div.clear {
  height: 1em;
  display: block;
  margin: 0;
  padding: 0;
  clear: both;
  width: 50%;
}

#impressionen {
  color: #FFFFFF;
  position: absolute;
  left: 0.5em;
  bottom: 2em;
  width: 150px;
  font-size: small;
}

#impressionen a {
  color: #FFFFFF;
  text-decoration: none;
}

#impressionen a:hover {
  text-decoration: underline;
}

#content.impressionen img {
  clear: none;
  margin: 0.5em;
  width: 200px;
  height: 150px;
  float: left; 
  
}

