﻿@CHARSET "UTF-8";
/* Importiere die RTE Klassen */
@import url(rte.css);
/**
 * grün std: c6d236
 * grün dkl: a8b430
 * grün hel: d7e073
 * kleckse
 *  blau: 1b77c2
 *  pink: e33f82
 *  lila: 9f63a7
 *  türkis: 26aeba
 * highlight
 *  orange: f8a900
 *  orange2: d73517
 *  rot: e00026
 * bg
 *  gelb: fee432
 *  grün: adafb2
 *
 */
body {
	background: #c0c0c0;
	color: #484848;
	font: 12px Arial, Helvetica, SunSans-Regular, Verdana, Sans-Serif;
}


/* Damit die Vorschau im RTE und das Ergebnis etwas übereinstimmen */ 
p.bodytext, p.indent, p.bg_gelb {
	margin-top: 10px;	
}


/* Überschriften auf den Hauptseiten */
.haupt_header h1 {
	color: #2270bc;
	text-transform: uppercase;
}


/*
 * Top Navigations Menu
 */
div#navi_top ul {
	list-style: none;
	text-align: center;
}

.menu_top-level1-no {
	display: inline;
	margin-right: 30px;
}
/* E N D  Top Navigations Menu  */


/*
 * Top Rechts Navigations Menu
 */
div#top_rechts ul {
	list-style: none;
	margin-left: 30px;
	padding-top: 4px;
	line-height: 20px;
}

.menu_top_rechts-level1-no {
/*	display: inline;*/
	margin-right: 20px;
}

.menu_top_rechts-level1-act {
	display: inline;
	margin-right: 20px;
}

div#top_rechts a {
	font-style: normal;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
}
/* Spezifizitt für ID ist grösser als class, daher color hier definieren */
.menu_top_rechts-level1-no a {
	color: #a8b430;
	font-weight: bold;
}
.menu_top_rechts-level1-no a:hover {
	color: black;
}
/* Wird sonst immer von ID Spezifizitt überschrieben */
.menu_top_rechts-level1-act a {
        color: black;
}
/* E N D  Top Rechts Navigation */


/*
 * Linkes Navigations Menu
 */
div#navi_links ul {
	list-style: none;
	line-height: 30px;
}

/* Generelle Styleeinstellungen für die Links */
div#navi_links a {
	font-style: normal;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
}
/* Spezifizität für ID ist grösser als class, daher color hier definieren */
.menu_links-level1-no a {
	color: white;
}
.menu_links-level1-no a:hover {
	color: black;
}
/* Wird sonst immer von ID Spezifizität überschrieben */
.menu_links-level1-act a {
        color: black;
}
/* E N D  Linkes Navigations Menu */


/*
 * Suchbox
 */
div#searchbox input {
	background-color: #d7e073;
	border: 1px solid #a8e073;
}
.searchbox-sword {
	margin-bottom: 6px;
	height: 20px;
}
/* E N D   Suchbox */


/*
 * Partnerbanner
 */
div#partnerbox h1 {
	color: white;
	font-size: 12px;
	text-transform: uppercase;
	margin: 0 0 15px 5px;
}
div#partnerbox img {
	margin: 7px 0 0 0;
}
/* E N D  Partnerbanner */


/*
 * Museen Auswahl Menu
 */
div#navi_museen ul {
	list-style: none;
	line-height: 1.5em;
}
div#navi_museen li {
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.menu_museen-act {
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 26px;
}
.menu_museen-no {
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 26px;
}

/* Generelle Styleeinstellungen für die Links */
div#navi_museen a {
	font-style: normal;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: normal;
}
/* Spezifizitt für ID ist grösser als class, daher color hier definieren */
.menu_museen-no a {
	color: black;
}
.menu_museen-no a:hover {
	color: white;
}
/* Wird sonst immer von ID Spezifizitt berschrieben */
.menu_museen-act a {
	color: white;
	font-weight: bold;
}
/* E N D   Museen Auswahl Menu */


/**
 * Haupt Inhaltsbereich
 */
/* Links im Haupt Inhaltsbereich richtig formatieren */
div#content_wrapper a {
	color: #A8B430;
	text-decoration: none;
}
div#content_wrapper a:hover {
	text-decoration: underline;
}

/*
 * Museums Navigations Menu
 */
