/* Stylesheet for Articles */

* { font-family:arial, sans-serif; }

/* Font Type for the whole document */
body { 
    font-size:1em;
    line-height:1em; 
}

/* Links */
a:link {color: #00688B; font-weight:bold; text-decoration: none;}
a:visited {color: #00688B; font-weight:bold; text-decoration: none;}
a:active {font-weight:bold; text-decoration: none;}
a:hover {color: #8D8D8D; font-weight:bold; text-decoration: none;}

a.visit:link {color: #D2691E; font-weight:bold; text-decoration: none;}
a.visit:visited {color: #D2691E; font-weight:bold; text-decoration: none;}
a.visit:active {font-weight:bold; text-decoration: none;}
a.visit:hover {color: #D2691E; font-weight:bold; text-decoration: none;}

/* Header with creation date and so on */
table.header {
  margin-left:5px;
  margin-right:5px;
  margin-bottom:0px;
  border-bottom-style:solid;
  border-bottom-width:1px;
}

/* Reset first counter to number headers */
body { counter-reset: Ebene01; }

/* The div in which all content is enclosed */
/* we make the page look small and centered */
/* sourroundt by box - like you a reading a */
/* normal sheet of DIN A4 paper (printable) */
div.page { 
  /* width:40em; */
  width:800px;
  position:relative;
  background:#FFFFFF; 
}

/* thumbnail immages */
img.thumb {
  padding-left:10px;
}

@media screen {
   div.page {
     padding-left:auto;
     padding-right:auto;
     padding-bottom:10px;
     margin-left:auto;
     margin-right:auto; 
     border-style:solid;
     border-color:#D3D3D3;
     border-width:2px 
   }
}

.title {
      font-weight:bold;
	  color: #FFFFFF;
	  font-size: 0.8em;
  }
	  
.titlecontent {
      font-weight:bold;
	  color: #FFFFFF;
	  font-size: 1.5em;
	line-height:1em;
}

.date {
      font-weight:bold;
	color: #00688B;
	font-size: 1em;
	line-height:1em;
}

.first {
      font-weight:bold;
	  color: #00688B;
	  font-size: 2em;
	line-height: 1em;
}

.next {
      font-weight:bold;
	  color: #00688B;
	  font-size: 1em;
	line-height: 1em;
}

.grey {
      font-weight:bold;
	  color: #999999;
	  font-size: 2em;
}

.undertitle {
      font-weight:bold;
	  color: #FFFFFF;
	  font-size: 0.7em;
}
