body {
	font-family: Arial, sans-serif;
	font-size: 80%;
	margin: 0;
}

h1 {
	font-size: 1.5em;
}

h2 {
	font-size: 1.2em;
	margin-bottom: 0.4em;
}

h3, h4, h5, h6 {
	font-size: 1em;
	margin-bottom: 0.2em;
}

p {
	margin-top: 0.3em;
	margin-bottom: 1.0em
}

ul
{
	margin: 0.3em 0 1.0em 1.4em;
	padding: 0
}

a {
	color: #287300;
}
a:hover {
	color: #00AAB0;
}

a img {
	border: none;
}

#tmpl-default {
	width: 900px;
	margin: 0 auto;
	z-index: 11;
}

#content-header {
	padding-bottom: 5px;
}

#nav-mainmenu {
	width: 200px;
}

#nav-mainmenu-col
{
	display: none;
	background-color: #8EBF74;
	border-right: 5px #FFFFFF solid;
	border-bottom: 5px #FFFFFF solid
}

#content-main {
	width:490px;
	padding-top: 4px
}

#content-extra {
	font-size: 0.9em;
	width: 200px;
	margin-left: 5px;
}

#content-extra p { margin-bottom: 0.8em }
#content-extra ul,
#content-extra ol
{ margin-bottom: 0.8em }

#content-footer {
	font-size: 0.8em;
	text-align: center;
}
#content-footer .cframe-default {
	background-image: url('../images/box_corner_left_lower.gif');
	background-position: left bottom;
	background-repeat: no-repeat;
	background-color: #547542;
	color: white;
	border-bottom: 1px solid #FFFFFF; /* IE needs this, to display height correctly */
}

#content-footer p,
#content-footer div
{
	margin: 0;
	padding: 0
}

#content-footer .cframe-default a { color: white !important }

#content-footer .cframe-default-right {
	background-image: url('../images/box_corner_right_lower.gif');
	background-position: right bottom;
	background-repeat: no-repeat;
	height: 21px;
/*	background-color: #547542;*/
}


/**
 * Sprachumsachaltung
 */
#content-switch {
	position: relative;
}
#content-switch ul {
	position: absolute;
	top: 40px;
	left: 490px;
	margin: 0;
	padding: 0;
}
#content-switch li {
	display: inline;
	margin: 0;
	padding-left: 0.5em;
	padding-right: 0.5em;
	border-left: 1px solid #000000;
}
#content-switch li.first {
	border: none;
}
#content-switch li.last {
	padding-right: 0;
}
#content-switch a {
	color: #000000;
	text-decoration: none;
}



/**
 * Navigation
 */
#nav-mainmenu .level1 {
	margin: 0px;
	padding: 0px;
	padding-top: 0.5em;
}
#nav-mainmenu .level1 li {
 	margin: 0px;
 	padding: 0px;
	padding-left: 20px;
 	padding-bottom: 0.5em;
	list-style-type: none;
}
#nav-mainmenu .level1 a {
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
}
#nav-mainmenu .level1 li.active {
	font-weight: bold;
	background-image: url('../images/active_item.gif');
	background-position: 8px 0.3em;
	background-repeat: no-repeat;
}

#nav-mainmenu .level2 {
	margin: 0px;
	padding: 0px;
	padding-top: 0.4em;
}
#nav-mainmenu .level2 li {
	font-weight: normal;
	padding: 0;
	padding-left: 15px;
	padding-bottom: 0.3em;
}
#nav-mainmenu .level2 a {
	text-transform: none;
}
#nav-mainmenu .level2 li.active {
	font-weight: bold;
	background-position: 0px 0.3em;
}

#nav-mainmenu .level3 {
	margin: 0px;
	padding: 0px;
	padding-top: 0.4em;
}


#nav-breadcrumb {
	font-size: 0.85em;
	font-weight: normal;
}
#nav-breadcrumb a {
	color: #FFFFFF;
	text-decoration: none;
	text-transform: none;
}
#nav-breadcrumb a strong {
	font-weight: normal;
}


