* {
	margin: 0;
	padding: 0;
}
/*
 * HTML
 */
html {
	background: #FFF;
	overflow-y: scroll;
	font-family: Arial, Helvetica, sans-serif;
}
/*
 * WRAPPER
 */
#wrapper {
	width: 960px;
	margin: 0 auto;
	padding: 40px 0 0;
}
/*
 * HEAD
 */
#head {
	background: URL('img/00_header.jpg') no-repeat;
	width: 959px;
	height: 337px;
	display: block;
	margin: 0 0 5px 0;
}
#page #head {
	background: URL('img/01_header.jpg') no-repeat;
	height: 166px;
}
/*
 * NAVIGATION horizontal
 */
#navigation, #subnavigation .middle {
	width: 100%;
	height: 28px;
	background: URL('img/spr_green.gif') repeat-x 0 -28px;
	float: left;
	margin: 0 0 15px 0;
}
#navigation ul {
	list-style: none;
	margin: 0 0 0 20px;
	float: left;
}
#navigation ul li {
	float: left;
	margin: 0 20px 0 0;
}
.edge_right, .edge_left {
	background: URL('img/spr_green.gif') no-repeat;
	width: 2px;
	height: 28px;
	display: block;
}
.edge_left {
	background-position: 0 0;
	float: left;
}
.edge_right {
	background-position: 0 -56px;
	float: right;
}
#navigation a {
	color: #FFF;
	text-decoration: none;
	line-height: 29px;
	text-transform: uppercase;
	font-size: 15px;
	font-family: Garamond, Times;
}
#navigation a:hover, #navigation li.active a{
	border-bottom: 1px solid #84ae96;
}
#subnavigation .edge_right, #subnavigation .edge_left {
	height: 23px;
}
#subnavigation ul {
	list-style: none;
	float: left;
	width: 100%;
}
#subnavigation ul li {
	float: left;
	width: 100%;
	padding: 0 0 6px 0;
}
#subnavigation {
	width: 220px;
	font-size: 12px;
	float: left;
	margin: 0 0 6px 0;
}
#subnavigation .middle {
	background-position: 0 -107px;
	height: 23px;
	line-height: 23px;
	margin: 0 0 7px 0;
}
#subnavigation .navhead {
	margin: 0 0 0 7px;
	float: left;
}
#subnavigation .edge_left {
	background-position: 0 -84px;
	float: left;
}
#subnavigation .edge_right {
	background-position: 0 -130px;
}
#subnavigation a {
	color: #666;
	text-decoration: none;
}
#subnavigation a:hover, #subnavigation .active a{
	color: #01632f;
	text-decoration: underline;
}
/*
 * CONTENT page
 */
#content {
	width: 460px;
	float: left;
	padding: 11px 30px;
}
#ct_left, #ct_right {
	width: 220px;
	float: left;
}
#content ul {
	list-style: none;
	padding: 6px 0 4px 0;
	float: left;
	width: 100%;
}
#content ul li {
	float: left;
	width: 100%;
	padding: 0 0 9px 0;
}
/*
 * TEASER
 */
.teaser {
	width: 313px;
	height: 127px;
	background: URL('img/spr_teaser0.gif') repeat-y -313px 0 #ddd;
	float: left;
	color: #666;
	font-size: 11px;
}
.teaser .middle {
	background: URL('img/teaser_bg.gif') repeat-x;
	float: left;
	width: 311px;
	height: 100%;
	margin: 0 0 0 1px;
}
.teaser .top, .teaser .bottom {
	background: URL('img/spr_teaser0.gif') no-repeat;
	width: 313px;
	height: 2px;
	float: left;
	margin: 0 0 -1px 0;
}
.teaser .content {
	padding: 10px;
	width: 292px;
	float: left;
}
.teaser .bottom {
	background-position: -626px 0;
	margin-top: -3px;
}
.teaser img {
	float: left;
	margin: 0 10px 0 0;
}
#startseite .teaser p {
	padding: 0 10px 0 0;
	min-height: 62px;
}
.teaser table {
	margin: 0 0 10px 0;
}
.more, .fakelink {
	float: right;
	font-size: 11px;
	color: #000;
	text-decoration: none;
	cursor: pointer;
}
.more span , .fakelink span{
	float: left;
}
.more:hover span, .fakelink:hover span {
	text-decoration: underline;
}
.teaser_mitte {
	margin: 0 10px;
}
/* teaser right */
#page .teaser {
	width: 220px;
	height: auto;
	background: URL('img/spr_teaser0.gif') repeat-y -1159px 0 #ddd;
	float: left;
	color: #666;
	font-size: 11px;
	margin: 0 0 15px 0;
}
#page .teaser .middle {
	background: URL('img/teaser_bg.gif') repeat-x -939px 0;
	float: left;
	width: 218px;
	margin: 0 0 0 1px;
}
#page .teaser .top,#page  .teaser .bottom {
	background: URL('img/spr_teaser0.gif') no-repeat -939px 0;
	width: 220px;
	height: 2px;
	float: left;
}
#page .teaser .content {
	padding: 10px 14px;
	width: 192px;
}
#page .teaser .bottom {
	background-position: -1379px 0;
	margin-top: 0;
}
#page .teaser p {
	padding: 0 10px 0 0;
}
#page .teaser img {
	margin: 0 0 5px 0;
}

