html, body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-repeat: repeat;
	font-size: 14px;
	color: black;
	background-color: #007BAE;
}

#main  {  
   font-family: Arial, Helvetica, sans-serif;
	margin-left : auto;
	margin-right : auto;
	text-align : left;
	width : 1000px;
	border: 0px solid red;
}

#styleswitcher {
margin: 10px;
}

h1, h2, h3, h4, h5, h6, p {
	margin : 0;
	padding : 0;
}
h1 {
	padding : 8px 0 8px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : 44px;
	color: red;
	text-align : center;
}
h1.back {
	padding : 8px 0 8px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : 28px;
	color: red;
	text-align : center;
}
h2 {
   padding : 0 60px 3px 60px;
   font-family: Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : 11px;
	text-align: center;
	color: white;
}
h2.jus {
   padding : 0px 0px 3px 0px;
   font-family: Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : 11px;
	text-align: justify;
	color: white;
}
h2.gross {
   padding : 0 60px 3px 60px;
   font-family: Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : 14px;
	text-align: center;
	color: white;
	}
h5 {
	padding : 0 80px 3px 80px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : 12px;
	text-align: justify;
	color: white;
}
h4 {
	padding: 0 10 4 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: ButtonShadow;
	text-align: justify;
}
h4.cen {
	padding: 0 10 4 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: ButtonShadow;
	text-align: center;
}
a.link2  {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: white;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
a.link2:hover  {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: red;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

a {
	color: white;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
}
a:hover  {
	color: black;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
}
a.links {
	margin-bottom : 12px;
	color: yellow;
	font-weight: bold;
	font-size : 12px;
	font-family: Arial, Helvetica, sans-serif;
}
a.links:hover  {
	margin-bottom: 12px;
	color: ActiveBorder;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
a.link-st {
	color: red;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
}
a.link-st:hover  {
	color: InactiveBorder;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
}
#normalansicht {
display: none;
}


