* {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

table {
	font-weight: bold;
	border-collapse: collapse;
	width: 100%;
}
td {
	border-bottom: solid 1px #000;
	height: 24px;
	line-height: 24px;
}

html, body {
	width: 100%;
	height: 100%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #6d4025;
	background-image: url(../images/beam_bg.jpg);
	background-position: center;
	background-repeat: repeat-y;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #6d4025;
	font-weight: normal;
}
span.break {
	margin-left: 140px;
}
span.big {
	font-size: 30px;
	font-weight: bold;
	color: #292421;
	line-height: 12px;
}

h2 {
	color: #292421;
	font-size: 14px;
	margin-left: 140px;
	width: 330px;
}
/*--------------------*/
#mainwrapper {
	width: 780px;
	height: auto;
	margin: 0px auto;
	padding-top: 44px;
	padding-bottom: 44px;
	background: url(../images/main_bg.jpg);
}
#header {
	background: url(../images/head_1.jpg);
	width: 740px;
	height: 124px;
	padding-left: 40px;
}

#content_left {
	float: left;
	width: 160px;
	padding: 20px;
}

#content_left h3 {
	color: #7e4e2f;
}
#content_left img {
	width: auto;
	height: auto;
	padding: 4px;
	background: #fff;
	margin: 8px 0px;
}

#content_left li a {
	display: block;
	width: 160px;
	height: 36px;
	color: #7e4e2f;
	line-height: 32px;
	font-family:"Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	background-image: url(../images/trenner_navi.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}
#content_left li a:hover {
	color: #000;
}
#content_right {
	float: left;
	width: 540px;
	padding: 20px;
}
#content_right h3 {
	width: 484px;
	text-align: right;
	display: block;
	height: 90px;
	padding: 24px;
	padding-right: 44px;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: normal;
	color: #fff;
}
#content_right h3 span {
	font-weight: bold;
	font-size: 24px;
}
#content_right h4 {
	font-size: 15px;
	color: #7e4e2f;
	padding-bottom: 12px;
}
#content_right li {
	list-style: url(../images/pfeil.gif);
	margin-left: 20px;
	height: 20px;
	line-height: 20px;
}
#content_right p {
	text-align: justify;
	padding-bottom: 8px;
	line-height: 18px;
}
.text_body {
	background: url(../images/text_body.jpg);
	padding: 0px 24px;
	height: auto;
	width: 504px;
}
.left {
	float: left;
	margin-right: 12px;
	background-color: #fff;
}
.right {
	float: right;
	margin-left: 12px;
	background-color: #fff;
}
.top {
	width: 504px;
	height: auto;
	margin-bottom: 18px;
}
.text_footer {
	width: 528px;
	padding-left: 24px;
	height: 55px;
	background: url(../images/text_footer.jpg);
	font-size: 10px;
	
}

#footer {
	background: url(../images/ornament_trenner.jpg);
	background-position: top;
	background-repeat: repeat-x;
	clear: both;
	padding-top: 24px;
	font-size: 10px;
	text-align: center;
}