#nav-basemenu {
	position: relative;
/*	position: absolute;
	top: 40px;
	right: 0px;
	z-index: 10;*/
}
#nav-basemenu ul {
	position: absolute;
	top: 40px;
	right: 0px;
	margin: 0;
	padding: 0;
}
#nav-basemenu li {
	display: inline;
	margin: 0;
	padding-left: 0.5em;
	padding-right: 0.5em;
	border-left: 1px solid #000000;
}
#nav-basemenu li.first {
	border: none;
}
#nav-basemenu li.last {
	padding-right: 0;
}
#nav-basemenu a {
	color: #000000;
	text-decoration: none;
}


/**
 * Boxen
 */
/*.box-corner-left {
	background-image: url('../images/box_corner_left.gif');
	background-position: left top;
	background-repeat: no-repeat;
	background-color: #547542;
	border-bottom: 1px solid #547542;
}
.box-corner-right {
	background-image: url('../images/box_corner_right.gif');
	background-position: right top;
	background-repeat: no-repeat;
}
.box-header {
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	margin: 0px;
	padding-top: 4px;
	padding-bottom: 2px;
	padding-left: 50px;
	background-image: url('../images/box_grid.gif');
	background-position: 20px 57%;
	background-repeat: no-repeat;
}
.box-body {
	margin: 0px;
	margin-bottom: 5px;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	color: #FFFFFF;
	background-color: #A2CC5F;
}*/


/**
 * Inhalte
 */

 /* default box in right column and navigation */
.box-corner-left,
#nav-mainmenu .cframe-default,
#content-extra .cframe-default {
	background-image: url('../images/box_corner_left.gif');
	background-position: left top;
	background-repeat: no-repeat;
	background-color: #547542;
	margin-bottom: 4px;
	border-bottom: 1px solid #FFFFFF; /* IE needs this, to display height correctly */
}

#nav-mainmenu .cframe-default
{
/*	border-bottom: 1px solid #A2CC5F;*/
	border-bottom: 1px solid #8EBF74; /* IE needs this, to display height correctly */
}

.box-corner-right,
#nav-mainmenu .cframe-default-right,
#content-extra .cframe-default-right {
	background-image: url('../images/box_corner_right.gif');
	background-position: right top;
	background-repeat: no-repeat;
/*	background-color: #547542;*/
}
.box-header,
#nav-mainmenu .cframe-default h1,
#content-extra .cframe-default h1,
#content-extra .cframe-default h2,
#content-extra .cframe-default h3,
#content-extra .cframe-default h4,
#content-extra .cframe-default h5,
#content-extra .cframe-default h6 {
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	margin: 0px;
	padding-top: 4px;
	padding-bottom: 2px;
	/*padding-left: 50px;*/
	padding-left: 45px;
	background-image: url('../images/box_grid.gif');
	/*background-position: 20px 57%;*/
	background-position: 15px 57%;
	background-repeat: no-repeat;
}
/* color settings for box */
#nav-mainmenu .cframe-default .menu,
#content-extra .cframe-default .ctype-text .text,
#content-extra .cframe-default .ctype-textpic .text,
#content-extra .cframe-default .ctype-textpic .image,
#content-extra .cframe-default .ctype-image .image,
#content-extra .cframe-default .ctype-uploads .list,
#content-extra .cframe-default .ctype-menu .nav-menu-list,
#content-extra .cframe-default .ctype-menu .nav-menu-subpages,
#content-extra .cframe-default .ctype-menu .nav-menu-sitemap,
#content-extra .cframe-default .ctype-menu .nav-menu-sectionindex,
#content-extra .cframe-default .ctype-menu .nav-menu-subpages-abstract,
#content-extra .cframe-default .ctype-menu .nav-menu-updated,
#content-extra .cframe-default .ctype-menu .nav-menu-related {
	color: #FFFFFF;
