html, body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-repeat: repeat;
	font-size: 14px;
	color: white;
	text-decoration: none;
}

#main
{
	margin-left : auto;
	margin-right : auto;
	width : 1255px;
	border: 0px solid red;
	text-align : left;
	text-decoration: none;
}


#links {
	position: absolute;
	float: left;
	margin: 10px 5px 0px 10px;
	padding: 10px 2px 0px 0px;
	background-color: #9C3223;
	border: medium ridge yellow;
	height: 20000px;
	width: 200px;
	vertical-align: top;
	text-align: center;
	font-size: 12px;
	font-family: Tahoma;
}
#rechts {
	position: absolute;
	float: left;
	margin: 10px 0px 0px 1050px;
	padding: 10px 2px 0px 0px;
	background-color: #9C3223;
	border: medium ridge yellow;
	height: 20000px;
	width: 200px;
	vertical-align: top;
	text-align: center;
	font-size: 12px;
	font-family: Tahoma;
}
#mitte2 {
	position: absolute;
	margin: 10px 0px 0px 230px;
	padding: 0px 4px 0px 4px;
	background-color: #8d8d8d;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	border: medium ridge yellow;
	vertical-align: top;
	height: 7000px;
	width: 800px;
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	overflow: visible;
	text-decoration: none;
	
}

#inhalt {
margin: 10px;
}

#styleswitcher {
margin: 10px;
}

h1, h2, h3, h4, h5, h6, p {
	margin : 0;
	padding : 0;
}

h1 {
	padding : 0 0 8px 0;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : 22px;
	color: #B62221;
	text-align : center;
}

h2 {
   padding: 0 0 0px 0;
   font-family: Arial, Helvetica, sans-serif;
   font-weight: normal;
   font-size: 12px;
   color: white;
	text-align: center;
	
}
h2.ueber {
   padding: 0 0 8px 0;
   font-family: Arial, Helvetica, sans-serif;
   font-weight: bold;
   font-size: 0px;
   background-color: transparent;
}
h2.mitte2 {
   padding: 0 0 8px 0;
   font-family: Arial, Helvetica, sans-serif;
   font-weight: normal;
   font-size: 12px;
   color: black;
   background-color: transparent;
}
h3 {
	padding : 8px 0 16px 0;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : 20px;
	text-align : justify;
}

h4 {
	padding : 0 0 8px 0;
	font-weight : bold;
	font-size : 24px;
}

p {
	font-size: 12px;
	text-decoration: none;
}
p.link {
	font-size : 12px;
	margin-bottom : 5px;
}
a {
	color: yellow;
	font-weight: normal;
	font-size : 12px;
	text-decoration: none;
}
a:hover  {
	color: red;
	font-weight: normal;
	font-size : 12px;
	text-decoration: underline;
}
a.links {
	color: Navy;
	font-weight: bold;
	font-size : 14px;
	text-decoration: none;
}
a.links:hover  {
	color: white;
	font-weight: bold;
	font-size : 14px;
	text-decoration: none;
}
a.links1 {
	color: white;
	font-weight: bold;
	font-size : 12px;
	text-decoration: none;
}
a.links1:hover  {
	color: red;
	font-weight: bold;
	font-size : 12px;
	text-decoration: none;
}


a.partner {
	color: Navy;
	font-weight: bold;
	font-size : 8px;
}

#normalansicht {
display: none;
color: navy;
}
.buttonscontainer {
   width: 700px;
   padding: 10px;
}
.buttons a {
	color: white;
	background-color: #000157;
	width: 130px;
	height: 20px;
	display: table-row-group;
	font: 12px Arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}
.buttons a:hover {
	background-color: #d5a000;
	color: white;
	text-decoration: none;
}