body{
background-image		: url(../images/hintergrundbild-blau.jpg);
background-position	: fixed;
background-color		: #0050A0;
text-align		: center;
color			: #0050A0;
font-family		: Trebuchet MS, Calibri, Arial;
}
#tabelle{
border		       	: 5px solid white;
background-color         : #F2EEE0;
}

#header{
background-image		: url(../images/Banner.jpg);
background-repeat	: no-repeat;
height		  	: 220px;
margin-left	       	: 1px;
background-color		: #F2EEE0;
}
#leiste_links{
padding	      		: 0px;
background-color		: #F2EEE0;
margin			: 0px;
}
h1{
font-weight	: bold;
border-bottom	: 1px solid #0070C0;
margin-bottom	: 20px;
margin-left	: 40px;
margin-right	: 40px;
font-size	: 18px;
font-weight	: bold;}

h2{
font-weight	: bold;
border		: 1px solid #0070C0;
text-align	: center;
background-color	: #EFEFEF;
margin-bottom	: 10px;
margin-top	: 20px;
margin-left	: 40px;
margin-right	: 40px;
font-size	: 18px;
}

p{
line-height	: 23px;
margin-bottom	: 5px;
margin-top	: 0px;
margin-left	: 40px;
margin-right	: 40px;
font-weight	: normal;
}

td{
font-size		: 15px;

}

.programm img {
border: 5px solid white;
}
ul{
font-size		: 15px;
font-weight		: normal;
margin-left		: 20px;
}
li{
font-size		: 15px;
font-weight		: normal;
margin-left		: 40px;
list-style		: circle;
padding-bottom		: 8px;}


a:link{
	font-size		: 14px;
	font-weight		: bold;
	text-decoration		: none;
	color			: #0F278E;

}
a:visited{
	font-size		: 14px;
	font-weight		: bold;
	text-decoration		: none;
	color			: #0F278E; }

a:hover{
	font-size		: 14px;
	font-weight		: bold;
	text-decoration		: none;
	color			: #BF0000; }



#fusszeile{
font-size		: 12px;
border-top		: 1px solid white;
padding-top		: 5px;
padding-bottom	: 2px;
margin			: 0px;
text-align		: center;
}

#fusszeile a:link{
font-size		: 12px;
font-weight		: bold;
text-decoration		: underline;
}
#fusszeile a:visited{
font-size		: 12px;
font-weight		: bold;
text-decoration		: underline;
}

#fusszeile a:hover{
font-size		: 12px;
font-weight		: bold;
text-decoration		: underline;
}


/**********************/
/***** Navigation *****/
/**********************/
#navi{   margin-left	: 0px;
	margin-top	: 5px;
         margin-bottom	: 0px;
	padding		: 0px;
	width		: 195px;
         float		: left;
}

#hervorgehoben {
 	display		: block;
	color		: #040B6A;
	border		: 3px solid #B0C4DE;
         font-weight	: bold;
         background-color: white;
}
.normal{
	margin		: 0px;
	padding		: 0px;
         font-weight	: bold;
	color		: #040B6A;
         width		: 195px;
}

.normal a {
 	display		: block;
         margin-left	: 10px;
         margin-bottom	: 4px;
         padding		: 5px 5px 5px 5px;
   	color		: #FFFFFF;
         font-size	: 15px;
	text-align	: left;
         font-weight	: bold;
 	border		: 3px solid white;
         background-color: #00699B;
         text-decoration	: none;
}

.normal a:link {
 	display		: block;
         margin-left	: 10px;
         margin-bottom	: 4px;
         padding		: 5px 5px 5px 5px;
   	color		: #FFFFFF;
         font-size	: 15px;
	text-align	: left;
         font-weight	: bold;
 	border		: 3px solid white;
         background-color: #00699B;
         text-decoration	: none;
}

.normal a:visited {
 	display		: block;
         margin-left	: 10px;
         margin-bottom	: 4px;
         padding		: 5px 5px 5px 5px;
   	color		: #FFFFFF;
         font-size	: 15px;
	text-align	: left;
         font-weight	: bold;
 	border		: 3px solid white;
         background-color: #00699B;
         text-decoration	: none;}

.normal a:hover {
 	display		: block;
	color		: #040B6A;
	border		: 3px solid #B0C4DE;
         font-weight	: bold;
         background-color: white;  }

.normal ul{
	list-style	: none;
         margin		: 0px;
         padding		: 0px;}
.normal li {
	list-style	: none;
         margin		: 0px;
         padding		: 0px;}

