/***********************************************/
/* HTML tag styles                             */
/* this code has grown by the years            */
/* it is not perfect                           */
/* sorry about that                            */
/*                                             */
/* #name    gehört zu id=name                  */
/* .name    gehört zu class=name               */
/*                                             */
/*  Fazit: alles mit .name anlegen             */
/*                                             */
/***********************************************/ 
P.pagebreakhere {}

body{
  margin: 0px;
  padding: 0px;
  color: #666666;  
}

a:link{
  color: #666666;
  text-decoration: underline;
}

a:visited{
  color: #666666;
  text-decoration: underline;
}

h1{
  font-size: 114%;
  margin: 0px;
  padding: 0px;
}

h2{
  font-size: 107%;
  margin: 0px;
  padding: 0px;
}

h3{
  font-size: 100%;
  margin: 0px;
  padding: 0px;
}

h4{
  font-size: 100%;
  font-weight: normal;
  margin: 0px;
  padding: 0px;
}

h5{
  font-size: 100%;
  margin: 0px;
  padding: 0px;
}

ul{
  list-style-type: square;
}

ul ul{
  list-style-type: disc;
}

ul ul ul{
  list-style-type: none;
}

label{
  font-size: 100%;
}

.footer{
  padding:0px 0px 10px 10px;
  font-size: 12px;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

.navline{
  font-style: oblique;
  font-size: smaller;
  }

.headlines{
  float:right;
  border-left: 1px solid #666666;
  padding-right: 10px;
}

.content{
  float: left;
  font-weight: normal;
}

/************** .content styles ***************/

.greenscreen{
  padding: 0px 0px 0px 0px;
  font-family:"Courier New", mono;
  font-size: 12px;
}

.greenscreensmall{
  padding: 0px 0px 0px 0px;
  font-family: "Courier New", mono;
  font-size: 10px;
}

.hollerith {
  font-family: monospace;
  font-size: 11px;
  text-decoration: none;
}

.decus {
  font-family: monospace;
  font-size: 11px;
  text-decoration: none;
}

.screenelement{
 }

.printelement{
  display:none;
 }

.mixedelement{
 }

.ruler{
  font-family: "Courier New";
  color: #aaaaaa;
  font-size: 1px;
}

.TextBlue {
  font-family: Arial, Helvetica, sans-serif;
  font-size:12px;
  font-weight:normal;
  color:blue; }

.TextBlack {
  font-family: Arial, Helvetica, sans-serif;
  font-size:10px;
  font-weight:normal;
  color:black; }


.feature{
  padding: 0px 0px 10px 10px;
  font-size: 12px;
}

.feature h3{
  padding: 30px 0px 5px 0px;
  text-align: center;
}

.feature img{
  float: left;
  padding: 10px 10px 0px 0px;
}

.featuresmall{
  padding: 0px 0px 0px 0px;
  font-size: 10px;
}

.featuresmall a{
  padding: 0px 0px 0px 0px;
  font-size: 10px;
}

.featuresmall a:visited{
  padding: 0px 0px 0px 0px;
  font-size: 10px;
}

.featurewhite{
  padding: 0px 0px 10px 10px;
  font-size: 8px;
  color: #ffffff;
}

.featurewhite a{
  padding: 0px 0px 10px 10px;
  font-size: 8px;
  color: #ffffff;
}

.list{
  padding: 0px 0px 1px 1px;
  font-size: 12px;
}

.list h1{
  padding: 0px 0px 1px 1px;
  font-size: 10px;
}

.list h3{
  padding: 0px 0px 1px 1px;
  font-size: 10px;
}

.list:link{
  font-size: 10px;
  text-decoration: underline;
}


.story{
  padding: 0px 0px 10px 10px;
  font-size: 90%;
}

.story p{
  padding: 0px 0px 10px 0px;
}

.storywhite{
  padding: 0px 0px 10px 10px;
  font-size: 80%;
  font-style: oblique;
  color: #0000ff;
}
.storywhite a{
  padding: 0px 0px 10px 10px;
  font-size: 80%;
  font-style: oblique;
  color: #0000ff;
}

.storyblue{
  padding: 0px 0px 10px 10px;
  font-size: 100%;
  font-style: oblique;
  color: #0000ff;
}
.storyblue a{
  padding: 0px 0px 10px 10px;
  font-size: 80%;
  font-style: oblique;
  color: #0000ff;
}

.hidden{
  clear: both;
  padding: 0px 0px 10px 10px;
  font-size: 80%;
  color: #ffffff;
}

.hidden a{
  text-decoration: none;
}

.hidden a:link{
  text-decoration: underline;
}

.hidden a:visited{
  font-style:normal;
  text-decoration: underline;
}

.storysmall{
  clear: both;
  padding: 0px 0px 0px 0px;
  font-size: 12px;
}

.content{
  padding: 10px 0px 0px 10px;
}

.leftnav{
  position: relative;
  margin: 0px;
  font-size: 12px;
  border-top: 1px solid #ffffff;
}

.leftnav h3{
  padding: 0px 0px 0px 0px;
}

.leftnav a:link,
.leftnav a:visited {
  padding: 2px 0px 2px 0px;
  display: block;
}

.leftnav a:hover{
  text-decoration: underline;
}


.headlines{
  margin: 0px;
  padding: 5px 0px 5px 10px;
  font-size: 80%;
}

.headlines p{
  padding: 5px 0px 5px 0px;
}

.headlines a:hover{
  text-decoration: underline;
}


