a:link {
	color: rgb(0, 33, 109); text-decoration:none; font-weight: bold;
}
a:visited {
	color: rgb(0, 33, 109); text-decoration:none; font-weight: bold;
}
a:hover {
	color: black; text-decoration:none; font-weight: bold;
}
a:active {
	color: black; text-decoration:none; font-weight: bold;
}

body {
font-family: calibri, arial, helvetica, sans-serif;
}

/* aufklappmenü ______________________________________________________________________________________________ */

#menu {
  z-index:96;   
  font-size:13.5px; 
  font-weight:bold;
  text-transform: uppercase;
  position: fixed;
  #position: absolute;
	margin-left:10px; top:45px;
}

#menue2 { font-size: 10px; text-transform: uppercase; 
}


/* Titel */
h1 {
color: rgb(0, 0, 0); font-size: 30px; font-weight: bold; line-height: 1.5;
} 

/* Text */
h2 {
font-weight: normal; font-size: 17px; margin-top: 5px; margin-bottom: 5px; color: rgb(0, 0, 0); line-height: 130%;
}

/* Zitate */
h3 {
font-size: 21px; color: rgb(0, 0, 0); font-weight: bold; line-height: 150%; text-align: left; text-shadow: 2px 2px 4px rgb(255, 255, 255);
}

/* Zitat untertitel / kursiv */
h4 {
font-size: 10px; color: rgb(0, 0, 0); font-weight: normal; font-style: italic; line-height: 150%; text-align: center;
}
/* Zitat untertitel / kursiv links*/
h5 {
font-size: 10px; color: rgb(0, 0, 0); font-weight: normal; font-style: italic; line-height: 150%; text-align: left;
}