/*	background-color: #A2CC5F;*/
	background-color: #8EBF74;
}
/* margins and paddings */
#nav-mainmenu .cframe-default .menu,
#content-extra .cframe-default .ctype-text .text {
	margin: 0;
	padding: 0.2em 12px;
}


/* first top box */
.cframe-top {
	background-image: url('../images/top_corner_left.gif');
	background-position: left top;
	background-repeat: no-repeat;
	background-color: #5E5A4A;
	margin-bottom: 4px;
	border-bottom: 1px solid #FFFFFF; /* IE needs this, to display height correctly */
}
.cframe-top-right {
	background-image: url('../images/top_corner_right.gif');
	background-position: right top;
	background-repeat: no-repeat;
}
.cframe-top h1,
.cframe-top h2,
.cframe-top h3,
.cframe-top h4,
.cframe-top h5,
.cframe-top h6 {
	font-size: 0.9em;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	margin: 0px;
	padding-top: 4px;
	padding-bottom: 2px;
	padding-left: 7px;
	padding-right: 7px;
}
/* color settings for box */
.cframe-top .ctype-text .text,
.cframe-top .ctype-textpic .text,
.cframe-top .ctype-textpic .image,
.cframe-top .ctype-image .image,
.cframe-top .ctype-uploads .list,
.cframe-top .ctype-menu .nav-menu-list,
.cframe-top .ctype-menu .nav-menu-subpages,
.cframe-top .ctype-menu .nav-menu-sitemap,
.cframe-top .ctype-menu .nav-menu-sectionindex,
.cframe-top .ctype-menu .nav-menu-subpages-abstract,
.cframe-top .ctype-menu .nav-menu-updated,
.cframe-top .ctype-menu .nav-menu-related {
	color: #000000;
	background-color: #D5E8C1;
}
/* margins and paddings */
.cframe-top .ctype-text .text {
	margin: 0;
	/*padding: 0.2em 5px;*/
	padding: 0.2em 12px

}


/* second top box */
.cframe-top2 {
	background-image: url('../images/top2_corner_left.gif');
	background-position: left top;
	background-repeat: no-repeat;
	background-color: #4E84B4;
	margin-bottom: 4px;
	border-bottom: 1px solid #FFFFFF; /* IE needs this, to display height correctly */
}
.cframe-top2-right {
	background-image: url('../images/top2_corner_right.gif');
	background-position: right top;
	background-repeat: no-repeat;
}
.cframe-top2 h1,
.cframe-top2 h2,
.cframe-top2 h3,
.cframe-top2 h4,
.cframe-top2 h5,
.cframe-top2 h6 {
	font-size: 0.9em;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	margin: 0px;
	padding-top: 4px;
	padding-bottom: 2px;
	padding-left: 7px;
	padding-right: 7px;
}
/* color settings for box */
.cframe-top2 .ctype-text .text,
.cframe-top2 .ctype-textpic .text,
.cframe-top2 .ctype-textpic .image,
.cframe-top2 .ctype-image .image,
.cframe-top2 .ctype-uploads .list,
.cframe-top2 .ctype-menu .nav-menu-list,
.cframe-top2 .ctype-menu .nav-menu-subpages,
.cframe-top2 .ctype-menu .nav-menu-sitemap,
.cframe-top2 .ctype-menu .nav-menu-sectionindex,
.cframe-top2 .ctype-menu .nav-menu-subpages-abstract,
.cframe-top2 .ctype-menu .nav-menu-updated,
.cframe-top2 .ctype-menu .nav-menu-related {
	color: #000000;
	background-color: #EEF6E7;
}
/* margins and paddings */
.cframe-top2 .ctype-text .text {
	margin: 0;
	/*padding: 0.2em 5px;*/
	padding: 0.2em 12px
}


