body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	background-color: #FFFFFF;
}
#ContentContainer {
	padding-top: 0px;
}
#ContentLeft,
#ContentRight {
	display: none;
}
#Content {
	margin-left: 0;
	margin-right: 0;
}
.content {
	background-color: #FFFFFF;
	border: none;
}
.contentTitle {
	background: none;
	border: 1px solid black;
	margin: 10px 0px 0px 0px;;
	padding: 5px;
}
/* problem beim firefox 2: fängt inhalt erst auf der 2. seite an */
.contentBody {
	margin: 0px;
	padding: 0px;
}

/* Seiten-Kommentare */
#PageComments_holder h4,
#PageComments_holder form,
#CommentsRSSFeed {
	display: none;
}

/* Header-Bereich */
#header {
	background-image: url("../images/winter1-breit.jpg");
	background-position: center;
	color: #0582C2;
	margin: 0px;
	padding: 0px;
}
#header a {
	text-decoration: none;
	color: #008000;
}

#header_center {
	width: auto;
	text-align: center;
	color: #008000;
	padding-bottom: 5px;
	padding-top: 5px;
}
#header_center hr {
		border-top-width: 1px;
		border-top-style: solid;
		border-color: #008000;
		border-left: none;
		border-right: none;
		border-bottom: none;
        height: 1px;
		margin: 0px;
		padding-bottom: 5px;
}
#header_ieko{
	font-size: 24px;
}
#header_text {
	font-size: 12px;
}
#header_left {
	display: none;
}

#header_right {
	display: none;
}

#footer {
	width: 100%;
	font-size: 9px;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0;
	margin-right: 0;
}
