body.noscroll
{
	background-color: #fff;
	font-family: Arial,sans-serif;
	color: #000;
	margin: 0;
	text-align: center;
}

body
{
	font-family: Arial,sans-serif;
	color: #000;
	margin: 0;
	text-align: center;
	overflow: scroll;
	background-color: #fff;
}


/* div
----------------------------------------------- */

div.all
{
	position: absolute;
	display: -webkit-box;   /* OLD - iOS 6-, Safari 3.1-6, BB7 */
	display: -ms-flexbox;  /* TWEENER - IE 10 */
	display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
	display: flex;
	justify-content: space-around;
	-webkit-justify-content: space-around;
	width: 100%;
	min-width: 720px;
	overflow: auto;
	height: 100%;
	border: 2px #a1c none;
}
div.mitte
{
	width: 70%;
	min-width: 700px;
	max-width: 990px;
	left: 50%;
/* 	background-color: #a9c; */
	border: 2px #a1c none;
}

div.dummy-li
{
	width: 15%;
	margin-top: 0px;
/* 	background-color: #07a; */
	border: 2px #09c none;
}

div.dummy-re
{
	width: 15%;
	margin-top: 0px;
/* 	background-color: #07a; */
	border: 2px #09c none;
}

div.box
{
	width: 100%;
	margin-top: 140px;
/* 	background-color: #36f; */
	border: 1px #f31 none;
}

div.menu
{
	position: fixed;
	display: -webkit-box;   /* OLD - iOS 6-, Safari 3.1-6, BB7 */
	display: -ms-flexbox;  /* TWEENER - IE 10 */
	display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
	display: flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	width: 70%;
	min-width: 700px;
	max-width: 990px;
	margin-top: 0px;
	z-index: 99;
	background-color: #fff;
	border-bottom: 1px black solid;
/* 	border: 1px #f31 solid; */
}

div.menu-index
{
	position: fixed;
	display: -webkit-box;   /* OLD - iOS 6-, Safari 3.1-6, BB7 */
	display: -ms-flexbox;  /* TWEENER - IE 10 */
	display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
	display: flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	width: 70%;
	min-width: 700px;
	max-width: 990px;
	margin: 24px 0px 6px 0px;
	padding: 0px 12px 12px 20px;
	z-index: 99;
/* 	background-color: #fff; */
	border-bottom: 1px black none;
/* 	border: 1px #f31 solid; */
}

div.menu-einzel
{
	height: 20px;
	margin: 43px 0px 0px 4px;
	border: 1px orange none;
}

#menu-aktiv
{
	color: #f22;
	font-weight: bold;
}

div.menu-anne
{
	display: inline-block;
	width: 130px;
	height: 28px;
	margin: 38px 0px 0px 0px;
	text-align: left;
	border: 1px red none;
}

div.kategorie
{
	position: absolute;
	width: 70%;
	min-width: 700px;
	max-width: 990px;
	margin-top: 160px;
	text-align: justify;
/* 	overflow: auto; */
/* 	background-color: #d9a; */
	border: 1px red none;
}

div.kategorie-einzel
{
	display: inline-block;
	padding: 0 0px 35px 0px;
	border: 1px #aa2 none;
}


div.kategorie-titel
{
	position: fixed;
	width: 70%;
	min-width: 700px;
	max-width: 990px;
	height: 70px;
	margin-top: 66px;
	padding-top: 20px;
	text-align: left;
	z-index: 10;
	border: 1px #ff2 none;
	background-color: #fff;
}
div.zurueck {
	position: absolute;
	width: 90%;
	height: 40px;
	top: 20px;
	right: 0px;
	outline: none;
	background: url(../Nivo/themes/default/close.png) right top 2px no-repeat;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=25);
	opacity: 0.25;
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	transition: opacity 0.2s;
	border: 1px #f0a none;
}
div.zurueck:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

div.kleinebilder
{
	position: absolute;
	width: 70%;
	min-width: 700px;
	max-width: 990px;
	margin-top: 160px;
/* 	height: 95%; */
	text-align: justify;
	overflow: hidden;
	border: 1px red none;
}

div.fotocredit
{
	position: absolute;
	visibility: hidden;
	width: 70%;
	min-width: 700px;
	max-width: 990px;
	margin-top: 647px;
	z-index: 23;
	border: 1px red none;
}

#video
{
	position: absolute;
	width: 70%;
	min-width: 700px;
	max-width: 990px;
	margin-top: 160px;
	border: 1px red none;
}

div.nureinbild
{
	position: absolute;
	width: 70%;
	min-width: 700px;
	max-width: 990px;
	margin-top: 160px;
	text-align: center;
	border: 1px red none;
}

div.kleinesbild
{
	display: inline-block;
	padding: 0 0px 13px 0px;
	border: 1px #aa2 none;
}