/* third top box */
.cframe-top3 {
	background-image: url('../images/top3_corner_left.gif');
	background-position: left top;
	background-repeat: no-repeat;
	background-color: #A586A4;
	margin-bottom: 4px;
	border-bottom: 1px solid #FFFFFF; /* IE needs this, to display height correctly */
}
.cframe-top3-right {
	background-image: url('../images/top3_corner_right.gif');
	background-position: right top;
	background-repeat: no-repeat;
}
.cframe-top3 h1,
.cframe-top3 h2,
.cframe-top3 h3,
.cframe-top3 h4,
.cframe-top3 h5,
.cframe-top3 h6 {
	font-size: 0.9em;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	margin: 0px;
	padding-top: 4px;
	padding-bottom: 2px;
	padding-left: 7px;
	padding-right: 7px;
}
/* color settings for box */
.cframe-top3 .ctype-text .text,
.cframe-top3 .ctype-textpic .text,
.cframe-top3 .ctype-textpic .image,
.cframe-top3 .ctype-image .image,
.cframe-top3 .ctype-uploads .list,
.cframe-top3 .ctype-menu .nav-menu-list,
.cframe-top3 .ctype-menu .nav-menu-subpages,
.cframe-top3 .ctype-menu .nav-menu-sitemap,
.cframe-top3 .ctype-menu .nav-menu-sectionindex,
.cframe-top3 .ctype-menu .nav-menu-subpages-abstract,
.cframe-top3 .ctype-menu .nav-menu-updated,
.cframe-top3 .ctype-menu .nav-menu-related {
	color: #000000;
	background-color: #D5E8C1;
}
/* margins and paddings */
.cframe-top3 .ctype-text .text {
	margin: 0;
	/*padding: 0.2em 5px;*/
	padding: 0.2em 12px
}



/* Headings */
#content-main .cframe-alt h1,
#content-main .cframe-alt h2,
#content-main .cframe-alt h3,
#content-main .cframe-alt h4,
#content-main .cframe-alt h5,
#content-main .cframe-alt h6 {
/*	background-color: #97CD5D;*/
	background-color: #8EBF74;
}

/* text */


/* textpic */
.ctype-image .image-text,
.ctype-textpic .image-text {
	color: #FFFFFF;
	/*background-color: #97BA83;*/
	background-color: #8EBF74;
	font-size: 0.8em;
	margin: 0;
	padding: 3px 5px;
}
.ctype-image .image-text p,
.ctype-textpic .image-text p {
	margin-bottom: 0.2em;
}
.ctype-image .image-links ul,
.ctype-textpic .image-links ul {
	margin: 0;
	padding: 0;
}
.ctype-image .image-links li,
.ctype-textpic .image-links li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.image-links a.zoom-link
{
	padding-left: 16px;
	background-image: url('/fileadmin/templates/images/magnifier.gif');
	background-repeat: no-repeat;
	background-position: top left
}
#content-extra .ctype-image .image-text,
#content-extra .ctype-textpic .image-text {
	font-size: 0.9em;
}
#content-extra .ctype-textpic .image {
	float: none !important;
	margin: 0 !important;
}
#content-extra .ctype-textpic .text {
	margin: 0;
	padding: 0.2em 12px 1px 12px;
}

/* image */
/*#content-main .ctype-image .image-text {
	color: #000000;
	background-color: transparent;
}*/
#content-main .cframe-default .ctype-image {
	padding-bottom: 12px;
}
#content-main .cframe-alt .ctype-image,
#content-main .cframe-highlight .ctype-image,
#content-main .cframe-top .ctype-image,
#content-main .cframe-top2 .ctype-image,
#content-main .cframe-top3 .ctype-image {
	padding-bottom: 0px;
}

/* uploads */
.ctype-uploads li {
	padding-bottom: 0.5em;
}
.ctype-uploads .layout-2 {
	margin: 0;
	padding: 0;
	padding-left: 20px;
}
.ctype-uploads .layout-2 li {
	padding-left: 20px;
	padding-bottom: 0.7em;
	list-style-type: none;
	background-image: url('/typo3/gfx/fileicons/default.gif');
	background-repeat: no-repeat;
}
.file-description {
	display: block;
	margin-left: 20px;
}

