html, body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-image: url(../images/background.jpg);
	background-repeat: repeat;
	font-size: 14px;
	color: white;
	background-color: black;
}

#styleswitcher {
margin: 10px;
}

h1, h2, h3, h4, h5, h6, p {
	margin : 0;
	padding : 0;
}
h1 {
	padding : 8px 0 8px 0;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : 18px;
	color: white;
	text-align : center;
}
h1.G {
	padding : 8px 0 1px 0;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : 28px;
	color: white;
	text-align : center;
}
h2 {
   padding : 0 80px 3px 80px;
	font-weight : bold;
	font-size : 12px;
	text-align: center;
	color: silver;
}
h5 {
	padding : 0 80px 3px 80px;
	font-weight : bold;
	font-size : 12px;
	text-align: justify;
	color: white;
}

h4 {
	padding: 0 80px 3px 80px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: white;
	text-align: justify;
	
}
h4.cen {
	padding : 0 20px 3px 20px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: white;
	text-align: center;
	
}
h6   {
	padding : 0 80px 3px 80px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: silver;
	text-align: right;
}
a.link2  {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: blue;
	text-decoration: none;
}
a.link2:hover  {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: red;
	text-decoration: none;
}

a {
	color: ActiveBorder;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	text-align: justify;
}
a:hover  {
	color: #0058AC;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	text-align: justify;
}
a.links {
	
	color: silver;
	font-weight: bold;
	font-size : 12px;
}
a.links:hover  {
	
	color: #0058AC;
	font-weight: bold;
	font-size: 12px;
}
a.link-st {
	color: red;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	text-align: justify;
}
a.link-st:hover  {
	color: InactiveBorder;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	text-align: justify;
}
#normalansicht {
display: none;
}