div#navi_museum ul {
	list-style: none;
	padding-top: 5px;
	text-align: center;
}
.menu_museum-level1-no, .menu_museum-level1-act {
	display: inline;
	padding-left: 20px;
}
div#navi_museum a {
	font-style: normal;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
}
div#navi_museum a:hover {
	text-decoration: none;
}
div#navi_museum .menu_museum-level1-no a {
	color: #000000;
}
div#navi_museum .menu_museum-level1-no a:hover {
	color: #bdd30a;
}
div#navi_museum .menu_museum-level1-act a {
	color: #bdd30a;
}

/* Museums Legende */
div#museen_legende {
	text-transform: uppercase;
	font-size: 11px;
	color: #000000;
}


/*
 * Flexible Content Elements
 */

/* Museumsname als Überschrift */
div#museum_header h1 {
	text-transform: uppercase;
	font-size: 16px; 
}
div#museum_header h2 {
	text-transform: uppercase;
	font-size: 16px; 
	color: #2270bc;
}

/* Klasse für kleine Boxen mit nur einem Textlink drinnen */
.linkbox {
	background-color: #c6d236;
	border: 1px solid #a8e043;
	padding: 5px;
}

/*
 * Museums Übersichtsseite
 */
div#museum_text p.bodytext {
	padding-right: 10px;
}
/* TIPP Klecks Überschrift */
div#museum_tipp h1 {
	font-size: 11px;
	color: white;
}
/* Text Feld im TIPP Klecks */
div#tipp_text {
	font-size: 9px;
	line-height: 1em;
	text-align: left;
	color: white;
}

/* Vor und Zurück Navigation für Museen */
div#museum_nextback ul {
	list-style: none;
}
.nextback-no {
	display: inline;
	margin-right: 20px;	
}
div#museum_nextback a {
	color: white;
	text-decoration: none;
}
div#museum_nextback a:hover {
	color: black;
}
/* Bildergalerie für Museen */
div#museum_gallerylink a {
	color: white;
	text-decoration: none;
}
div#museum_gallerylink a:hover {
	color: black;
}
/* Kontaktbox */
div#museum_kontakt h2 {
	font-size: 12px;
	color: #2270bc;
	text-transform: uppercase;
}
.kontakt_partner {
	margin: 10px 0;
	line-height: 1.5em;
}
.kontakt_contact {
	line-height: 1.5em;
}
.contact-tel {
	font-size: 11px;
}
div#museum_kontakt a {
	font-size: 11px;
	color: black;
}
/* E N D   Museums Übersichtsseite */



/* Ausflugtipps */
div#ausflugtipps_content .ausflugtipp-item {
	overflow: hidden;
	margin-top: 15px;
	width: 100%;
}
div#ausflugtipps_content h2 {
	font-size: 14px; 
	color: #000000;
}
div#ausflugtipps_content img {
	float: right;
	margin-left: 5px;
}
.ausflugtipp-link a {
	font-size: 11px;
}
/* E N D   Ausflugtipps */



/**
 * Presse
 */
/* Überschriften in der Presse Rubrik */
#presse_wrapper .csc-firstHeader {
	font-size: 14px;
	margin-bottom: 7px;
	text-transform: none;
}
/* E N D   Presse */


/*
 * Kalender
 * @todo aufräumen, vor allem die link styles
 */
.tx-cal-controller a {
	color: #bdd30a;
	text-decoration: none;
}
.tx-cal-controller a:hover {
	text-decoration: underline;
}
.tx-cal-controller dt img {
	float: left;
	clear: both;
	margin-right: 10px;
}
/* Titel, Kategorie und Datum */
.tx-cal-controller dt {
	margin: 10px 0 0 0;
	padding: 5px 5px 0 5px;
}
.tx-cal-controller dt.even {
	clear: both;
	margin: 10px 0 0 0;
	background-color: #f9ffe5;	/* #d7e073 */
	padding: 5px 5px 0 5px;
}
/* Text */
.tx-cal-controller dd {
	margin: 0 0 0 0;
	padding: 0 5px 5px 5px;
}
.tx-cal-controller dd.even {
	margin: 0 0 0 0;
	background-color: #f9ffe5;	/* #d7e073 */
	padding: 0 5px 5px 5px;
}
/* Seiten Browser für Unterseiten */
.tx-cal-controller .pagebrowser {
	padding: 15px 0 5px 0;
}
.tx-cal-controller .pagebrowser a {
	color: #bdd30a;
}
/* Überschrift */
.tx-cal-controller .event_title a {
	font-size: 14px;
	font-weight: bold;
}
/* Kategorien */
.tx-cal-controller .event_kategorie a {
	font-size: 11px;
	color: black;
	background-color: transparent;
}
/* Datumszeile */
.tx-cal-controller .event_zeit {
	padding-bottom: 8px;
}

