body {
	margin: 0px;
	padding: 0px;
	background-image: url(../img/bg.png);
	background-color: #383838;
	background-repeat: repeat-x;
	text-align: center;
}
#panel {
	margin: 0px auto;
	background-repeat: no-repeat;
	background-image: url(../img/pics.png);
	background-position: 5px 0px;
	width: 836px;
}
#inline_panel {
	background-repeat: no-repeat;
	background-image: url(../img/panel_top.gif);
	width: 836px;
	min-height: 700px;
	padding-top: 132px;
}
#menu {
	font-weight: bold;
	color: #CAC494;
	text-align: left;
	padding-left: 45px;
	margin-bottom: 13px;
}
#menu a {
	font-weight: bold;
	color: #CAC494;
	text-decoration: none;
	padding: 5px;
}
#menu a:hover {
	background-color: #454545;
}
#menu h2 {
	color: inherit;
	font-size: inherit;
	margin: 0px;
	padding: 0px;
	display: inline-block;
}
#content_rahmen {
	background-repeat: repeat-y;
	background-image: url(../img/panel_mid.gif);
	padding-bottom: 25px;
}
#content {
	background-image: url(../img/panel_top.gif);
	background-repeat: no-repeat;
	background-position: 0px -170px;
	text-align: left;
	padding-left: 45px;
	padding-right: 45px;
	color: #CDCCBE;
	min-height: 500px;
	height: auto !important;
	height: 500px;
}
#content a {
	color: #CAC494;
	text-decoration: underline;
}
#footer {
	background-image: url(../img/panel_bot.png);
	background-repeat: no-repeat;
	height: 35px;
	font-size: 75%;
	text-align: left;
	padding-left: 45px;
	margin-bottom: 10px;
}