#content-extra .ctype-uploads ul {
	margin: 0;
	padding-top: 0.5em;
	padding-left: 12px;
	padding-right: 12px;
}


/* menu */
.ctype-menu .nav-menu-sitemap li {
	list-style-type: none;
}
.ctype-menu .nav-menu-sitemap a {
/*	color: #287300;*/
	text-decoration: none;
}
.ctype-menu .nav-menu-sitemap a:hover {
/*	color: #287300;*/
	text-decoration: underline;
}
.ctype-menu .nav-menu-sitemap ul.level1 {
	font-weight: bold;
}

.ctype-menu .nav-menu-sitemap ul.level1 a { font-size: 1.1em }
.ctype-menu .nav-menu-sitemap ul.level2 a { font-size: 1.0em }
.ctype-menu .nav-menu-sitemap ul.level3 a { font-size: 0.8em }

.ctype-menu .nav-menu-sitemap ul.level2 {
	margin-bottom: 1em;
	font-weight: normal;
}
.ctype-menu .nav-menu-sitemap ul.level3 {
	margin-bottom: 1.0em
}

#content-extra .cframe-default .ctype-menu .nav-menu-list ul,
#content-extra .cframe-default .ctype-menu .nav-menu-subpages ul,
#content-extra .cframe-default .ctype-menu .nav-menu-sitemap ul,
#content-extra .cframe-default .ctype-menu .nav-menu-sectionindex ul,
#content-extra .cframe-default .ctype-menu .nav-menu-subpages-abstract ul,
#content-extra .cframe-default .ctype-menu .nav-menu-updated ul,
#content-extra .cframe-default .ctype-menu .nav-menu-related ul {
	margin: 0;
	padding-top: 0.3em;
	padding-bottom: 0.6em;
}

/* Flexible Content Elements */
#content-main .fce-2col .col-left {
	float: left;
	width: 180px;
}
#content-main .fce-2col .col-right {
	/*margin-left: 155px;*/
	margin-left: 190px;
}
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html #content-main .fce-2col .col-left {
	margin-right: 7px;
}
* html #content-main .fce-2col .col-right {
	height: 1%;
	margin-left: 0px;
}
/* End hide from IE5/mac */

#content-main .fce-3col .col-left {
	float: left;
	width: 156px;
/*	margin-right: 5px;*/
}
#content-main .fce-3col .col-middle {
	float: left;
	width: 156px;
	margin-left: 11px;
}
#content-main .fce-3col .col-right {
	margin-left: 334px;
	width: 156px
}
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html #content-main .fce-3col .col-middle {
	margin-right: 8px;
}
* html #content-main .fce-3col .col-right {
	height: 1%;
	margin-left: 0px;
}
/* End hide from IE5/mac */



/**
 * tt_news
 */
.container-news-latest {
	text-align: left;
}
.news-latest-item {
	margin-top: 0.6em;
	padding-top: 0.4em;
	padding-bottom: 0;
	padding-right: 20px;
}
.news-latest-item h3 {
	display: run-in;
	font-size: 1em;
	margin-top: 0;
	margin-bottom: 0.2em;
}
.news-latest-item h3 a {
	text-decoration: none;
}
.news-latest-morelink {
	text-align: right;
	margin-top: -1em;
}


.container-news-list {
}
.news-list-item {
	margin-top: 0.6em;
	padding-top: 0.4em;
	padding-bottom: 0;
	padding-right: 20px;
}
.news-list-item h3 {
	margin-top: 0;
	margin-bottom: 0.5em;
}
.news-list-item h3 a {
	text-decoration: none;
}
.news-list-date {
	font-size: 0.8em;
	margin: 0;
	padding: 0;
}
.news-list-image {
	float: left;
	margin-right: 10px;
}
.news-list-morelink {
	text-align: right;
	clear: both;
	margin-top: -1em;
}