.tx-cal-controller #calendar-event-backlink {
	margin-top: 15px;
}
div#calendar-event h1 {
	font-size: 14px;
	color: #2270bc;
	margin-bottom: 15px;
}

/* E N D   Kalender */



/*
 * Indexed Search
 */
.tx-indexedsearch-title {
	font-size: 14px;
}
.tx-indexedsearch-percent {
	font-size: 13px;
}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr {
	font-size: 13px;
}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info {
	background: #eeeeee;
	font-size: 12px;
}
/* E N D   Indexed Search */


/*
 * Freier Inhaltsbereich für die Hauptseiten
 */
.haupt_header h1 {
	font-size: 20px;
}
.haupt_header h2 {
	font-size: 16px;
	color: #2270bc;
	margin-bottom: 10px;
}


/*
 * Karte
 */
div#karte {
	position: relative;
	top: 0px;
	left: 2px;
	width: 605px;
	height: 844px;
	background-image: url(../images/karte.gif);
	background-repeat: no-repeat;
}

div#karte div#map01 {
	position: absolute;
	top: 78px;
	left: 30px;
}
div#karte div#map02 {
	position: absolute;
	top: 200px;
	left: 210px;
}
div#karte div#map03 {
	position: absolute;
	top: 280px;
	left: 360px;
}
div#karte div#map04 {
	position: absolute;
	top: 390px;
	left: 360px;
}
div#karte div#map05 {
	position: absolute;
	top: 415px;
	left: 405px;
}
div#karte div#map06 {
	position: absolute;
	top: 460px;
	left: 440px;
}
div#karte div#map07 {
	position: absolute;
	top: 515px;
	left: 395px;
}
div#karte div#map08 {
	position: absolute;
	top: 540px;
	left: 550px;
}
div#karte div#map09 {
	position: absolute;
	top: 555px;
	left: 455px;
}
div#karte div#map10 {
	position: absolute;
	top: 580px;
	left: 550px;
}
div#karte div#map11 {
	position: absolute;
	top: 575px;
	left: 360px;
}
div#karte div#map12 {
	position: absolute;
	top: 605px;
	left: 365px;
}
div#karte div#map13 {
	position: absolute;
	top: 660px;
	left: 350px;
}
div#karte div#map14 {
	position: absolute;
	top: 720px;
	left: 415px;
}
div#karte div#map15 {
	position: absolute;
	top: 735px;
	left: 430px;
}
div#karte div#map16 {
	position: absolute;
	top: 750px;
	left: 445px;
}
div#karte div#map17 {
	position: absolute;
	top: 755px;
	left: 310px;
}
div#karte div#map18 {
	position: absolute;
	top: 795px;
	left: 260px;
}

div#karte img {
	padding-right: 5px;
	padding-bottom: 0px;
}
div#karte .tooltip {
	width: 50px;	/* @todo begrenzt groesse */
	font-size: 10px;
}
div#karte .tooltip div {
	display: none;
	z-index: 250;	
}
/*
 * Definiere die ToolTip-divs
 */
div#karte .tooltip:hover div {
	display: block;
	position: absolute;
	top: -220px;
	left: -140px;
	width: 200px;
	z-index: 250;
	color: black;
	text-align: left;
	border: 1px solid #bdd30a;
	background-color: #F9FFE5;
	padding-bottom: 0px;
}
/*
 * Verhindere Link Unterstriche in den ToolTip-divs
 * @bugfix
 * @affected	IE 7
 * @css-for		all browsers
 * @valid		yes
 */
div#karte .tooltip a {
	text-decoration: none;
}

div#karte div#map01.tooltip:hover div {
	top: 30px;
	left: 20px;
}
div#karte div#map02.tooltip:hover div {
	top: 30px;
	left: -80px;	
}
div#karte div#map08.tooltip:hover div, div#karte div#map10.tooltip:hover div {
	top: -220px;
	left: -180px;
}
/* Museumsname sonst schlecht umgebrochen */
div#karte div#map07.tooltip:hover div {
	width: 210px;
}

