/* CSS Document */

body {
	font-family: Lucida Grande, Lucida Sans Unicode, Verdana, sans-serif;
	font-size: 12px; /*Text im Body, aber nicht in den Tabellen*/
	color: #000000;
	font-weight: normal;
	 /* text-transform: lowercase;*/

/*	background-color: #82cca4;    #990033; tolles rot und ein hübsches grün #077373; */
    background-color: #e0e5f9;   /* #990033; tolles rot und ein hübsches grün #077373; */
}

.td,th,tr {
   font-family: Lucida Grande, Lucida Sans Unicode, Verdana, sans-serif;
	font-size: 12px; 
   color: #000000; 
   font-weight: normal;
  /* text-transform: lowercase;*/

}

.titel {
	font-family: Lucida Grande, Lucida Sans Unicode, Verdana, sans-serif;
	font-size: 11px;
	color: #eee;
	font-weight: bold;
	  /* text-transform: lowercase;*/

}
.bold {
	font-family: Lucida Grande, Lucida Sans Unicode, Verdana, sans-serif;
	font-size: 12px;
	line-height: normal;
	color: #009999;
	text-transform: none;
	font-weight: normal;
}


.navigation {
	font-family: Lucida Grande, Lucida Sans Unicode, Verdana, sans-serif;
	font-size: 11px;
	color: #eee;
	padding-bottom: 2px;
	padding-top: 2px;
	padding-left: 5px;
	padding-right: 5px;
	 
}



h1 {
	font-family: Lucida Grande, Lucida Sans Unicode, Verdana, sans-serif;
	font-size: 24px;
   color: #163090;
	font-weight: bold;
	  /* text-transform: lowercase;*/
}

h2 {
	font-family: Lucida Grande, Lucida Sans Unicode, Verdana, sans-serif;
	font-size: 15px;
   color: #ffffff;
	font-weight: bold;
	  /* text-transform: lowercase;*/
}	

h3 {
	font-family: Lucida Grande, Lucida Sans Unicode, Verdana, sans-serif;
	font-size: 14px;
   color: #2b5e8f;
	/*font-weight: bold;*/
	  /* text-transform: lowercase;*/

}

h4 {
	font-family: Lucida Grande, Lucida Sans Unicode, Verdana, sans-serif;
	font-size: 14px;
	color: #163090;
	font-weight: bold;
	  /* text-transform: lowercase;*/
}	

h5 {
	font-family: Lucida Grande, Lucida Sans Unicode, Verdana, sans-serif;
	font-size: 6px;
	color: #009999;
	font-weight: normal;
	  /* text-transform: lowercase;*/
}

