/* Grundlegende Einstellungen */

body {
   background-color: #ffffff;
   margin: 0;
   padding: 0;
   border: 0;
   }
   
p {
	color: #000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.8em;
   }
   

h1 {
	margin-top: 0.5em;
	color: #000000;
	font-family: Verdana, sans-serif;
	font-size: 2em;
   }
   
h2 {
	font-style: italic;
	color: #000000;
	font-family: Verdana, sans-serif;
	font-size: 1.6em;
	margin: 0px;
   }
   
h3 {
	font-style: italic;
	color: #7aafff;
	font-family: Verdana, sans-serif;
	font-size: 1.2em;
	margin: 0px;
   }

a:link {
    font-weight:bold;
    color:#0166ff;
    text-decoration: none;
    }

a:visited {
    font-weight:bold;
    font-style:italic;
    color:#7aafff;
    text-decoration: none;
    }

a:hover {
    font-weight:bold;
    color:#1616ff;
    text-decoration: underline;
    }

a:active {
    font-weight:bold;
    color:#7aafff;
    text-decoration: none;
    }

a:focus {
    font-weight:bold;
    color:#7aafff;
    text-decoration: none;
    }
	
.nachoben {
	text-align: right;
	margin-right: 2em;
    }
	

/* Tabellen */
table {
	table-layout: fixed;
	width: 90%;
	border: 0;
	text-align: left;
	}
	
  	
.bildoben {
	vertical-align: top;
    table-layout: fixed;
	width: 30%;
    }

.bildoben p {
	margin-bottom: 2em;
    }

.textoben {	
	vertical-align: top;
    table-layout: fixed;
	width: 70%;
    }
	
.textoben p {
	margin-bottom: 2em;
    }
td {
	color: #000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.2em;
   }
th {
	color: #000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.44em;
   }
	
	
/* Rahmen-DIV um alle anderen DIVs */

#gesamt {
	width: 960px;
	margin: 0;
	text-align: left;
    }
	
/* Kopfzeile für Logo */

#kopf {
   float: left;
   width: 100%;
   padding-top: 0px;
   padding-left: 0px;
   height: 10em;
   background-color: #ffffff;
   }

/* Navigationsleiste quer */ 

#quermenu {
   float: left;
   width: 91%;
   height: 1.5em;
   padding-top: 0.1em;
   padding-left: 6em;
   background-color: #cde0ff;
   border-top: solid 1px #000000;
   border-bottom: solid 1px #000000;
   }

#quermenu p {
   font-style: normal;
   font: 0.7em Verdana, Arial, sans-serif;
   color: #0166ff;
   margin: 0.3em;
   }
   
#quermenu a:link {
    font-style: normal;
    font-weight: lighter;
    color: #0166ff;
    text-decoration:none
    }

#quermenu a:visited {
    font-style:   italic;
    font-weight: lighter;
    color:#0166ff;
    text-decoration:none
    }
    
#quermenu a:hover {
    font-style: normal;
    font-weight:bold;
    color:#0166ff;
    text-decoration: none
    }
    
 
/* Navigationsleiste - links */

#navigation {
    float: left;
    width: 12em;
    text-align: left; 
	border-bottom: 1px; 
    padding: 0;	
	}

#navigation ul {
    margin: 0;
    padding: 0;	
    list-style-type: none;
    text-indent: 15px;
    letter-spacing: 1px;
    }
  
#navigation li {
    list-style-image: none;
    margin: 0.2em;
    }

#navigation a {
    display: block;
    width: 14em; 
    height: 1.4em;
    border: 1px solid black;
    border-left-color: #808080;
    border-top-color: #808080;
    font-style: normal;
    font-size: 0.7em;
    font-family: Verdana;
    }

#navigation a:link, #navigation a:visited {
    background: #7aafff;
    color: #000000;
    text-decoration: none; 
    padding-bottom: 0;
    }

#navigation li a:hover {
    background: #0166ff;
    color: #fff;
    text-decoration: none;
    border: 1px solid black;
    border-left-color: #808080;
    border-top-color: #808080;
    }

#navigation li a#current {
    background: #0166ff;
    color: #fff;
    text-decoration: none;
    border: 1px solid black;
    border-left-color: #808080;
    border-top-color: #808080;
    }

#unternavigation ul {
    margin: 2em;
    padding: 0;	
    list-style-type: none;
    letter-spacing: 1px;
    }
  
#unternavigation li {
    list-style-image: none;
    margin-left: 1em;
    text-indent: 0.2em;
    }

#unternavigation a {
    display: block;
    width: 15em; 
    height: 1.4em;
    border: 1px solid black;
    border-left-color: #808080;
    border-top-color: #808080;
    font-style: normal;
    font-size: 0.7em;
    font-family: Verdana;
    }

#unternavigation a:link, #unternavigation a:visited {
    background: #7aafff;
    color: #000000;
    text-decoration: none; 
    padding-bottom: 0;
    }

#unternavigation li a:hover {
    background: #0166ff;
    color: #fff;
    text-decoration: none;
    border: 1px solid black;
    border-left-color: #808080;
    border-top-color: #808080;
    }
  
#unternavigation li a#current {
    background: #0166ff;
    color: #fff;
    text-decoration: none;
    border: 1px solid black;
    border-left-color: #808080;
    border-top-color: #808080;
    } 

/* Inhalt */

#inhalt {
   float: left;
   border-left: dotted 1px #0166ff;
   width: 75%;
   height: 60em;
   padding-top: 0.3em;
   padding-left: 0.3em;
   background-color: #ffffff;
   }

   
/*
Standardfarbe: #0166ff
heller: #7aafff
ganz hell: #cde0ff
*/
.Blau {
	color: #06F;
}