/* Karten Tooltips */
.tt_kleks {
	float: left;
	background-repeat: no-repeat;
	height: 150px;
	width: 30px;
	margin-left: 3px;
}
div#karte h1 {
	text-transform: uppercase;
	font-size: 12px;
}
div#karte h2 {
	text-transform: uppercase;
	font-size: 11px;
	color: #2270bc;
	margin-bottom: 7px;
}

/* Formulare */

.indent#mailform fieldset {
	padding: 15px;
}

.csc-header h1{
	font-size: 16px;
	color: #2270bc;
	text-transform: uppercase;
}
#mailform label {
	display: block;
	float: left;
	margin-bottom: 7px;
	text-align: right;
	width: 150px;
	padding-right: 15px;
	padding-top: 3px;
}
#mailform input, select, textarea {
	border: 1px solid #bdd30a;
}
#mailform .csc-mailform-field {
	clear: left;
}
#mailform .csc-mailform-submit {
	margin-left: 155px;
	margin-top: 25px;
}

#prospekt_bestell #mailform td label {
	width: 350px;
}

/* @todo Suchergebnisse nicht anzeigen */
.found {
	display: none;
}


/* @todo platzieren.... tipp klecks */
div#tipp_text p {
	margin: 0;
	padding: 0;
}



/* Prospektbestellung
 * @todo entfernen wenn auf formhandler umgestellt
 */
div#prospekt_bestell table {
	margin-bottom: 5px;
}
div#prospekt_bestell table label {
	text-align: left;
}
div#prospekt_bestell table td {
	padding: 0;
	margin: 0;
	line-height: 1em;
}
div#prospekt_bestell .csc-mailform-field label {
	margin-bottom: 2px;
}
div#prospekt_bestell .csc-mailform-submit {
	margin-top: 15px;
}



/* Ajax Search Autocompletion */
input.tx-indexedsearch-searchbox-sword {
	float: left;
}
div.tx-indexedsearch-clear-left {
	clear: left;
}
div.autocompleter-loading {
	position: absolute;
	top: 24px;
	clear: right;
	background: #fff url(../images/spinner.gif) no-repeat center;
	width: 20px;
	height: 18px;
}
.autocompleter-loading2 {
	background: transparent url(../images/spinner.gif) no-repeat right;
}
ul.autocompleter-choices {
	position: absolute;
	margin: -20px 0 0 200px;
	padding: 0;
	list-style: none;
	border: 1px solid #eee;
	background-color: white;
	border-right-color: #ddd;
	border-bottom-color: #ddd;
	text-align: left;
	z-index: 500;
}
ul.autocompleter-choices li {
	position: relative;
	padding: 0.1em 1.5em 0.1em 1em;
	cursor: pointer;
	font-weight: normal;
	font-size 1em;
}
ul.autocompleter-choices li.autocompleter-selected {
	background-color: #444;
	color: #fff;
}
ul.autocompleter-choices span.autocompleter-queried {
	font-weight: bold;
}
ul.autocompleter-choices li.autocompleter-selected span.autocompleter-queried {
	color: #9FCFFF;
}



/* Kalender Suchformular */
.tx-cal-controller fieldset {
	position: relative;
}
.tx-cal-controller label {
	width: 78px;
}
.tx-cal-controller input, .tx-cal-controller select {
	border: 1px solid #A8B430;
	margin-bottom: 2px;
}
/* Suchbutton kein Rahmen */
.tx-cal-controller input.calsuchbtn {
	border: 0;
	position: absolute;
	left: 270px;
	bottom: 1px;
}

/* Tabelle auf der Impressumsseite */
table#impressum_gestaltung td {
	vertical-align: top;
}

.csc-mailform-check {
	margin-top: 5px;
}

/* Ein von Hand eingetragene ID in nd_antispam/class.ux_tslib_cObj.php */
input#capResp {
	vertical-align: top;
	margin-top: 4px;
	width: 50px;
}
img.capimg {
	margin-left: 5px;
}

/* Geburtstagsboxen Bestellformular */
#form_geburtstagsbox .error {color:#e00026}
#form_geburtstagsbox legend {font-weight:bold}

