/* ----------- HTML Basiskonfiguration -----------*/

html {
  height:100%;
  margin-bottom:1px;
  scrolling:yes;
}


/* ----------- Überschriften -----------*/

h1 {
    color: #003366;

	margin: 0px;

    padding: 0px;

    font-family: sylfaen , roman, times, Verdana;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
}

h2 {
    background-color: #7296ff;
    color: #fff;

	margin: 0px;

    padding: 0px;

    font-family: sylfaen , roman, times, Verdana;
    font-size: 15px;
    text-align: center;
    line-height: 15px;
    letter-spacing: 0.115em;
  	}

h3 {
    font-family: verdana;
    font-size: 14px;
    color: #002070;
    text-weight: bold;
    line-height: 25px;

    margin: 0px;

    border-top: 1px solid silver;
    border-bottom: 1px solid silver;
	}

h4 {
    font-family: verdana;
    font-size: 12px;
    font-style: oblique;
    text-decoration: underline;
    color: #000;
    text-weight: bold;

    margin: 0px;
}
    
h5 {
    font-family: verdana;
    font-size: 12px;
    color: #000111; /*0020710*/
    text-weight: bold;
    line-height: 25px;

    margin: 0px;

    border-top: 1px solid silver;
    border-bottom: 1px solid silver;
	}


/* ----------- Links -----------*/

a {
	color: #3333ff;
	font-size: 12px;
	text-decoration: none;
	text-weight: bold;
	}

a:link {
	color: #000;
	font-size: 12px;
	text-decoration: none;
	text-weight: bold;
	}

a:hover {
	color: #7777ff;
	font-size: 12px;
	text-decoration: underline;
	text-weight: bold;
	}

/*a:visited {
	color: #000;
	font-size: 12px;
	text-decoration: none;
	text-weight: bold;
	}*/

/* --- klein ---*/
a#klein {
  color: #000;
	font-size: 11px;
	text-decoration: none;
	text-weight: bold;

}

a:link#klein {
  color: #000;
	font-size: 11px;
	text-decoration: none;
	text-weight: bold;
}

a:hover#klein {
  color: #7777ff;
	font-size: 11px;
	text-decoration: underline;
	text-weight: bold;
}

/*a:visited#klein {
  color: #000;
	font-size: 11px;
	text-decoration: none;
	text-weight: bold;
}*/



img {
	border: 0px;
	align: center;
	}

/* ----------- Absätze -----------*/

li {
  /*list-style-type: none;
  line-height: 15px;
  font-size: 10px;
  margin: 0px;

  padding: 0px;*/
}

/* ----------- Schriftgröße -----------*/

#normal {
  font-family: verdana;
	font-size: 12px;
}


/* ----------- Tabellen -----------*/

table {
	vertical-align: top;
	font-family: verdana;
}

tr {
	vertical-align: top;
	font-family: verdana;
}

td {
	vertical-align: top;
	font-family: verdana;
	font-size: 10px;
}
td#kopf {
	vertical-align: top;
	font-family: verdana;
	font-size: 11px;
}


/* ----------- Farben -----------*/

.farbenavilinks {
  color: maroon;
}

#gruen {
  color: #008800;
}

#gelb {
  color: #bbb400;
}

#rot {
  color: #bb0000;
}

#blau {
  color: #0038dd;
}

#hellblau {
  color: #0038dd;
}
