/****************************************************************  all  */

html, body, span, a, table, td, th, form, textarea, input, h1, h2, h3, h4, p, ul, ol, li, label, select {
	margin: 0;
	padding: 0;
	font: 11px Georgia, "Times New Roman", Times, serif;
	color: #000;
}

body {
	text-align: center;
}

#main {
	margin: 0 auto;
	text-align: left;
	width: 929px;
}


img {
	border: 0;
}

a, img, input {
	outline: none;
}

/****************************************************************  structure  */

#main #header #oben {
	height: 104px;
	border-left: #bfbfbf 1px solid;
	border-right: #bfbfbf 1px solid;
}

#main #header #oben .links {
	float: left;
	width: 617px;
	height: 104px;
	border-right: #bfbfbf 1px solid;
}

#main #header #oben .rechts {
	font-size: 10px;
	float: left;
	margin: 45px 0 0 38px;
}


#main {
	position: relative;
}

#main #header {
	position: relative;
}

#main #header #unten {
	position: relative;
}

#main #content {
	width: 100%; /* for the benefit of ie6 - der zeigt sonst das hintegrundbild nicht an! */
	margin: 1px 0;
	background: url(img/bg-trennlinie_links_rechts.gif) top right repeat-y;
}

#main #content .links {
	width: 618px;
	float: left;
	background: none;
}

#main #content .wide {
	width: 929px;
	background-color: white;
}

#aktuelles-oben {
	width: 617px;
	height: 17px;
	background: url(img/bg-dots.png) top left;
}

#aktuelles-content {
	margin: 8px 0 8px 33px;
	z-index:-600;
	line-height: 16px;
}

#aktuelles-content p {
    padding-bottom: 0;
}

#aktuelles-unten {
	width: 617px;
	height: 17px;
	background: url(img/bg-dots.png) top left;
}

#content .links #fliesstext, #content .wide .fliesstext {
	padding: 31px 45px 12px 34px;
}

#main #content .rechts, #main #content .rechts-start {
	float: left;
	width: 308px;
	padding: 0 0 8px 1px;
	background: none;
	/* background-color: #CCCCFF; */
}

#main #content .rechts-start {
	padding: 0 0 0 1px;
}

#main #content .rechts img, #main #content .rechts-start img {
	padding: 8px 0 0 9px;
}


#teaser .links {
	width: 310px;
	background: url(img/bg-teaser.gif) top right no-repeat;
	float: left;
}

#teaser .mitte {
	float: left;
	width: 309px;
	background: url(img/bg-teaser.gif) top right no-repeat;
}

#teaser .rechts {
	float: left;
	width: 310px;
}

#teaser .text {
	padding: 32px 25px 0 36px;
}

#teaser p {
    line-height: 18px;
}

#teaser p, #teaser a {
	font-size: 10px;
}

#teaser h3 {
    line-height: 18px;
	font-size: 14px;
	padding: 0 0 7px 0;
}


/****************************************************************  classes  */

.hidden {
	display: none;
}

.special {
	display: none;
}

.float {
    float: left;
}

.clearit {
	clear: both;
}

#main #header #oben #links .abstand {
	height: 65px;
}

#main #header #unten .trennlinie {
	margin: 1px 0 0 0;
	height: 6px;
	font-size: 0px; /* for the benefit of ie6 */
	background: url(img/bg-trennlinie.gif) top left repeat-x;
}

#main #teaser .trennlinie {
	margin: 1px 0 0 0;
	height: 6px;
	font-size: 0px; /* for the benefit of ie6 */
	background: url(img/bg-trennlinie.gif) top left repeat-x;
}

/****************************************************************  typo  */

#main #header #oben .rechts {
	font-size: 10px;
	color: #717171;
}

#main #header #oben .rechts a {
	font-size: 10px;
	color: #717171;
}

#main #header #oben .rechts a:hover {
	text-decoration: none;
}

#aktuelles-content strong {
	color: #e11804;
	font-size: 12px;
	padding: 0 5px 0 0;
}


h1, h2, h3, h4 {
    font-weight: bold;
}

#main #header #oben .links h1 a {
	top: 65px;
	margin-left: 35px;
	margin-top: 65px;
	width: 376px;
	height: 19px;
	text-indent: -10000px;
	display: block;
	text-decoration: none;
	background: url(img/logo.gif) no-repeat left top;
}


/*h2 {
	font-size: 0px;
	line-height: 0px;
	padding: 0 0 28px 0;
	height: 51px;
	text-indent: -10000px;
}

h2.platzhalter {
	background: url(img/headline-platzhalter.png) no-repeat; width: 306px;
}*/

