body 
{
  color: black; background-color: white;
  font-size: 100.01%;
  font-family: Helvetica,Arial,sans-serif;
  margin: 0; 
  padding: 0em 1em 1em 1em;
  min-width: 40em; /* Mindestbreite verhindert Umbruch und Anzeigefehler in modernen Browsern */
}

a 
{
  padding: 0.2em;
  font-weight: bold;
  border: 0px;
}
  
a:link 
{
  color: black; 
}
  
a:visited 
{
  color: #666; 
}
  
a:hover 
{
  color: black; 
  background-color: #eeeeee;
}

a:active 
{
  color: white; 
  background-color: gray;
}

img
{
  border:1px solid silver;
}

div#Title
{
  background-image: url(../images/webpage/logo.jpg);
  background-repeat: no-repeat;
  height: 180px;
  padding: 0.2em;
  padding-left: 450px;
  margin-bottom: 1em;
  font-size: 1.5em;
  font-weight: bold;  
  text-align:center;
}

span#TitleText
{
  font-size: 1.7em;
  font-weight: bold;
}

span#TitleInstitution
{
  font-size: 1.5em;
  font-weight: normal;
}

span#TitleAddress
{
  font-size: 10pt;
}

ul#Navigation {
  float: left;
  width: 18em;
  font-size: 0.83em;
  margin: 0; padding: 0;
  border: 1px dashed silver;
}
  
ul#Navigation li {
  list-style: none;
  margin: 0; 
  padding: 0.5em 0.5em 0.25em 0.5em;
}

span#NaviTitle
{
  display: block;
  font-weight: bold;
  padding: 0.2em;
  background-color: #dedede;
}

ul#NavigationLevel2
{
  margin-left: 1em;
  padding: 0;
}

ul#Navigation strong 
{
  display: block;
  padding: 0.2em;
  font-size: 1.2em;
  background-color: #dedede;
}
  
ul#Navigation a {
  display: block;
  padding: 0.2em;
  font-weight: bold;
}
  
ul#Navigation a:link {
  color: black; 
  background-color: #eeeeee;
}
  
ul#Navigation a:visited {
  color: #666; 
  background-color: #eeeeee;
}
  
ul#Navigation a:hover {
  color: black; 
  background-color: white;
}

ul#Navigation a:active {
  color: white; 
  background-color: gray;
}

div#Inhalt {
  margin: 0 0em 0 16em;
  padding: 0 1em;
  border: 1px dashed silver;
}

div#Inhalt h1 {
  font-size: 1.5em;
  margin: 0 0 0.5em;
}
  
div#Inhalt h2 
{
  font-size: 1.2em;
  margin: 0.2em 0;
}

div#Inhalt p 
{
  font-size: 1em;
  margin: 1em 0;
}

div#Bottom
{
  margin: 1em 0 0 16em;
  padding: 0;
  border: 1px dashed #00cc33;
  text-align: center;
}

div#Bottom p
{
  margin: 0;
  padding: 0;
  font-size: 1em;
}


/* News Style-Elements */

.news
{
    width: 90%;
    margin-left: 5%;
    margin-bottom: 25px;
    
}

.newstitle
{
background: #f8f8f8;
    margin-top: 1em;
    border: 1px dashed silver;
    padding: 5px;
    text-align: center;
    font-size : 16pt;
    font-weight: bold;
}

.newstext
{
background: #f8f8f8;
    padding:10px;
    font-size : 13pt;
}

/* Hinweis Elemente*/
.Info
{
  text-decoration: blink;
}

.InfoFrame
{
    background: #FDCCCC;
    margin-top: 1em;
    border: 1px dashed #FF0000;
    padding: 5px;
    text-align: center;
    font-size : 16pt;
    font-weight: bold;
}

/* Style für die RSS NEWS auf der news.php */

dl {
    margin: 0;
    padding: 0;
}

dl dt {
    font-size: 1.2em;
    text-transform: uppercase;
}

dl dd {
    margin-bottom: 1em;
    padding-bottom: 1em;
    border-bottom: 1px solid #e8e8e8;
}

dl dd p {
    margin: .3em 0 0;
    font-size: .9em;
    line-height: 1.2;
}

