@charset "UTF-8";
/* CSS Document */

/* Grundgerüst */

#kopfzeile-backstube {
	opacity: 0.4;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(../../css/ressourcen/kopfzeile-hintergrund-lang.png) bottom center repeat-x;
	height: 150px;
	width: 100%;
	z-index: 100;
}
#kopfzeile-backstube #logo {
	position: absolute;
	left: 50%;
	margin-left: -500px;
}
#huntertprologo {
	position: absolute;
	left: 50%;
	margin-left: -460px;
	z-index: 200;
}

/* Navigation */

#backstube-navigation {
	z-index: 100;
	/* width: 670px;    ALTE BREITE*/
	width: 710px;
	position: absolute;
	left: 50%;
	margin: 239px 0 0 -85px;
	font-size: 14px;
}
#nav-back-01 {
	background: url(ressourcen/navigation/navigation-backstube-01.png) left bottom repeat-x;
}
#nav-back-02 {
	background: url(ressourcen/navigation/navigation-backstube-02.png) left bottom repeat-x;
}
#nav-back-03 {
	background: url(ressourcen/navigation/navigation-backstube-03.png) left bottom repeat-x;
}
#nav-back-04 {
	background: url(ressourcen/navigation/navigation-backstube-04.png) left bottom repeat-x;
}
#nav-back-05 {
	background: url(https://lucasrosenblatt.ch/backstube/css/ressourcen/navigation/navigation-backstube-05-old.png) left bottom repeat-x;
}
#nav-back-06 {
	background: url(ressourcen/navigation/navigation-backstube-06.png) left bottom repeat-x;
}
#nav-back-07 {
	background: url(ressourcen/navigation/navigation-backstube-07.png) left bottom repeat-x;
}
#nav-back-08 {
	background: url(https://lucasrosenblatt.ch/backstube/css/ressourcen/navigation/navigation-backstube-08.png) left bottom repeat-x;
}
#nav-back-09 {
	background: url(ressourcen/navigation/navigation-backstube-05.png) left bottom repeat-x;
}

#backstube-navigation li {
	float: left;
	list-style: none;
	padding: 2px 8px 0 8px;
	margin: 1px;
	height: 28px;
	display: block;
}
#backstube-navigation a:link, #backstube-navigation a:visited  {
	color: #fff;
	text-decoration: none;
}
#backstube-navigation a:hover,
#backstube-navigation a.current {
	text-decoration: underline;
	
}

/* Inhalt der Webseite */

#hauptfenster-backstube {
	width: 100%;
	min-width: 1000px;
	margin: 80px auto 20px auto;
	padding-top: 10px;
	background: url(../../css/ressourcen/hauptfenster-hintergrund.png) repeat;
}
#backstubenbreite {
	width: 1000px;
	margin: 0 auto;
}
#inhalt-rechts-backstube {
	float: right;
	width: 400px;
	margin: 15px 0 20px 0;
	padding: 0 20px;
	border-left: 1px solid #999;
	background: url(https://lucasrosenblatt.ch/backstube/css/ressourcen/inhalt-rechts-hintergrund.png)  right top no-repeat;
}
#inhalt-rechts-backstube h1 {
	font-weight: normal;
	font-size: 40px;
	margin: 0 0 10px 0;
	line-height: 48px;
	/* white-space: nowrap; */
}
#inhalt-rechts-backstube h2 {
	font-weight: normal;
	font-size: 18px;
	margin: 0px 0px 35px 90px;
}
#inhalt-rechts-backstube h3 {
	font-weight: normal;
	font-size: 18px;
	line-height:18px;
	margin: 35px 0 5px 0;
	text-decoration: underline;
}
#inhalt-links-backstube {
	width: 400px;
	float: left;
	padding-left: 10px;
}
#inhalt-links-backstube h2 {
	font-weight: normal;
	font-size: 18px;
	margin: 10px 0px 15px 0px;
}
#inhalt-links-backstube ul {
	margin-bottom: 15px;
}
#kategoriebeschreibung {
	width: 340px;
	background-color: none;
}
#logomundgerechtes {
	margin: auto;
}
#ganzseite #hauptfenster-backstube  h4 {
	width: 100%;
	text-align:center;
	font-size: 10px;
	margin-top: 5px;
	padding: 2px 0;
	font-family: Verdana, Geneva, sans-serif;
	color: #777;
	line-height: 12px;
	background-color: #fff;
	opacity: 0.6;
}
#ganzseite #hauptfenster-backstube  h4 a {
	color: #777;
	text-decoration: none;
}
#ganzseite #hauptfenster-backstube h4 a:hover {
	color: #333;
	text-decoration: underline;
}


/* Kalender */

#backstubenkalender {
	width: 100%;
	min-width: 1000px;
	margin: 0 0 20px 0;
	background: none;
	border-top: none;
	/* height: 230px; */
}
#kalenderbreite {
	width: 800px;
	margin: 0 auto;
}
#ganzseite #hauptfenster-backstube #backstubenbreite #footer {
	opacity: 0;
}