@charset "utf-8";
body {
	margin: 0; /* Es empfiehlt sich, margin (Rand) und padding (Auffüllung) des Body-Elements auf 0 einzustellen, um unterschiedlichen Browser-Standardeinstellungen Rechnung zu tragen. */
	padding: 0;
	text-align: center; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
	color: #E0BDAA;
	background-color: #431e10;
	background-image: url(pix/bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 0.75em;
	overflow:auto;
	overflow: -moz-scrollbars-vertical;

    }
.oneColFixCtr #container #header #navi img {
	padding-right: 3px;
}
.oneColFixCtr #container #footer {
	font-size: 10px;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #71554A;
	margin-right: 20px;
	margin-left: 20px;
	color: #CCCCCC;
	margin-bottom: 20px;
	margin-top: 10px;
}

.oneColFixCtr #container #header #top {
	float: right;
	margin-top: 20px;
}
.oneColFixCtr #container #mainContent ul {
	list-style-type: square;
	color: #FFDD1F;
	padding-left: 15px;
}
.content {
	font-size: 12px;
}
.oneColFixCtr #container #mainContent .content h2 {
	font-size: 18px;
}

.oneColFixCtr #container #mainContent a:link {
	color: #FFCC66;
	text-decoration: none;
}
.oneColFixCtr #container #mainContent a:visited {
	color: #FFCC66;
	text-decoration: none;
}
.oneColFixCtr #container #mainContent a:hover {
	color: #FFFFFF;
	text-decoration: none;
}



.oneColFixCtr #container #header #top a {
	text-decoration: none;
	font-size: 12px;
}
.oneColFixCtr #container #header #top a:link {
	color: #CCCCCC;
}
.oneColFixCtr #container #header #top a:visited {
	color: #CCCCCC;
}
.oneColFixCtr #container #header #top a:hover {
	color: #FFDD1D;
}

.oneColFixCtr #container #header {
	background-image: url(pix/bg_top.jpg);
	background-repeat: no-repeat;
	padding-right: 20px;
	padding-left: 20px;
}

    .oneColFixCtr #container {
	width: 992px;
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
    }
    .oneColFixCtr #mainContent {
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
    }
.oneColFixCtr #container #mainContent a {
	font-size: 12px;
}
h3 {
	font-size: 14px;
}
.oneColFixCtr #container #mainContent .content h2 {
	color: #CD9C59;
}
.small {
	font-size: 11px;
	color: #CCCCCC;
	font-family: "Trebuchet MS", sans-serif;
}
input {
	font-size: 12px;
	background-color: #E9BC9B;
	color: #431E10;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin: 0px;
}
.oneColFixCtr #container #mainContent .content ol {
	padding-left: 20px;
}
.oneColFixCtr #container #footer a:link {
	color: #FFFF99;
	text-decoration: none;
}
.oneColFixCtr #container #footer a:visited {
	color: #FFFF99;
	text-decoration: none;
}
.oneColFixCtr #container #footer a:hover {
	color: #FFFF99;
	text-decoration: none;
}
#box {
	background-color: #FFDD1D;
	font-size: 16px;
	font-weight: bold;
	color: #431E10;
	text-align: center;
	padding: 8px;
	margin-right: 20px;
}
#box a {
	color: #797A7C;
}
.oneColFixCtr #container #mainContent table tr td #box a {
	color: #C00;
	text-decoration: underline;
	font-size: 14px;
	text-transform: uppercase;
}

