html, body {
	margin:0;
	padding:0;
}
body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#70553b;
	background:#faf0dd url(../images/body_bg.jpg) top center no-repeat;
}
a {
	color:#70553b;
	text-decoration:none;
}
a img {
	border:none;
}
p {
	margin:15px 0;
}
td, th {
	vertical-align:top;
	font-size:16px
}
td p {
	margin:7px 0;
}
h1, h2, h3, h4, h5, h6 {
	margin:15px 0;
	font-size:24px;
	font-weight:normal;
}
h1 {
	color:#faf1e1;
	font-size:33px;
}
h2 {
	font-size:16px;
	color:#ddac37;
}
hr {
	background:none;
	border:none;
	border-top:1px solid #70553b;
	height:1px;
}
a, img, object {
	outline:none;
}
address {
	font-style:normal;
}
input, textarea, select {
	font-size:11px;
	font-family:Verdana, Geneva, sans-serif;
	color:#70553b;
}
input[type="text"] {
	border:1px solid #70553b;
	padding:2px 0;
}
.align-left {
	text-align:left;
}
.align-center {
	text-align:center;
}
.align-right {
	text-align:right;
}

#site {
	background:url(../images/container-repeat.png) top left repeat-y;
	width:961px;
	margin:0 auto;
}
#wrapper {
	background:url(../images/container-top.png) top left no-repeat;
	padding:0 4px;
}
#header {
	padding:25px 25px 0;
	position:relative;
	height:63px;
}
#menu {
	position:absolute;
	right:25px;
	bottom:0;
	background:url(../images/menu-right.gif) top right no-repeat;
	height:31px;
	padding-right:3px;
}
#menu ul, #menu li {
	margin:0;
	padding:0;
	list-style:none;
}
#menu ul {
	background:url(../images/menu-left.gif) top left no-repeat;
	height:31px;
	line-height:31px;
	font-size:18px;
	float:left;
}
#menu li {
	float:left;
}
#menu li a {
	border-right:1px solid #e7d8ca;
	padding:0 7px;
}
#menu a:hover, #menu a:focus, #menu a.active {
	color:#e1a82f;
}
#menu li.last a {
	border:none;
}
#content {
	min-height:150px;
	margin:70px 50px 40px;
}
#content a {
	color:#DDAC37;
	text-decoration:underline;
}
#laufleiste {
	padding-left:26px;
}
#footer {
	background:url(../images/container-bottom.gif) left bottom no-repeat;
	width:932px;
	padding-right:29px;
	margin:0 auto;
	padding-top:35px;
	text-align:right;
	font-size:11px;
	position:relative;
}
#credits {
	position:absolute;
	bottom:-15px;
	left:29px;
}
#lightboxFlash {
	display:none;
}