.container-news-single {
}
.news-single-item {
	margin-top: 0.6em;
	padding-top: 0.4em;
	padding-bottom: 0;
	padding-right: 20px;
}
.news-single-item h2 {
	margin-top: 0;
	margin-bottom: 0.1em;
}
.news-single-subheader {
	font-size: 1em;
	margin-top: 0.5em;
	margin-bottom: 1.5em;
}
.news-single-date {
	font-size: 0.8em;
	margin: 0;
	padding: 0;
}
.news-single-related-date {
/*	font-size: 0.8em;*/
}
.news-single-image {
	float: left;
	margin-right: 10px;
}
.news-single-backlink {
	text-align: right;
	clear: both;
}
.news-single-imagecaption {
	font-size: 0.8em;
	text-align: center;
}


/**
 * Preisrechner
 */
.tx-pospricecalc-calculator .pricetable {
	width: 100%;
	margin: 0.5em 0;
	border-top: 2px solid #EAF2CE;
	border-bottom: 2px solid #EAF2CE;
	border-collapse: collapse;
	border-spacing: 0;
}
.tx-pospricecalc-calculator .pricetable .header {
	color: #FFFFFF;
	background-color: #547542;
}
.tx-pospricecalc-calculator .pricetable .category,
.tx-pospricecalc-calculator .pricetable .footer {
	font-weight: bold;
	background-color: #A2CC5F;
}
.tx-pospricecalc-calculator .pricetable .header td,
.tx-pospricecalc-calculator .pricetable .header th,
.tx-pospricecalc-calculator .pricetable .footer td,
.tx-pospricecalc-calculator .pricetable .footer th,
.tx-pospricecalc-calculator .pricetable .category td,
.tx-pospricecalc-calculator .pricetable .category th {
	border: 2px solid #EAF2CE;
	padding: 0.2em 0.5em;
}
.tx-pospricecalc-calculator .pricetable .element td,
.tx-pospricecalc-calculator .pricetable .element th {
	border-left: 2px solid #EAF2CE;
	border-right: 2px solid #EAF2CE;
	padding: 0.2em 1em 0.2em 2em;
}

.tx-pospricecalc-calculator .form-buttons {
	text-align: center;
	margin: 0.5em 0;
}
.tx-pospricecalc-calculator .form-buttons .button {
	margin: 0 2em;
}

.tx-pospricecalc-calculator .error-header,
.tx-pospricecalc-calculator .error-list {
	color: #FF0000;
}


/**
 * Mailform Plus
 */
.mailform-label-input {
	margin: 0.2em 0;
	clear: left;
}
.mailform-label {
	float: left;
	width: 150px;
}
.booking-data .mailform-label {
	float: left;
	width: 200px;
}
.mailform-infotext {
	text-align: center;
}
.mailform-buttons {
	text-align: center;
	margin-bottom: 1em;
}

.contact-data .input,
.contact-data textarea {
	width: 250px;
}

fieldset {
	margin-top: 1em;
	margin-bottom: 1em;
	border: 1px solid #000000;
	padding-left: 20px;
}
legend {
	font-size: 1.1em;
	font-weight: bold;
	margin-left: -15px;
}
select, option, input.input, textarea
{
	font-size: 1.0em;
	font-family: Arial, sans-serif;
	background-color: white;
	border: 1px solid #000000;
}
select[disabled], option[disabled], input[disabled], textarea[disabled] {
	color: #000000;
}

input.button
{
	border: #547542 1px solid;
	color: #547542;
	background-color: #FFFFFF;
	font-weight: normal;
}

/**
 * Verstecken von Inhalten bei aktivem CSS
 */
.invisible, .navposition, dfn {
	position: absolute;
	left: -1000px;
	top: -1000px;
	width: 0px;
	height: 0px;
	overflow: hidden;
	display: inline;
}



div.clear {
	clear: both;
	width: 0;
	height: 0;
	line-height: 0;
	margin: 0;
	padding: 0;
}

