 /*-------------------------Alles------------------------------*/

body, html {
  color:#000;
  background: #FFF;
  font-size: 12pt;
  height:100%;
  font-family:Georgia, Serif;
  margin: 0px;
  padding: 0px;
  line-height: 20px;
}
a {
  color:#000;
  text-decoration:underline;
}
a.linkExt:after {

  content: ' (URL: ' attr(href) ')';

}


#overall {
  height: 100%;
}

h1, h2, h3, h4, h5, h6, p{
}

#head h1{
  display:inline;
  font-size: 18pt;
}


 /*-------------------------Head-------------------------------*/

#head {
  margin:0px;
  padding:0px;
  height:auto;
}

 /*-------------------------Nav-----------------------------*/

#nav{
  display: none;
}

#navlist{
  display: none;
}


#nav a{
  display:none;
}


 /*-------------------------Content-----------------------------*/

#left{
  display:none;
}

#right{
  
}

#content{
}


#footer{
  font-size: 11pt; 
}

 /*-------------------------Templates------------------------------*/

