@charset "utf-8";
/* CSS Document */


body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 62.5%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
.Main #container {
	width: 707px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 180px;
	margin-bottom: 0;
	margin-left: 0px;
}
.Main #subLine {
	padding-top: 10px;
	padding-bottom: 22px;
	text-align: center;
}
.Main #Logo {
	width: 100%;
	top: 3px;
	position: absolute;
	left: 0px;
	text-align: center;
}
.Main #mainContent {
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.Main #SpalteMitte {
	padding-left: 15px;
	padding-right: 15px;
}
.Main #oneBox {
	padding-right: 10px;
	padding-left: 10px;
}
.Main #twoBox {
	padding-right: 0px;
}
.Main #twoBox #links {
	float: left;
}
.Main #twoBox #rechts {
	padding-left: 240px;
	padding-right: 10px;
	padding-top: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
.Main #topText {
	font-size: 45px;
	position: relative;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #483628;
}

/*Navigation*/
 ul#Navigation {
	width: 10em;
	margin: 15;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-top: 15px;
	visibility: hidden;
	text-align: left;
  }
  
  .Main #Copyright {
	color:#666666;
	text-align: center;
}

.Main #Copyright a {
	text-decoration:none;
	color:#666666;
}

