@import url(typo3.css);

html {
	height: 100%;
	min-height: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, sans-serif;
	height: 100%;
	min-height: 100%;
	font-size: 0.9em;
	color: #333;
	text-align: center;
	background-color: #ebfddc;
}


/*
L A Y O U T
*/

div#container {
	width: 860px;
	margin: 0px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	height: auto;
	background-color: #fff;
	background-image: url(../../images/bg_container.gif);
	background-repeat: repeat-y;
	background-position: left;
}

div#header {
	margin: 0px 10px 1px 10px;
  	padding: 0px;
	height: 210px;
	background-color: #fff;
	background-image: url(../../images/bg_header.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

div#subheader {
	margin: 1px 10px 0px 10px;
  	padding: 0px;
	height: 30px;
	color: #fff;
	background-image: url(../../images/bg_topmenu.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
div#topmenu {
	font-size: 13px;
	text-align: center;
}

div#main {
	margin: 0px 10px 0px 10px;
  	padding: 0px;
	background-image: url(../../images/bg_main.gif);
	background-repeat: repeat-y;
	background-position: left;
}

div#leftcol {
	margin: 0px;
  	padding: 0px;
	width: 207px;
	float: left;
	display: inline;
}

div#langselect {
	margin: 0px;
  	padding: 0px;
	height: 25px;
}

div#maincol {
	margin: 0px;
  	padding: 0px;
	width: 632px;
	float: left;
	display: inline;
}

div#content {
	margin: 25px 0px 0px 41px;
  	padding: 0px;
	font-size: 0.9em;
}

div#footer {
	margin: 0px;
  	padding: 0px;
	color: #007631;
	font-size: 11px;
	height: 29px;
	background-image: url(../../images/bg_footer.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.author {
	display: none;
}


/* MENÜS */

div.menu {
	margin: 0px;
	padding: 0px;
}

div.menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

div.menu li {
	list-style: none;
	margin: 0px;
	padding-left: 25px;
	height: 32px;
	line-height: 32px;
	background-image: url(../../images/bg_navi_item.gif);
	background-repeat: repeat-x;
	background-position: left;
}
div.menu li.act {
	font-weight: bold;
}

div.menu li.level2 {
	list-style: none;
	margin: 0px;
	height: 20px;
	line-height: 20px;
	padding-left: 25px;
	background-image: none;
	font-size: 11px;
}
div.menu li.level2act {
	list-style: none;
	margin: 0px;
	height: 20px;
	line-height: 20px;
	padding-left: 25px;
	background-image: none;
	font-size: 11px;
	font-weight: bold;
}

div#topmenu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

div#topmenu li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	height: 30px;
	line-height: 30px;
	float: left;
	display: inline;
	width: 168px;
}
div#topmenu li.act {
	font-weight: bold;
}

/* LINKS */

a:link, a:visited, a:active, a:hover {
	background-color: transparent;
	text-decoration: none;
	color: #f62300;
}

#topmenu a:link, #topmenu a:visited, #topmenu a:active, #topmenu a:hover {
	color: #fff;
}

/* FORMAT */

h1 {
	margin: 0px;
	font-size: 18px;
	margin-bottom: 20px;
	color:  #007200;
	font-family: Times New Roman;
	font-style: italic;
}
h2 {
	margin: 0px;
	font-size: 16px;
	margin-bottom: 15px;
	color:  #545454;
	font-family: Times New Roman;
	font-style: italic;
	border: 0px solid #d8d8d8;
	border-bottom-width: 1px;
}
	div.tourhead h1 {
		margin: 0px;
		padding-left: 40px;
		height: 30px;
		line-height: 30px;
		background-image: url(../../images/bg_head1_box.gif);
		background-repeat: no-repeat;
		background-position: left;
	}
	div.tourhead h2 {
		margin: 0px;
		padding-left: 5px;
		height: 30px;
		line-height: 30px;
		border-width: 0px;
		background-image: url(../../images/bg_head2_box.gif);
		background-repeat: no-repeat;
		background-position: left;
	}


h3, h4, h5 {
	font-size: 1em;
	margin: 0px;
	margin-bottom: 5px;
}

.bodytext, p {
	line-height: 1.4em;
	margin: 0px;
	margin-bottom: 20px;
	padding: 0px;
}

div#content td, div#content th {
	font-size: 12px;
}
.contenttable th, .contenttable td {
	margin: 0px;
	padding: 5px;
}
.contenttable th {
	text-align: left;
	vertical-align: top;
}
.contenttable p {
	margin: 0px;
	padding: 0px;
}



/* FORMS */

input {
	border: 1px solid #ccc;
	margin-bottom: 4px;
	margin-top: 2px;
}
textarea {
	border: 1px solid #ccc;
	margin-bottom: 5px;
	margin-top: 2px;
}
select {
	border: 1px solid #ccc;
	margin-bottom: 5px;
	margin-top: 2px;
}
.submitbutton {
	background-color: #ff6a09;
	color: #fff;
	font-weight: bold;
	border: 1px solid #a63f01;
}

fieldset {
	border-width: 0px;
	margin: 0px;
	padding: 0px;
}

img {
	border: 0px;
	background: none;
}
div#content img {
	/* border: 1px solid #F7941D; */
}
div#content .noImgBorder img {
	border: 0px;
}

.detail {
	color: #007631;
}
.important {
	font-size: 1.3em;
}

/* TOUREN */

div.tourintro, div.tourkeys, div.tourablauf, div.tournotes, div.tourgalerie {
	margin-bottom: 30px;
	padding: 5px;
	border: 1px solid #e7e7e7;
}
div.tourkeys, div.tournotes {
	background-color: #fff7db;
}