h2 {
    font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	padding: 0 0 20px 0;
}


h3 {
	font-size: 12px;
	line-height: 24px;
	padding: 0 0 12px 0;
}

h4 {
	font-size: 11px;
	line-height: 21px;
	padding: 0 0 7px 0;
}

p {
	line-height: 21px;
	padding: 0 0 15px 0;
}

a {
    color: #dc1704;
}

a:hover {
    color: #dc1704;
}


/****************************************************************  lists  */

#content ul {
	list-style: none;
	list-style-position: outside;
	padding: 0 0 10px 13px;
}

#content ul li {
	padding: 0 0 5px 17px;
	background: url(img/bullet.gif) no-repeat 3px 7px;
	line-height: 18px;
}

#content ol {
	padding: 0 0 10px 30px;
}

#content ol li {
	padding: 0 0 5px 0;
	line-height: 18px;
}

/****************************************************************  forms  */

form {
    padding: 0 0 15px 0;
}

#newsletter form {
	padding: 7px 0 0 0;
}

#newsletter form input.textinput {
	width: 180px;
	height: 17px;
	font-size: 10px;
	color: #717171;
	border: #d4d0c8 1px solid;
	padding: 3px 10px 0 10px;
}


form div {
    margin: 0 0 10px 0;
}

label {
    width: 110px;
	display: block;
	float: left;
	padding: 0 10px 0 0;
}

label.secondary {
    float: none;
	width: auto;
	margin: 10px 0 0 80px;
	padding: 0 0 0 10px;
}

form div.actions {
	margin: 0 0 0 120px;
}

form input.textinput {
	width: 270px;
	padding: 3px;
}

form textarea {
	width: 270px;
	height: 150px;
	padding: 3px;
}

form input.submitbutton {
	width: 279px;
	padding: 3px 0;
}

form select {
	width: 150px;
}

form .submit-img {
	margin: 0 0 0 8px;
    border: 0;
	width: auto;
}

/****************************************************************  tables  */

table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 0 20px 0;
}

th, td {
	padding: 8px;
	vertical-align: top;
	text-align: left;
	border: 1px solid #dfdbd1;
	font-size: 11px;
}

th {
	font-weight: bold;
	text-align: right;
}

td {

}

/****************************************************************  nav  */

/* grafische nav horizontal */

ul#nav-img-horizontal {
	position: relative;
	background: url(img/bg-nav.png) no-repeat;
	width: 929px;
	height: 45px;
	list-style: none;
}

ul#nav-img-horizontal li {
	float: left;
	display: block;
	height: 45px;
}

ul#nav-img-horizontal li a {
	float: left;
	height: 45px;
	display: block;
	text-decoration: none;
	text-indent: -10000px;
}

a#navi1 { background: url(img/nav-maerchenwache.png) no-repeat; width: 156px; }
a#navi2 { background: url(img/nav-schindehuette.png) no-repeat; width: 154px; }
a#navi3 { background: url(img/nav-austellungen.png) no-repeat; width: 154px; }
a#navi4 { background: url(img/nav-grimmskramsladen.png) no-repeat; width: 155px; }
a#navi5 { background: url(img/nav-foerderverein.png) no-repeat; width: 154px; }
a#navi6 { background: url(img/nav-kontakt.png) no-repeat; width: 156px; }

ul#nav-img-horizontal li a:hover, ul#nav-img-horizontal li a.act, ul#nav-img-horizontal li a.actjs {
	background-image: none;
}

/* Text Subnavi */

ul#subnav1,
ul#subnav2,
ul#subnav3,
ul#subnav5 {
	position: absolute;
	top: 40px;
	left: 0;
	background: url(img/bg-subnav-2.gif) left top repeat-x;
	list-style: none;
	width: 155px;
	border-bottom: #bfbfbf 1px solid;
	display: none;
	z-index: 1000;
}
ul#subnav1 { width: 156px; background: url(img/bg-subnav.gif) left top repeat-x; }
ul#subnav2 { left: 155px; }
ul#subnav3 { left: 309px; }
ul#subnav5 { left: 618px; }

ul#subnav1 li,
ul#subnav2 li,
ul#subnav3 li,
ul#subnav5 li  {
	float: none;
	height: 36px;
	clear: both;
	text-align: center;
	background: url(img/bg-trennstrich_subnavi.gif) center top no-repeat;
}

ul#subnav1 li.first,
ul#subnav2 li.first,
ul#subnav3 li.first,
ul#subnav5 li.first {
	margin-top: 6px;
}