#content .teaser {
	width: 458px;
	height: auto;
	background: URL('img/spr_teaser0.gif') no-repeat -1159px 0 #ddd;
	float: left;
	color: #666;
	font-size: 11px;
	margin: 0 0 10px 0;
}
#content .teaser .middle {
	background: URL('img/teaser_bg.gif') repeat-x bottom #f4f4f4;
	float: left;
	width: 456px;
	margin: 0 0 0 1px;
}
#content .teaser .top,#content  .teaser .bottom {
	background: URL('img/spr_teaser0.gif') no-repeat -1599px 0;
	width: 458px;
	height: 2px;
	float: left;
}
#content .teaser .content {
	padding: 10px 14px 0 ;
	width: 430px;
}
#content .teaser .bottom {
	background-position: -2515px 0;
	margin-top: 0;
}
/*
 * KONTAKTFORM
 */
#kontakt {
	float: left;
	width: 100%;
}
#kontakt input {
	float: right;
	width: 200px;
}
#kontakt textarea {
	float: right;
	width: 202px;
	height: 100px;
	resize: none;
}
#kontakt table {
	width: 100%;
}
#kontakt table tr {
	vertical-align: top;
}
/*
 * GALERIE
 */
#galerie {
	margin: 0 0 0 -3px;
}
#galerie img {
	margin: 0 10px 4px 0;
	border: none;
	border-radius: 3px;
}
#galerie td {
	padding-bottom: 20px;
}
#galerie .fakelink {
	margin-right: 10px;
}
.galHide {
	display: none;
}
/*
 * FONTS
 */
h1 {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #01632f;
	font-weight: normal;
	padding: 0 0 2px 0;
}
h2, .teaserhead {
	font-size: 15px;
	font-family: Garamond, Times;
	margin: 0 0 10px 0;
	font-weight: bolder;
}
.teaser h2, .teaserhead {
	text-transform: uppercase;
	color: #1c1b1c;
}
.teaser a {
	text-decoration: none;
	color: #666;
}
.teaser a:hover {
	text-decoration: underline;
}
#content h2, #content h3 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #1c1b1c;
	font-weight: normal;
}
#content h2 {
	padding: 0 0 4px 0;
}
#content h3 {
	font-size: 11px;
	padding: 0 0 3px 0;
}
#content {
	color: #666;
	font-size: 11px;
}
#content p {
	line-height: 16px;
	padding: 0 0 20px 0;
}
.teaserhead {
	font-size: 14px;
	float: left;
	margin: 0 0 5px 0;
	width: 100%;
}
#footer, #footer a {
	font-size: 10px;
	color: #999;
	text-decoration: none;
}
#footer a:hover, #footer .active {
	text-decoration: underline;
}
.navhead {
	color: #FFF;
}
.black {
	color: #000;
}
.jahre p {
	margin: 0 0 8px 0;
}
.error {
	color: red;
}
/*
 * FOOTER
 */
#footer {
	margin: 70px 0 0 0;
	float: left;
	width: 100%;
}
#footer p {
	float: left;
}
.meta {
	float: right;
}
/*
 * ICONS
 */
.icons {
	background: URL('img/spr_icons.png') no-repeat;
	display: block;
}
.morelink {
	width: 15px;
	height: 15px;
	float: right;
	margin: 0 0 0 5px;
}
.check .li {
	width: 14px;
	height: 15px;
	float: left;
	background-position: -15px 0;
	margin: -2px 6px 0 0;
}
.subnav {
	width: 5px;
	height: 5px;
	float: left;
	background-position: -29px 0;
	margin: 4px 7px 0 0;
}
/*
 * BUTTONS
 */
.btn {
	background: URL('img/spr_btn.gif') 0 -25px;
	height: 25px;
	line-height: 25px;
	width: auto;
	float: right;
	cursor: pointer;
	margin: 0 2px 0 0;
}
.btn:hover {
	background-position: 0 -50px;
}
.btn .btn_l, .btn .btn_r {
	background: URL('img/spr_btn.gif') no-repeat;
	width: 2px;
	height: 25px;
	float: left;
}
.btn .btn_r {
	background-position: 0 -75px;
}
.btn span {
	float: left;
}
.btn .value {
	padding: 0 10px;
}

