* {
    padding: 0;
    margin: 0;
    font-family: verdana, geneva, sans-serif;
}

body {
    background: #3399ff;
    color: black;
    margin: 5px 5% 5px 5%;
    
    font-size: 12pt;
}

img {
    border: 0px;
}

p {
    font-size: 100%;
    margin-bottom: 10px;
}

/*table {
    margin-right:auto;
    margin-left:auto;
}*/

a {
    font-size: 100%;
    color: blue;
    text-decoration:none;
}

a:hover {
    color: #3A5FCD;
    text-decoration:underline;
}

a:active {
    color: #3A5FCD;
    text-decoration:underline;
    font-style: italic;
}

h1 {
	font-size: 130%;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}

h2 {
	font-size: 120%;
	font-weight: bold;
	margin-top: 15px;
}

h3 {
	font-size: 110%;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 1px;
}

.innen {
    background: #ffff66;
    margin: 5px;
    padding: 4px 7px 7px 7px;
}

#header, #navi, #content {
    background: #3A5FCD; /*#4169E1; /*Rahmen*/
}

#header {   
    margin-bottom: 10px;
    
    text-align: center;
    clear: both;
}

#header h1 {
    font-size: 180%; /* ohne Serifen 180*/
}

#navi {  
    position: fixed;    
    width: 19%;    
    float: left;
}

ul#menu, ul#menu li{
    list-style-type:none; 
    font-size: 110%;
    
    margin-top: 7px;
    margin-bottom: 7px;
}

ul#menu li.aktiv {
    color: #3A5FCD;
}

ul#menu li a {
    font-size: 100%;
    color: #3399FF;
    text-decoration:none;
}

ul#menu li a:hover {
    color: #3A5FCD;
    text-decoration:underline;
}

ul#menu li a:active {
    color: #3A5FCD;
    text-decoration:none;
    font-style: italic;
}

#content {
    text-align: justify;
    width: 78%;
    float: right;
}

#footer {
    padding: 10px 0 10px 0;    
    text-align: center;
    clear: both;
}

#laufschrift {
    margin: 5px;    
    padding: 7px;
    font-size: 14pt;
    background: #3A5FCD;
    color: #ffff66;
}

#laufschrift a {
    font-size: 100%;
    color: #ffff66;
    text-decoration:underline;
}

#laufschrift a:hover {
    color: #ffff66;
    text-decoration:underline;
}

#laufschrift a:active {
    color: #ffff66;
    text-decoration:underline;
    font-style: italic;
}

.center {
    text-align: center;
}

.satzung {
    margin-left:40px;
}

.satzung2 {
    margin-left:45px;
}

.error {
    color: red;
}

#termintabelle tr th, #termintabelle tr td {
    /*text-align:center;*/
    padding-left: 5px; 
}

#termintabelle tr td {
    /*border: thin;    
    border-style: dashed;
    border-color: black;
    text-align:center;*/
}

.hell {
    background-color: #ffffce;
}

