.noScript {
	background-color: red;
	text-align: center;
}
.header {
	height: 100px;
	font-size: 1.5em;
	margin: 0;
	padding: 0.3em;
	text-align: center;
	border-bottom-width: 2px;
	border-color: #AA0011;
	border-bottom-style: solid;
}
.footer {
	font-size: 0.7em;
	margin: 0 0 0 0em;
	padding: 0 1em;
	text-align: right;
	border: 0px;
	clear: both;
}
.navigation {
	font-size: 16px;
	font-weight: bold;
	float: left;
	width: 12em;
	margin: 0;
	padding: 0 1em;
	border: 0px;
}
.navigation a:link {
   color: #002255;
   text-decoration:none; 
}
.navigation a:visited {
	text-decoration:none; 
   color: #002255;
}
.navigation a:active {
	text-decoration:none; 
   color: #AA0011;
}
.navigation a:hover {
	text-decoration:none; 
   color: #AA0011;
}
.navigation ul li {
	list-style-type: none;
	font-size: 14px;
}
.main {
	margin: 0 0 0 16em;
	padding: 0 1em;
	border: 0px;
}
.main a:link {
	color: #002255;
	text-decoration:none; 
}
.main a:visited {
	text-decoration:none; 
	color: #002255;
}
.main a:active {
	text-decoration:none; 
	color: #AA0011;
}
.main a:hover {
	text-decoration:none; 
	color: #AA0011;
}
.unterstrich {
	text-decoration: underline;
}

