body {
	margin: 0px;
	padding: 0px;
	background: url(../images/bg.jpg) repeat-x #fcf8f5;
	color: #555;
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 0.75em;
}

#container {
	width: 940px;
	margin: 0 auto;
}

#logo {
	text-align: center;
	margin: 25px 0 35px 0;
}

#header_text {
	background: #dd2a2a;
	margin-bottom: 20px;
}

#header_text .text {
	color: white;
	font-size: 1.8em;
	padding: 20px;
}

.header_text_top {
	background: url(../images/header_text_top.jpg) no-repeat;
	height: 6px;
}

.header_text_bottom {
	background: transparent url(../images/header_text_bottom.jpg) no-repeat;
	height: 6px;
}

#content {
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
}

#links, #rechts {
	float: left;
	width: 462px;
	background: url(../images/content_box_bg.jpg) repeat-y;
}

#links {
	margin-right: 16px;
}

.content_box_top {
	background: url(../images/content_box_top.jpg) no-repeat;
	height: 6px;
}

.content_box_bottom {
	background: url(../images/content_box_bottom.jpg) no-repeat;
	height: 6px;
}

#links .text, #rechts .text {
	padding: 10px;
}

.img_center {
	padding: 10px 0;
	text-align: center;
}

#footer {
	background: #ebe0d9;
}

.footer_top {
	background: url(../images/footer_top.jpg) no-repeat;
	height: 6px;
}

.footer_bottom {
	background: url(../images/footer_bottom.jpg) no-repeat;
	height: 6px;
}

#footer .text {
	padding: 10px;
}


a {
	color: #949387;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

h1 {
	margin: 0 0 5px 0;
	font-size: 1.8em;
	font-weight: normal;
}


