html,body {
	margin:0px;
	padding:0px;
}
body, p, td {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans",Lucida, Helvetica, Verdana,sans-serif;
	font-size:12px;
	line-height:1.5em;
	color:#333;
	-webkit-text-size-adjust:none;
}
a img {	border:none; }
h1,h2,h3,h4,h5,h6 {
	margin:0px;
	padding:0px;
	font-size:12px;
	font-weight:bold;
	margin-bottom:0.7em;
	color:#999;
}
h1 { font-size:21px; }
h2 { font-size:18xp; }
h3 { font-size:24px; line-height:1.25em; color: #aaa }
h4 { }
h5 { }
p {
	padding:0px;
	margin:0px 0px 0.5em 0px;
	line-height:1.5em;
}
a {
	color:#000;
}
table {
	border-collapse:collapse;
}
td {
	vertical-align:top;
	padding:0px;
	font-size:12px;
}
td p {
	margin:0px;
	padding:0px;
}
.inner {
	width:725px;
	margin:0px auto;
}
.header {
/*
	background-color:rgb(61,94,45);
	background:#4ebfb4;
	background:#a2bba9;
*/
	/*Grün 619445065
	1.618
	0x24EBFB49*/
	background:#619445;
	padding:20px 0px 25px 0px;
}
.header .logo {
	display:block;
	text-align:left;
}
.header h4 {
	font-weight:normal;
	font-size:11px;
	color:white;
	text-align:right;
	line-height:1.em;
	margin:5px 0px 0px 0px;
	color:#f5f5f5;
	letter-spacing:0px;
}
.main {
	margin-top:25px;
/*
	margin:16px 0px 0px 97px;
*/
}
/*
450
275
725
*/
.two_columns {
}
.col1 {
	width:238px;
	float:left;
}
.col2 {
	width:462px;
	float:left;
	margin-left:25px;
}

.text_image {
/*
	width:725px;
	overflow:hidden;
*/
}
.text_image .text {
/*
	width:238px;
	float:left;
	padding-right:25px;
*/
}
.text_image .image {
/*
	width:462px;
	float:right;
*/
}
.rtf a {
	text-decoration:none;
	color:#619445;
}
.rtf a:hover {
	text-decoration:underline;
}
.rtf h3:first-child {
	margin-top:-5px;
}

/* Galerie */
.gallery {
}
.gallery .pictures {
	position:relative;
	vertical-align:bottom;
	-webkit-
}
.gallery .pictures img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
	border:1px solid #ddd;
	padding:5px;
}
.gallery .pictures img:first-child {
	display:block;
}
.gallery .subtitle {
	padding:2px 0px;
}
