/**********************************************************************
*                                                                     *
* CSS-Style-Sheet                                                     *
*                                                                     *
* (c) Johannes H. Sterba 2007                                         *
*                                                                     *
**********************************************************************/

/* Base Declarations */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, a {
  margin: 0;
  padding: 0;
  border: 0;
}

body {
  font-size: 100.01%;
  font-family: "Tahoma", "Geneva";
  color: black;
  background-color: #8199c9;
}

a {
  text-decoration:none;
  color:black;
}

a:visited {
  color:gray;
}

a:hover {
  color:green;
}

a.external {
  background:transparent url(./icons/external.gif) no-repeat center left;
  padding-left:16px;
}

a.internal {
  background:transparent url(./icons/internal.gif) no-repeat center left;
  padding-left:16px;
}

a.local {
  background:transparent url(./icons/local.gif) no-repeat center left;
  padding-left:16px;
}

a.downl {
  background:transparent url(./icons/downl.gif) no-repeat center left;
  padding-left:16px;
}

/* Mainwrapper */

#mainwrapper {
  background-color:white;
  margin:3em;
  padding:3ex;
}

/* End Mainwrapper */

/* Header */

#Header {
  /*background: transparent url(./grafics/headback.gif) no-repeat top left;*/
  background-color: #8199c9;
  min-height:100px;
  margin-bottom:2ex;
  padding:1ex;
}

#Header .clear {
    clear:both;
    height:1px;
    overflow:hidden;
}

#Header h1 {
  text-align:center;
  color: #003399;
  font-size:170%;
  margin:1ex;
}

#Header img.links {
  float:left;
  }

#Header img.rechts {
  float:right;
  }

#Header a {
  text-decoration:none;
  border:0;
  }

#Header a:hover {
  color:black;
  }

#Header a:visited {
  color:black;
  }

#Header img {
  border:0;
  }


/* End Header */

/* SideBar: Links, General Navigation */

#SideBar {
  float:left;
  width:30%;
}

#SideBar h1 {
  font-size:120.01%;
  background:#8199c9;
  color: #003399;
  padding:0.3ex;
  padding-right:0.6ex;
  margin-bottom:0.3ex;
  }

#SideBar ul {
  list-style-type:none;
  margin-bottom:1ex;
  padding-left:0.6ex;
}

#SideBar ul li {
  padding:0.1ex;
}

#SideBar ul ul {
  margin-left:1em;
  font-size:90%;
}

#SideBar ul li.pict {
  padding:0.1ex;
  text-align:center;
}

#SideBar a img {
  border:0;
}

/* #SideBar ul li ul {
  display:none;
  }

#SideBar ul li.here > ul {
  display:block;
  }

#SideBar ul li:hover > ul {
  display:block;
  } */

/* End SideBar */


/* Inhalt */

#Inhalt {
  margin-left:32%;
  min-height:600px;
}

#Inhalt h1 {
  font-size:150%;
  margin-bottom:.5ex;
}

#Inhalt h1.news {
  background: transparent url(./icons/newspaperB.gif) no-repeat center left;
  padding-left:50px;
}

#Inhalt h2 {
  font-size:120%;
  margin-bottom:.5ex;
}

#Inhalt h3 {
  font-size:100%;
  margin-bottom:.5ex;
}

#Inhalt table {
  margin-top: 1ex;
  margin-bottom: 1ex;
  margin-left: 1em;
}

#Inhalt table td span.author {
  font-weight: bold;
}

#Inhalt table td span.pause {
  font-style: italic;
}


#Inhalt a {
  border-bottom:dashed 1px;
}

#Inhalt a.tag {
  border-bottom: none;
}

#Inhalt p {
  text-indent:0;
  margin-bottom:1ex;
}

#Inhalt h1+p {
  text-indent:0;
}

#Inhalt h2+p {
  text-indent:0;
}

#Inhalt h3+p {
  text-indent:0;
}

#Inhalt h4+p {
  text-indent:0;
}


#Inhalt div.box {
  float:right;
  width:15em;
  margin:0.3ex;
  padding:0;
  border: #9fb18b solid 1px;
}

#Inhalt div.box h1 {
  font-size:100.01%;
  background-color: #9fb18b;
  padding:0.3ex;
  margin-bottom:0.3ex;
}

#Inhalt div.box p {
  text-indent:0;
  font-size:80%;
  padding:0.4ex;
  margin:0;
}

#Inhalt div.lbox {
  float:left;
  width:15em;
  margin:0.3ex;
  padding:0;
  border: #9fb18b solid 1px;
}

#Inhalt div.lbox h1 {
  font-size:100.01%;
  background-color: #9fb18b;
  padding:0.3ex;
  margin-bottom:0.3ex;
}

#Inhalt div.lbox p {
  text-indent:0;
  font-size:80%;
  padding:0.4ex;
  margin:0;
}

#Inhalt ul {
  padding-left:3ex;
  list-style-type:square;
  margin-bottom:1ex;
}

#Inhalt ul li {
  padding:0.1ex;
}

#Inhalt fieldset {
  border: #000000 solid 1px;
  padding: 1ex;
  width: 35em;
  margin: 1ex;
}

#Inhalt fieldset legend {
  padding:1ex;
  margin: 0;
  color: #003399;
}

#Inhalt fieldset input {
  margin: 0;
  padding: 0;
  text-align:left;
}

/* End Inhalt */

/* Begin Fuss */

#Fuss {
  clear:left;
  border:0;
  border-top:solid 2px;
  color:#003399;
  font-size:50%;

}
