@charset "utf-8";
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: #FFF;
	background-color: #333;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.oneColFixCtrHdr #container {
	width: 1004px; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: 350px -40px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.oneColFixCtrHdr #header {
	padding: 20px 0px 20px 30px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-style: normal;
	letter-spacing: 5px;
	font-weight: 400;
}
#navigation {
	height: 32px;
	line-height: 32px;
	background-image: url(../images/button_up.gif);
	background-repeat: repeat-x;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #333;
}
#NaviBorderLeft {
	float: left;
	width: 30px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000;
}
#NaviBorderRight {
	float: right;
}

.oneColFixCtrHdr #mainContent {
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
}

#mainContent h2 {
	font-size: 24px;
	font-weight: 400;
	letter-spacing: 4px;
	margin-top: 30px;
	margin-bottom: 10px;
}
#mainContent h3 {
	letter-spacing: 4px;
	font-weight: 400;
	font-size: 16px;
	margin-bottom: 5px;
	margin-top: 30px;
}
#mainContent a {
	color: #FFF;
	font-size: 14px;
	text-decoration: none;
}
#mainContent a:hover  {
	text-decoration: underline;
}




.oneColFixCtrHdr #footer {
	height: 32px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	line-height: 32px;
	text-align: center;
	background-image: url(../images/button_up.gif);
	background-repeat: repeat-x;
	color: #999;
	clear: both;
	letter-spacing: 1px;
	background-color: #333;
}
#BorderLeft {
	float: left;
	margin: 0px;
	padding: 0px;
}
#BorderRight {
	float: right;
	margin: 0px;
	padding: 0px;
}

#inhalt {
	height: 544px;
}
#inhalt img {
	float: left;
	margin-right: 20px;
	margin-top: 20px;
}
