/* DATEI: allgemein.css */

body { 
 /*  background:url("../images/bad-penguin2.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;
   background-color:#E0E0E0;
}

#content {
    background-color:white;
    padding:0.75em;
    margin:0.75em;
}

a:link { color:#004080; text-decoration:underline; }
a:visited { color:#004080; text-decoration:underline; }
a:active { color:#e400FF; text-decoration:underline; }
a:hover { color:black; text-decoration:none;cursor:pointer}

/* a:link {  color:blue; text-decoration:none; } */
/* a:visited { color:black; text-decoration:none; } */
a:focus { color:red; text-decoration:underline; }
/* a:hover { color:green; text-decoration:none; } */
/* a:active { color:lime; text-decoration:underline; } */


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

h1 {
   font-size:1.8em;
   line-height:2.5em;
   background-color:green;
   padding:0.75em;
   margin:0.0em;
   background:url("hintergrund.jpg") no-repeat;
   text-shadow:lightgray 2px 2px ;
}

h2 { 
   font-size:1.4em;
   line-height:2em;
   padding-top:0.7em;
}

h3 { 
   font-size:1.3em;
   line-height:1.8em;
   padding-top:0.3em;
}

h4 { 
   margin-top:0.3em;
   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;
}


p {
   margin-top:0.5em;
   max-width:70em;
}


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