body {
	background-color: #D4D4D4;
	color: #505050;
	font-size: small;
	font-style: normal;
	font-variant: normal;
	font-family: sans-serif;
	position: relative;
	}
ul#Navigation {
    width: 220px;
    margin: 0; padding: 0;
    border: 0px
    background-color: rgb(41,61,130);
}
ul#Navigation li {
    list-style: none;
    margin: 0px;
	 padding-bottom: 1px;
	 background-color: rgb(41,61,130);
}
ul#Navigation a {
    display:block;
    padding: 3px;
    text-decoration: none; font-weight: bold;
    border: 1px solid black;
    border-left-color: white; border-top-color: white;
    color: white; background-color: rgb(41,61,130);
}
ul#Navigation a:hover {
    border-color: white;
    border-left-color: black; border-top-color: black;
    color: black; background-color: rgb(235,136,14);
}
a {
	color: rgb(235,136,14);
	text-decoration: none;
}
a:hover {
	background-color: rgb(235,136,14);
	color: #505050;
	text-decoration: none;
}
hr
{
	width: 80%;
	color: rgb(235,136,14);
	text-align: center;
}
th#Seminare_1 {
	background-color: Silver;
	border-top: 1px solid Black;
	border-bottom: 1px solid Black;
	text-align: center;
	font-size: x-small;
}
th#Seminare {
	background-color: Silver;
	border-top: 1px solid Black;
	border-bottom: 1px solid Black;
	text-align: center;
	font-size: x-small;
	width: 35px;
}
td#Seminare_1 {
	background-color: White;
	text-align: left;
	font-size: x-small;
   height: 20px;
}
td#Seminare {
	background-color: White;
	text-align: center;
	font-size: x-small;
}
td.sem {
	background-color: White;
	text-align: left;
	font-size: x-small;
}
