/* DATEI: allgemein.css */


body { 
   background:url("../images/hintergrund.jpg") no-repeat #b5c5d3;
   background-attachment:fixed;
   margin:0px;
   color:black;
   font-size:1.0em;
   line-height:1.3em;
   font-family:'Times New Roman',Times,serif;
}


a:link { color:#004080; }
a:visited { color:#006ad4; }
a:active { color:#e400FF; }
a:hover { color:black; text-decoration:none;}

ol {
  margin: 0; 
  margin-bottom: 0.8em; 
  padding-left: 1.5em; 
}

h1, h2, h3, h4, h5, h6 {
   font-family:FreeSerif,"Georgia",Verdana,arial,sans-serif,serif;
   text-align:left;
   margin-left:0px;
   margin-right:0px;
   padding:0.15em;
}

h1 {
   font-size:1.8em;
   line-height:2.5em;
}

h2 { 
   font-size:1.4em;
   line-height:2em;
   padding-top:1em;
   padding-bottom:0.2em;
   margin-top:0.0em;
   margin-bottom:0.0em;
}

h3 { 
   font-size:1.3em;
   line-height:1.8em;
   padding-top:0.5em;
   padding-bottom:0.0em;
   margin-top:0.0em;
   margin-bottom:0.0em;
}

h4 { 
   font-size:1.2em;
   line-height:1.7em;
}

h5 { 
   font-size:1.1em;
   line-height:1.55em;
}

h6 { 
   font-size:1.0em;
   line-height:1.4em;
}


.basis {
   border-spacing:7px;
   border:0px; 
   padding:0px;
   margin:10px auto;
}

h1 {
 font-size:2.8em;
 text-align:left;
 padding:0px;
 line-height:40px;
 vertical-align:top;
}




#inhalt { 
   background-color: #b1f9b1;
   padding:0.6em;
      
   margin:auto;
   margin-top:40px;
   width:73%;
   max-width:90em;
   min-width:30em;
}


p {
   
   margin-top:0.5em;
}

img {
   border:0px;
   padding:0px;
   margin:0px;
}

td {
   border:0px;
   padding:0.5em;
   margin:0px;
   white-space:break-word;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
   
   max-width:30em;
   overflow:hidden;
   
}

td {
   border:0px;
   padding:0.3em;
   padding-left:0.9em;
   padding-right:0.9em;
   margin:0px;
}

table {
  background-color: #b1f9b1;
}

th {
  background-color: #349834;
  padding:0.5em;
}

tr:hover {
  background-color: #8df98d;
}
