/* CSS fuer karlsruhe.de
** CSS fuer CSS2-faehige Browser
** Alle Medien (Grund-CSS)
** Behringer, 23.02.03
** 
*/

body {font-family: Verdana, Helvetica, Arial, sans-serif;
      font-size:80%;
      margin-top:0px;
      padding-top:0px;
      width: 400;
     }
     
table, td, p, li, dt, dd, ul, ol {
   color: #000000;
   font-size: 100%;
   text-decoration: none;
   }
   
hr {
   clear:both;
   height: 0px;
   color: silver;
   background-color:transparent;
   border: solid silver 1px;
   }
   
img {
   border:none;
   }
   
code {
   font-family: monospace;
   font-size:100%;
   }
      

h1, h2, h3, h4, h5, h6 {
    color: black;
    clear: left;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-weight:normal;
    margin: 0;
    padding-top: 0.5em;
    background-color:transparent;
    }
    
h4,h5,h6 {    
    border-bottom: 1px solid silver; 
    }


h1 {
   color: #305070;
   font-size:160%;
   }

h2 {
   font-size:160%;
   color: black;
   font-weight:500;
   }

h3 {
   font-size:135%;
   color: #000000;
   font-weight:500;
   }
h4 {
    font-size: 120%;
   }

h5 {
    font-size: 100%;
   }

h6 {
    font-size: 80%;
   }

pre {
   font-size:120%;
   padding: 0.5em;
   border: 1px solid #8cacbb;
   color:black;
   background-color: #dee7ec;
   font-weight:normal;
   }


ul {
   list-style-type:circle;
   }

li {
   margin-bottom:6px;
   }

dt {
   font-weight:bold;
   font-family: verdana, helvetica, sans-serif;
   }

table {
   margin-top:0px;
   }

a[name] {   
   text-decoration: none; }

a:link {
   color:blue;
   text-decoration: underline; }

a:visited {
   color:#204070;
   text-decoration: underline;
   }

a:hover {
   color: red;
   text-decoration: underline;
   }

a:active {
   color: red;
   text-decoration: underline;
   }

a:focus {
   color: red;
   text-decoration: underline;
   }

   
.klein {
     font-size:85%;
     font-family: verdana, helvetica, sans-serif;
     }


div.bottomline {
   font-size: 85%;
   font-family: verdana, helvetica, sans-serif;
   }


abbr, acronym, .help {
   border-bottom: 1px dotted #333;
   cursor:help;
   }
   
fieldset {
   padding: 5px;
   background-color: #f5f5f5;
   border: 1px solid gray;
   margin-top: 0em;
   margin-left: 0.5em;
   margin-right: 0.5em;
   margin-bottom: 0.5em;
   max-width:800px;
   }
   
legend {
   font-family: verdana;
   font-size: 160%;
   }  
   
   
/*
** Ende
*/

