@font-face {
	font-family: 'HermesThin';
	src: url('hermes-thin-webfont.eot');
	src: local('☺'), url('hermes-thin-webfont.woff') format('woff'), url('hermes-thin-webfont.ttf') format('truetype'), url('hermes-thin-webfont.svg#webfontKVH03SBU') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'HermesRegular';
	src: url('hermes-regular-webfont.eot');
	src: local('☺'), url('hermes-regular-webfont.woff') format('woff'), url('hermes-regular-webfont.ttf') format('truetype'), url('hermes-regular-webfont.svg#webfont5NakwFXR') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
	font-family: Trebuchet MS, Lucida Sans, Geneva, Arial, sans-serif;
	font-size: 13px;
	line-height: 22px;
	color: #593431;
	background-color: #f1cc62;
}

img {
	/* behavior: url("/_img/pngbehavior.htc") ;*/
	border: none;
}

input,
textarea {
	padding: 1px 3px 1px 3px;
	color: #593431;
	font-family: Trebuchet MS, Lucida Sans, Geneva, Arial, sans-serif;
	font-size: 11px;
	line-height: 13px;
	border-width: 1px;
}

a,
a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #593431;
}

a:hover {
	text-decoration: none;
	color: #dd4909;
}

p {
	margin: 0 0 11px 0;
}

p img {
	margin: 0 0 1px 0;
	vertical-align: middle;
}

p img.icon {
	
}

h1 {
	margin: 22px 0 22px 0;
	color: #dd4909;
	line-height: 25px;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
}

h2 {
	margin: 22px 0 11px 0;
	color: #dd4909;
	line-height: 20px;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
}

h3 {
	margin: 11px 0 0 0;
	line-height: 22px;
	font-size: 13px;
	font-weight: normal;
}

h1.first,
h2.first,
h3.first {
	margin-top: 0;
}


div#frame {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -480px;
	margin-top: -280px;
	width: 960px;
	height: 560px;
	background-image: url(../_img/background.png);
	background-repeat: no-repeat;
	background-position: 0 20px;
}

/* @group links */

div#frame div#links {
	z-index: 1;
	position: relative;
	height: 20px;
}

div#frame div#links div.tabmenu {
	float: right;
	padding-right: 20px;
	line-height: 20px;
}

div#frame div#links div.tabmenu div.tab {
	float: left;
	margin-left: 5px;
	padding-left: 5px;
	background-image: url(../_img/tabmenu/tab-leftBorder.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

div#frame div#links div.tabmenu div.tab div {
	padding-right: 5px;
	background-image: url(../_img/tabmenu/tab-rightBorder.png);
	background-repeat: no-repeat;
	background-position: right 0;
}

div#frame div#links div.tabmenu div.tab div div {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 1px;
	background-image: url(../_img/tabmenu/tab-background.png);
	background-repeat: repeat-x;
	background-position: 0 0;
}

div#frame div#links div.tabmenu div.on {
	background-image: url(../_img/tabmenu/tab-leftBorder-on.png);
}

div#frame div#links div.tabmenu div.on div {
	background-image: url(../_img/tabmenu/tab-rightBorder-on.png);
}

div#frame div#links div.tabmenu div.on div div {
	background-image: url(../_img/tabmenu/tab-background-on.png);
}

div#frame div#links div.tabmenu div.tab a {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #dd4909;
	color: #ffffff;
}

div#frame div#links div.tabmenu div.on a {
	color: #dd4909;
}

div#frame div#links div.page {
	z-index: 10;
	position: absolute;
	left: 490px;
	top: 30px;
	width: 460px;
	height: 530px;
	background-color: #ffffff;
}

div#frame div#links div.page div.text {
	padding: 10px;
}



/* @end */

/* @group navigation */

div#frame div#navigation {
	position: relative;
	float: left;
	width: 480px;
	height: 540px;
}

div#frame div#navigation div#illustration {
	margin: 10px 0 10px 10px;
}

div#frame div#navigation div#menu {
	z-index: 10;
	position: absolute;
	top: 0;
	left: 0;
	margin: 314px 0 0 230px;
}

div#frame div#navigation div#menu img {
	display: block;
	margin-bottom: 5px;
}



/* @end */

/* @group content */

div#frame div#content {
	float: left;
	width: 460px;
	height: 520px;
	padding: 10px;
}

div#frame div#content div.text {
	float: left;
	width: 450px;
	height: 500px;
	overflow: auto;
	overflow-y: auto;
	overflow-x: hidden;
	padding: 10px 10px 10px 0;
}

div#frame div#content div.text p.photocredit {
	padding-top: 11px;
	border-top: 1px solid #593431;
}

div#frame div#content div.text p.download img {
	margin: 0 10px 10px 0;
	vertical-align: bottom;
}

body.admin div#frame div#content {
	width: 940px;
	height: 520px;
}

body.admin div#frame div#content div.text {
	width: 940px;
	height: 500px;
}


/* @end */

/* @group tourplan */

table.tourplan {
	width: 100%;	
}

table.tourplan td {
	padding: 3px 10px 3px 0;
	line-height: 18px;
	vertical-align: top;
	font-size: 13px;
	text-align: left;
	border-bottom: 1px solid #c4c5bf;
	empty-cells: show;
}

table.tourplan thead td {
	vertical-align: bottom;
	font-weight: bold;
}

table.tourplan td.first {
	text-align: right;
	white-space: nowrap;
}

table.tourplan td.second {
	
}

table.tourplan td.third {
	
}

table.tourplan td.fourth {
	
}

table.tourplan td.fifth {
	text-align: right;
	white-space: nowrap;
}

table.tourplan img {
	margin: 0 0 0 5px;
}

table.tourplan span.weekday {

}

table.tourplan span.date {
	
}

table.tourplan span.time {
	
}

table.tourplan span.city,
table.tourplan span.city input {
	
}

table.tourplan span.location {
	
}

table.tourplan span.booking {
	
}

table.tourplan span.show {
	
}

table.tourplan ul.operations {
	float: right;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

table.tourplan ul.operations li {
	float: left;
	margin: 0 0 0 10px;
	padding: 0;
}



/* @end */
