body {
	margin: 0;
	padding: 0;
	color: #ffffff;
	font-size: 14px;
	line-height: 20px;
	font-family: Arial, sans-serif;
	background: #09030b url(/_img/background.png) repeat-x fixed center 0;
}

img {
	border: none;
}

a {
	color: #ffffff;
}

p {
	
}

select {
	font-size: 12px;
	border-width: 1px;
}

div.frame {
	position: absolute;
	left: 50%;
	margin-left: -374px;
	margin-top: 70px;
	width: 748px;
	height: 480px;
	background: url(/_img/frame/background.png) no-repeat;
}

/* @group menus */

div.menus {
	
}

/* @group logo */

div.frame div.logo {
	position: absolute;
	overflow: hidden;
	width: 180px;
	height: 91px;
	top: -30px;
	left: -76px;
	text-indent: -200px;
	background: url(/_img/logo.png) no-repeat;
}

/* @end */

/* @group mainMenu */

div.frame div.mainMenu {
	position: absolute;
	width: 512px;
	top: -40px;
	left: 50%;
	padding: 0;
	/*margin-left: -256px; zentriert */
	margin-left: -206px;
}

div.mainMenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

div.mainMenu li {
	float: left;
	display: inline;
	padding: 0;
	margin: 0 4px 0 4px;
	background: url(/_img/mainMenu/tab-normal.png) no-repeat;
}

div.mainMenu li.first-child {
	
}

div.mainMenu li:hover {
	background-image: url(/_img/mainMenu/tab-hover.png);
}

div.mainMenu a {
	float: left;
	overflow: hidden;
	width: 120px;
	height: 32px;
	text-indent: -130px;
	background-repeat: no-repeat;
}

div.mainMenu li.selected {
	background: url(/_img/mainMenu/tab-selected.png) no-repeat;
}

div.mainMenu li.start a {
	background-image: url(/_img/mainMenu/start.png);	
}

div.mainMenu li.start.selected a.start {
	background-image: url(/_img/mainMenu/start-selected.png);
}

div.mainMenu li.kuenstler a {
	background-image: url(/_img/mainMenu/kuenstler.png);	
}

div.mainMenu li.kuenstler.selected a.kuenstler {
	background-image: url(/_img/mainMenu/kuenstler-selected.png);	
}

div.mainMenu li.download a {
	background-image: url(/_img/mainMenu/download.png);	
}

div.mainMenu li.download.selected a.download {
	background-image: url(/_img/mainMenu/download-selected.png);	
}

div.mainMenu li.tourplan a {
	background-image: url(/_img/mainMenu/tourplan.png);	
}

div.mainMenu li.tourplan.selected a.tourplan {
	background-image: url(/_img/mainMenu/tourplan-selected.png);	
}


/* @end */

/* @group subMenu */

div.frame div.subMenu {
	position: absolute;
	width: 550px;
	top: 25px;
	left: 172px;
	color: #ebad93;
	letter-spacing: 0.1em;
}

div.subMenu ul {
	display: inline;
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-left: 1px solid #ebad93;
}

div.subMenu li {
	display: inline;
	cursor: pointer;
	padding: 0 10px 0 10px;
	border-right: 1px solid #ebad93;
}

div.subMenu li.selected {
	cursor: text;
}

div.subMenu a {
	display: inline-block;
	margin-bottom: 1px;
	padding: 0 0 2px 0;
	line-height: 18px;
	color: #ebad93;
	text-decoration: none;
}

div.subMenu a:hover {
	margin-bottom: 0;
	border-bottom: 1px solid #ebad93;
}

div.subMenu li.selected a {
	color: #ffffff;
}

div.subMenu li.selected a:hover {
	border-bottom: none;
}

/* @end */



/* @end */

/* @group content */

div.frame div.content {
	padding: 80px 15px 15px 15px;
	height: 360px;
}

/* @group illustration */

div.content div.illustration {
	float: left;
	width: 307px;
}



/* @end */

/* @group text */

div.content div.text {
	float: left;
	display: inline;
	overflow-x: hidden;
	overflow-y: auto;
	width: 357px;
	height: 367px;
	margin: 0 0 18px 27px;
	padding: 0 27px 0 0;
}

div.text h1 {
	margin: 27px 0 9px 0;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	text-transform: uppercase;
}

div.text h1.first-child {
	margin-top: 0;
}

div.text h2 {
	margin: 9px 0 0 0;
	font-size: 14px;
	line-height: 20px;
}

div.text p {
	margin: 0 0 9px 0;
}

div.text img {
	
}

div.text ul {
	margin: 0 0 0 16px;
	padding: 0 0 0 0;
	text-indent: 0;
	list-style-type: square;
	list-style-position: outside;
}

div.text.presse img {
	margin: 0 9px 9px 0;
}

img.audio,
img.video {
	margin-right: 5px;
}



/* @end */

/* @group tourplan */

div.content div.text.tourplan {
	width: 682px;
	margin-right: 18px;
	margin-left: 18px;
	padding: 0;
}

div.tourplan table {
	
}

div.tourplan td,
div.tourplan th {
	padding: 4px 0 4px 9px;
	vertical-align: top;
	line-height: 20px;
	border-top: 1px solid #ffffff;
}

div.tourplan th {
	text-align: left;
	font-weight: normal;
	border-top: none;
}

div.tourplan td.first-child {
	padding-left: 0;
}

div.tourplan td.last-child {
	padding-right: 4px;
}

div.tourplan span.city {
	font-weight: bold;
}


/* @end */

/* @end */

/* @group contact */

div.frame div.contact {
	position: absolute;
	bottom: -26px;
	right: 0;
	margin-right: 15px;
	text-transform: uppercase;
	font-size: 12px;
}

div.contact a {
	text-decoration: none;
}

div.contact a:hover {
	text-decoration: underline;
}

div.contact a.selected {
	text-decoration: underline;
}

/* @end */