	
	body {
		background: #dee0e2;
		margin: 0px;
		padding-top: 10px;
		font-family: Times;
		overflow: auto;
		font-size: 14px;
		line-height:22px;
		overflow-y: scroll;
	}
	
	td {
		vertical-align: top;
		font-size: 14px;
		line-height:22px;
	}
	
	td#navigation {
		line-height:18px;
	}
	
	h1, h2, h3, h4, h5, h6, h7 {
		color: #333;
		margin: 0px;
		margin-bottom: 3px;
	}
	
	p {
		margin: 8px 0px;
	}
	
	a {
		color: #333;
	}
	
	div#wrapper_top {
		height: 8px;
		width: 781px;
		background: url(http://heimatverein-letmathe.de/gif/layout_03.png) no-repeat bottom;
	}
	
	div#wrapper_bottom {
		height: 8px;
		width: 781px;
		background: url(http://heimatverein-letmathe.de/gif/layout_17.png) no-repeat top;
	}
	
	div#wrapper {
		width: 781px;
		background: url(http://heimatverein-letmathe.de/gif/layout_13.png);
		text-align: left;
		min-height: 605px;
	}
	
	div#inner_wrapper {
		padding: 0px 0px 0px 12px;
	}
	
	div#headline {
		display: block;
		height: 169px;
		padding-top: 10px;
	}
	
	div#logo {
		float: left;
		height: 169px;
		width: 200px;
		background: url(http://heimatverein-letmathe.de/gif/layout_07.png);
	}
	
	div#headimage {
		margin-left: 210px;
		height: 169px;
		width: 542px;
	}
	
	div#content {
		margin-top: 10px;
		padding-bottom: 10px;
	}
	
	td#navigation {
		width: 200px;
		border-left: 1px solid #93b4d6;
		background: #1a60a8;
		margin-right: 10px;
		padding-top: 16px;
		padding-bottom: 50px;
	}
	
	a.headbut {
		display: block;
		width: 199px;
		height: 24px;
		background: url(http://heimatverein-letmathe.de/gif/layout_16.png) no-repeat;
		font-size: 16px;
		font-weight: bold;
		padding-top: 4px;
		padding-left: 4px;
		margin-bottom: -3px;
		color: #2a2a2a;
		text-decoration: none;
	}
	
	div.content table td {
		vertical-align: top;
	}
	
	td#navigation a.link {
		display: block;
		text-decoration: none;
		color: #fdfdfc;
		padding-left: 20px;
		font-weight: bold;
		font-size: 14px;
		padding-bottom: 6px;
		padding-top: 6px;
		border-bottom: 2px solid #dae1ed;
	}
	
	td#content_area {
		padding-left: 12px;
		padding-right: 15px;
		padding-bottom: 10px;
		font-size: 14px;
	}
	
	div#link_line {
		padding-top: 151px;
		padding-left: 320px;
		color: #fff;
		font-size: 12px;
		font-weight: bold;
	}
	
	div#link_line a {
		color: #254c69;
	}
	
	div.title {
		font-size: 18px;
		color: #355c79;
		font-weight: bold;
		margin-bottom: 10px;
	}
	
	div.subtitle {
		font-style: italic;
		font-size: 15px;
		margin-bottom: 5px;
	}
	
	div.img {
		float: left;
		width: 150px;
		height: 175px;
		background: #eee;
		margin-right: 10px;
		margin-bottom: 24px;
	}
	
	div.text {
		font-size: 14px;
		line-height:22px;
	}
	
	div.text p {
		margin-top: 0px;
	}
	
	/* Kontaktseite */
	
	table.form_tbl {
		width: 530px;
	}
	
	table.form_tbl input.eingabefeld {
		border: 1px solid #333;
		width: 205px;
	}
	
	table.form_tbl input.formbutton {
		border: 1px solid #333;
		background: #1a60a8;
		color: #fff;
		font-weight: bold;
		font-size: 13px;
	}
	
	input.formbutton {
		border: 1px solid #333;
		background: #1a60a8;
		color: #fff;
		font-weight: bold;
		font-size: 13px;
		font-family: Times;
		cursor:pointer;
	}
	
	table.form_tbl textarea {
		border: 1px solid #333;
		width: 275px;
		height: 153px;
		overflow: auto;
		font-family: Arial;
	}
	
	div.box {
		border: 1px solid #333;
		width: 503px;
		padding: 5px;
	}
	
	/* Gästebuch */
	
	div.gb_eintrag {
		display: block;
		border: 1px solid #333;
		padding: 5px;
		font-size: 14px;
		width: 530px;
		margin-bottom: 10px;
	}
	
	div.gb_kopf {
		border-bottom: 1px solid #333;
		font-size: 14px;
	}
	
	div.gb_text{
		padding: 5px;
	}
	
	div.gb_id {
		text-align: center;
		font-size: 12px;
		font-weight: bold;
		color: #999;
	}
	
	div.gb_top_link {
		float: right;
		
	}
	
	div.gb_top_link a {
		color: #355c79;
		font-weight: bold;
		font-size: 15px;
	}
	
	table.gb_tbl {
		width: 516px;
		font-size: 14px;
	}
	
	table.gb_tbl input.eingabefeld {
		border: 1px solid #333;
		width: 275px;
		padding: 2px;
		font-size: 13px;
	}
	
	table.gb_tbl textarea {
		border: 1px solid #333;
		width: 275px;
		height: 100px;
		overflow: auto;
		font-family: Arial;
		font-size: 13px;
	}
	
	
	table.gb_tbl input.formbutton {
		border: 1px solid #333;
		background: #1a60a8;
		color: #fff;
		font-weight: bold;
		font-family: Times;
		font-size: 13px;
	}
	
	/* Galerie */
	table#galerie {
		margin-left: 20px;
		width: 490px;
	}
	
	table#galerie img {
		border: 1px solid #333;
	}
	
	table#galerie a {
		color: #333;
	}
	
	/* Termine */
	div.termin {
		padding: 3px;
		margin-bottom: 3px;
	}
	
	div.termin_datum {
		float: left;
		font-weight: bold;
		margin-right: 10px;
	}
	
	div.termin_titel{
		margin-left: 100px;
	}
	
	div.termin_info {
		font-size: 12px;
	}
	
	div.termin_info a {
		color: #333;
		padding: 0px 1px;
	}
	
	
	
	
	
	
	
	
	
	