body {
	margin: 0 auto;
	padding: 0;
	background: #D1CEC1;
	font: 10px/16px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	width: 100%;
	text-align: center;
}

h1 { display: none; }

h2 {
	font: bold 16px Verdana, Arial, Helvetica, sans-serif;
	color: #69563D;
}

td, th { font: 10px/16px Verdana, Arial, Helvetica, sans-serif; }

a, a:active, a:visited {
	color: #69563D;
	text-decoration: none;
}

a:hover { text-decoration: underline; }

hr { height: 1px; }

#container {
	position: relative;
	width: 990px;
	border: 1px solid #69563D;
	margin: 0px auto;
	text-align: left;
	background: #F6F2E3 url(../images_common/background.jpg);
}

#header {
	height: 136px;
	background: #EBCA81 url(../images_common/header.jpg) no-repeat;
}

/* -- Navigation: ANFANG --------------------------------------------------- */
div#navigation {
	position: absolute;
	left: 0;
	top: 0;
	width: 195px;
}

div#navigation ul {
	margin: 0;
	padding: 0;
	list-style-type: none;

	/* für firefox & co. */
	width: 155px !important;
	background: #4B4236 !important;
	border-left: 1px solid #998D64 !important;
	border-right: 1px solid #998D64 !important;

	/* für den ie, der nach jahren immer noch nicht vernünftig css/pngs beherrscht */
	width: 157px;
	background: #40392D;
	border-left: 1px solid #8F8158;
	border-right: 1px solid #8F8158;
}

div#navigation ul li {
	padding: 0 10px;
	color: #E8DEBA;
}

div#navigation a, div#navigation a:active, div#navigation a:visited {
	font-weight: bold;
	color: #E8DEBA;
}
/* -- Navigation: ENDE ----------------------------------------------------- */

/* -- Content: ANFANG ------------------------------------------------------ */
#content {
	margin-left: 170px !important;
	margin-left: 85px;
	padding-top: 40px;
	margin-bottom: 20px;
	width: 600px;
	float: left;
}

#content .top {
	background: url(../images_common/border_top.gif) repeat-x;
	color: #69563D;
	text-align: right;
}

#content .content {
	padding: 20px 10px;
	background: #F5F1E1;
	border-left: 1px solid #A28E38;
	border-right: 1px solid #A28E38;
}

#content .bottom {
	background: url(../images_common/border_bottom.gif) repeat-x;
	color: #69563D;
	text-align: center;
}
/* -- Content: ANFANG ------------------------------------------------------ */


/* -- Mariginalspalte: ANFANG ---------------------------------------------- */
#marginal {
	float: left;
	width: 190px;
	padding-top: 31px;
	margin-left: 20px;
}

#marginalcontent {
	padding: 20px 10px;
	background: #F5F1E1;
	border-left: 1px solid #A28E38;
	border-right: 1px solid #A28E38;
}
/* -- Mariginalspalte: ENDE ------------------------------------------------ */


/* -- Fusszeile: ANFANG ---------------------------------------------------- */
#footer {

	margin-top: 20px;
	width: 100%;
	text-align: center;
}
/* -- Fusszeile: ENDE ------------------------------------------------------ */
