@charset "utf-8";
/* CSS Document */

body {
	background: none;
	background-color: white;
	color: #000;
}

#wrapper {
	background: none;
	width: 100%;
	overflow: visible;
}

#wrapperContent {
	background: none;
	overflow: visible;
}

#container {
	background: none;
	overflow: visible;
}

#logo {
	margin: 0;
	padding: 0;
	width: 100%;
}

#logo img {
	margin: 0;
	padding: 0;
}

#nav {
	display: none;
}

#title {
	clear: both;
	float: none;
	text-align: left;
	width: 100%;
	margin: 5px 0 20px 0;
	padding: 0 0 0 2%;
	border-bottom: 1px solid #000;
	font-weight: bold;
}

#homeFlash {
	display: none;
}

#secNav {
	display: none;
}

.holz {
	background: none;
	margin: 0;
	padding: 0;
	border: none;
}

#leftContent {
	clear: both;
	float: left;
	width: 49% !important;
	margin: 0 2% 0 0 !important;
	padding: 0 0 0 2% !important;
}

#rightContent {
	float: left;
	width: 46% !important;
	margin: 0 !important;
	padding: 0 !important;
}

a {
	color: #000;
}

h1, h2, h3 {
	color: #000;
}

#footer {
	color: #000;
	border-top: 1px solid #000;
	padding-left: 53%;
	margin: 10px 0 0 0;
}