ul#subnav1 li.zweizeiler,
ul#subnav2 li.zweizeiler,
ul#subnav3 li.zweizeiler,
ul#subnav5 li.zweizeiler {
	height: 50px;
}

ul#subnav1 li a,
ul#subnav2 li a,
ul#subnav3 li a,
ul#subnav5 li a {
	float: none;
	height: 20px;
	padding-top: 12px;
	text-decoration: none;
	text-indent: 0px;
	font-size: 12px;
	color: #000000;

}

ul#subnav1 li a:hover,
ul#subnav1 li a.act,
ul#subnav2 li a:hover,
ul#subnav2 li a.act,
ul#subnav3 li a:hover,
ul#subnav3 li a.act,
ul#subnav5 li a:hover,
ul#subnav5 li a.act {
	color: #e11804;

}

/* navi bildergaleri horizontal */

#pictures {
    height: 330px;
}


ul#picture-navi {
	padding: 0;
	margin: 0;
	width: 310px;
	list-style: none;
	list-style-position: outside;
	height: 23px;
	border-top: #aba79d 1px solid;
	border-bottom: #cfccc6 1px solid;

}

ul#picture-navi li {
	padding: 0;
	margin: 0;
	float: left;
	display: block;
	height: 23px;
	text-align: center;
}

ul#picture-navi li a {
	padding: 5px 0;
	display: block;
	color: #717171;
	width: 102px;
	text-decoration: none;
}

ul#picture-navi li#zurueck {
	width: 102px;
	border-right: #aba79d 1px solid;
}

ul#picture-navi li#zur-galerie {
	width: 103px;
	border-right: #aba79d 1px solid;
}

ul#picture-navi li#vorwaerts {
	width: 102px;
	border-right: #aba79d 1px solid;
}

/****************************************************************  footernav  */

#footer {
	margin: 16px 0;
	background: url(img/bg-footer.gif) repeat-x;
	height: 80px;
	text-align: center;
}

#footer .links {
	padding-top: 17px;
}

#footer ul {
	list-style: none;
	list-style-position: outside;
}

#footer a {
	font-size: 10px;
	color: #474747;
	padding: 0 7px 0 10px;
	background: url(img/bg-divider_footernav.gif) 0px 2px no-repeat;
}

#footer a.first {
	background: none;
}

/****************************************************************  veranstaltungen  */

.item-veranstaltungen, .item {
    border-bottom: 1px solid #dfdbd1;
	padding: 0 0 8px 0;
	margin: 0 0 20px 0;
}

/****************************************************************  grimmskramsladen  */

#main #content .wide p.einleitung, .einleitung {
	width: 588px;
}

#box-shop {
	border-top: 1px solid #e2e2e1;
}


.row-shop {
	border-bottom: 1px solid #e2e2e1;
}

.box-item-shop, .box-item-shop-left {
	float: left;
	width: 463px;
}

.box-item-shop-left {

}

.item-shop {
    padding: 37px 0 37px 37px;
}

.item-shop .img-shop {
    float: left;
	width: 140px;
}

.item-shop .text-shop {
	float: left;
	width: 260px;
}

.item-shop .text-shop p {
	line-height: 19px;
}

.item-shop .text-shop p.menge {
	padding: 0;
}

.item-shop .text-shop input.menge {
	width: 20px;
	padding: 2px;
}

.form-shop, .hinweis-shop {
    width: 463px;
	float: left;
}

#content .wide .form-shop .fliesstext {
    padding: 31px 0 12px 34px;
}

/****************************************************************  einblicke  */

#box-einblicke {
	border-top: 1px solid #e2e2e1;
	padding: 37px 0 0 0;
}

.box-item-einblicke, .box-item-einblicke-left {
	float: left;
	width: 303px;
}

.box-item-einblicke-left {

}

.item-einblicke {
    padding: 0 0 25px 37px;
}

.item-einblicke p img {
	border: 4px solid #e2e2e1;
	padding: 1px;
}

.item-einblicke p {
	padding: 0 0 10px 0;
}

.item-einblicke h3 {
	padding: 0 0 0 5px;
}

.item-einblicke h3 a {
    font-size: 12px;
	font-weight: bold;
}

/****************************************************************  lightbox  */

#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev {
	left: 0;
	float: left;
}
#lightbox-nav-btnNext {
	right: 0;
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px;
	color: #666;
}
#lightbox-container-image-data #lightbox-image-details {
	width: 70%;
	float: left;
	text-align: left;
}
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}
#lightbox-secNav-btnClose {
	width: 90px;
	float: right;
	padding-bottom: 0.7em;
}

