
/* Grundlage für diese Datei ist http://www.bilkinfo.de/style.css */


body {
  color: black;  
  /* background-color: #5364fd75; */
  margin: 0.5em 0.3em 0.3em 0.3em;

    background-color: #e5e5f7;
   /* background-image: url("45-degree-fabric-light.png"); */
}

p {
}

div.titelbild {
  text-align: center;
}

li {
  margin: 0.2em 0.5em 0 1em;
}

pre {
  font-family: courier, monospace, serif;
}


h1 {
  padding-top: 0;
  text-align: center;
}

h2 {
  margin-left: 1em;
  text-align: center;
}

h3,h4,h5 {
  margin-left: 1em;
  text-align: center;
}

h3.archiv {
  display: block;
  width: 99%;
  height: auto;
  padding-top: 0.8em;
  border-top: 3px #CCCCCC solid;
}


blockquote {
  /* text-align: justify; */
  margin-left: 0.5em; 
  /* font-style: italic; */
  font-family: courier, monospace, serif;
  font-size: 90%;
}

*.zitattext {
  /* font-style: italic; */
  margin-left: 1em;
  margin-right: 1em;
  font-family: serif;
  /* font-family: courier, monospace, serif; */
  font-style: italic; 
  font-size: 91%; 
  /* background-color:#aaaadd;  */

}	

*.zitatquelle {
  text-align: right; 
  margin-right: 1em;
  font-size: 75%;
  font-style: normal;
}	


td {
  padding: 0.3em;
}


img.left {
  padding: 0 1em 1em 0;
  margin: 0;
}
img.right {
  padding: 0 0 1em 1em;
  margin: 0;
}


table.head {
  color: #000000;
  background-color: #CCCCCC;
  margin: 0;
  padding: 0;
}

td.head {
  color: #000000;
  background-color: #FFFFFF;
  margin: 0;
  padding : 0;
}


td.grey {
  color: #000000;
  background-color: #CCCCCC;
  padding: 0.1em 0.3em 0.1em 0.3em;
}

td.gk {
  color: #000000;
  background-color: #CCFFCC;
  padding: 0.3em;
  margin: 0;
  text-align: center;
}


div.inhalt {
  margin: 0 0 0.1em 1em;
  padding : 0.5em;
  border-top : 5px #CCCCCC solid;
}

/* Das Motto, ganz oben */
div.motto { 
  text-align: center;
  font-size: small;  
}

/* Die Links um den Header herum */
div.links_top {
  text-align: center;
  font-size: small;  
}

div.footer {
  text-align: center;
  font-size: small;  
}
div.footer_right {
  text-align: right;
  font-size: small;  
}

span.monospaced {
  font-family: courier, monospace, serif;
  font-size: x-small;  
}

/* Ein Link, der auf sich selber zeigt, und deswegen nicht linkt */
span.linkself {
  color: gray; 
  /*  background-color:white; */
}

/* f�r Geoseite */
span.geolink {
  font-size: 70%;  
}


/* f�rs Webcam-Makro <cam> */
span.cam {
    float: left; 
    width: auto; 
    height: 240px;
    overflow:hidden;
    text-align: center; 
    padding:  15px
}
span.nocam {
    float: left; 
    padding: 5px;
    width: 200px; 
    height: 80px;
    overflow: hidden;
    text-align: center; 
    border-width: 1px;
    border-style: ridge;
    border-color: blue;
    border-collapse:collapse
}
div.camabgeschaltet {
    clear: both; 
    text-align: left;
}


img.en {
	width: 16px;
	height: 10px;
}

img.de {
	width: 16px;
	height: 10px;
}

a.fuss {
  margin-right     : 0.6em;
}

