html, body {
   margin: 0px;
   padding: 0px;
   text-align: center;
   font-size: 14px;
   color: black;
	background: transparent;
   
}

#main
{
	margin-left : auto;
	margin-right : auto;
	width : 1160px;
	border: 0px solid red;
	text-align : left;
}

.buttonscontainer2 {
   margin: 5 0 0 0px;
	width: 160px;
	height: 20;
   text-align: center;
	
}
.buttons2 a {
	padding: 2 0 0 5px;
	width: 160px;
	height: 20px;
	float: left;
	font: 12px Arial, sans-serif;
	font-weight: bolder;
	text-decoration: none;
	text-align: left;
	color: white;
}
.buttons2 a:hover {
   padding: 2 0 0 5px;
	float: left;
	text-decoration: none;
	font-weight: bolder;
	text-align: left;
	color: white;
	height: 20px;
	width: 160px;
	background-image: url(Button2.png);
	background-repeat: no-repeat;
}
.bg-button2  {
	padding: 2px 0 0 0px;
	font: 12px Arial, sans-serif;
	font-weight: bolder;
	font-style: italic;
	text-decoration: none;
	color: #ffff00;
	height: 20px;
	width: 160px;
	background-image: url(Button2.png);
	background-repeat: no-repeat;
	text-align: center;
	display: block;
}




#links {
	position: absolute;
	float: left;
	margin: 180px 0px 0px 0px;
	padding: 5 0 0 5px;
	background-color: transparent;
   height: auto;
	width: 180px;
	vertical-align: top;
	text-align: center;
	font-size: 12px;
	font-family: Tahoma;
	overflow: hidden;
	
}



#inhalt {
margin: 10px;
}

#styleswitcher {
margin: 10px;
}



a {
	color: #ffff99;
	font-weight: bold;
	font-size : 12px;
	text-decoration: none;
}
a:hover  {
	color: yellow;
	font-weight: bold;
	font-size : 12px;
	text-decoration: none;
}
a.link {
	text-align: center;
	color: yellow;
	font-weight: bold;
	font-size : 12px;
	text-decoration: none;	
}
a.link:hover  {
	text-align: center;
	color: red;
	font-weight: bold;
	font-size : 12px;
	text-decoration: none;	
}
a.link1 {
	text-align: center;
	padding : 0px 0px 0px 0px;
	color: yellow;
	font-weight: bold;
	font-size : 12px;
	text-decoration: none;	
}
a.link1:hover  {
	text-align: center;
	padding : 0px 0px 0px 0px;
	color: white;
	font-weight: bold;
	font-size : 12px;
	text-decoration: none;	
}

#normalansicht {
display: none;
}