div.bildunterschrift
{
	color: #333;
	font-size: 14px;
	text-align: center;
	top: 50%;
	margin-top: 150px;
	border: 1px #F40 none;
}


/* img
----------------------------------------------- */


img.menubild
{
	margin: 0 0 6px 0;
	border: 1px #aaa solid;
}
img.menubildfoto
{
	margin: 0 0 6px 0;
	border: 1px #aaa solid;
}
.dummy
{
	margin: 0 0 6px 0;
	border: 1px #000 none;
}

img.kleinesbild
{
	margin: 0 0 6px 0;
	border: 1px #aaa solid;
}
img.kleinesbild-rahmenlos
{
	margin: 0 0 6px 0;
	border: 1px #aaa none;
}

img.kleinesbild-mitnehmen
{
	border: 1px black none;
}


/* a
----------------------------------------------- */

a:focus
{
	outline: none;
}

a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
	text-decoration: none;
}
a:active {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: none;
}

a.menu:link
{
	font-size: 15px;
	color: #999;
	text-decoration: none;
}
a.menu:visited {
	font-size: 15px;
	color: #999;
	text-decoration: none;
}
a.menu:active {
	font-size: 15px;
	color: #000;
	text-decoration: none;
}
a.menu:hover
{
	font-size: 15px;
	color: #000;
	text-decoration: none;
}
a.menu-aktiv
{
	font-size: 15px;
	color: #000;
	text-decoration: none;
}

a.menuno
{
	font-size: 18px;
	color: #999;
	text-decoration: none;
	pointer-events: none;
	cursor: default;
}

a.menu-ank:link
{
	font-size: 14px;
	color: #000;
	text-decoration: none;
}
a.menu-ank:visited {
	font-size: 14px;
	color: #000;
	text-decoration: none;
}
a.menu-ank:active {
	font-size: 14px;
	color: #007;
	text-decoration: underline;
}
a.menu-ank:hover
{
	font-size: 14px;
	color: #007;
	text-decoration: underline;
}


a.menuklein:link
{
	font-size: 12px;
	color: #000;
	text-decoration: none;
}
a.menuklein:visited {
	font-size: 12px;
	color: #000;
	text-decoration: none;
}
a.menuklein:active {
	font-size: 12px;
	color: #000;
	text-decoration: none;
}
a.menuklein:hover {
	font-size: 12px;
	color: #999;
	text-decoration: none;
}

a.anne:link
{
	font-size: 22px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
a.anne:visited {
	font-size: 22px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
a.anne:active {
	font-size: 22px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
a.anne:hover {
	font-size: 22px;
	font-weight: bold;
	color: #999;
	text-decoration: none;
}


a.zurueck {
  display: block;
  height: 100%;
  right: 200px;
}


/* h
----------------------------------------------- */

h {
	font-size: 14px;
}

h1 {
	font-size: 24px;
	font-weight: bold;
	margin: 0px;
}

h2
{
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
	display: inline;
	margin: 0;
	background-color: #fff;
}

h3 {
	font-size: 9px;
	font-weight: normal;
	display: inline;
	margin-bottom: 3px;
	page-break-after: avoid;
	font-style: italic;
}

h4 {
	font-size: 11px;
	line-height: 12px;
	font-weight: bold;
}

h5 {
	font-size: 10px;
	font-weight: bold;
}


/* p
----------------------------------------------- */
p.bio
{
	font-size: 14px;
	margin: 0px;
	text-align: justify;
}

p.gross
{
	margin: 0px 17px 6px 17px;
}

p.klein
{
	font-size: 12px;
	margin: 2px 17px;
}

p.kategorie-titel
{
	font-size: 17px;
	font-weight: bold;
	bottom: 0;
	margin: 0;
}

p.kategoriebild-titel
{
	font-size: 13px;
	font-weight: normal;
	margin: 0;
}


p.fotocredit
{
	font-size: 10px;
	margin-left: 550px;
	color: #999;
}


/* misc
----------------------------------------------- */
span.kategorie-titel
{
	font-size: 17px;
	font-weight: bold;
	top: 0;
	margin: 0;
	background-color: #fff;
}

span.mithintergrund
{
	background-color: #fff;
}




span.beschreibung
{
	display:block;
	font-size: 12px;
	line-height: 13px;
	background-color: #fff;
	border: 1px #a02 none;
}

hr.linie
{
/* 	position: fixed; */
	width: 70%;
	min-width: 700px;
	max-width: 990px;
	left: 50%;
	margin-left: -35%;
	margin-top: 70px;
	z-index: 10;
	height: 1px;
	border-top: none;
	border-right: none;
	border-bottom: 1px #000 solid;
	border-left: none;
}
/* 
hr.untermenu-einzel
{
	margin-top: -20px;
	height: 1px;
}
 */
