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

/* PAGE/GENERAL */

*
{
	margin: 0;
	padding: 0;
}


body
{
	background: url(../assets/top-bg.png) repeat-x left top #f8f5ec;
	text-align: center;
	overflow-y:scroll;
}

html, body
{
	height: 100%;
}


#nonFooter
{
	position: relative;
	min-height: 100%;
}

* html #nonFooter
{
	height: 100%;
}



#page
{
	width: 930px;
	margin-top: -100px ;
	margin-left:auto;
	margin-right: auto;
	margin-bottom: -80px;
	min-height: 100%;
	text-align: left;
	background: url(../assets/navi-bg.jpg) repeat-y left top;

}

* html #page
{
	height: 100%;
}

.clearer
{
	clear: both;
	display: block;
	height: 1px;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px;
}



/* HEADER */


#header
{
	height: 100px;
	width: 100%;
	position: relative;
	z-index: 2;
	margin-top: 100px;
}


/* CONTENT */

#contentWrapper
{
	margin-top: -100px;
	margin-bottom: -80px;
	background: url(../assets/navi-bg.jpg) repeat-y left top;
}

* html #contentWrapper {
	margin-bottom: 0px;
}

*+html #contentWrapper {
	margin-bottom: 0px;
}

#contentMain
{
	display: inline;
	clear: both;
	margin: -100px 0 -80px 0;
	width: 930px;
	height: 100%;
	background: url(../assets/navi-bg.jpg) repeat-y left top;

}

.content {
	width: 657px;
	margin-top: 116px;
	padding-bottom: 100px;
	display: block;
	position: relative;
	margin-left: 277px;

}




.navi {
	width: 248px;
	background:#fff;
	position: absolute;
	float: left;
	margin-top: -116px;
}

.image {
	float: right;
	padding: 10px;
	/* padding-right: 9px; */
	padding-bottom: 10px;
	background: #fff;
	margin-left: 20px;
	margin-bottom: 10px;
	border: none;
}
.image-vita {
	width: 257px;
	height: auto;
}
.image-lightbox {
	width: 637px;
	height: auto;
}

.bottom-img {
	display: block;
	float: right;
	padding-bottom: 100px;
	position: relative;
}

.bottom-img .enlarge {
	display: none;
}

.bottom-img:hover .enlarge {
	position: absolute;
	top: 15px;
	right: 15px;
	display: block;
}

/* TYPO */


/* Typo */


body, h2 {
	font-family: Arial, Helvetica, sans-serif;
	font: Arial, Helvetica, sans-serif;
	color: #2e0d0c;
	font-size: 11px;
	line-height: 2em;
	font-weight: normal;
}


h2 {
	margin-bottom: 2em;
	font-weight: bold;
}

h2.inline {
	margin-bottom: inherit;
}

a, a:visited, a:link, .bread-crump {
	color: #d1b8a7;
	text-decoration: none;
}

a img, a:visited img, a:link img { border: none; }

.content a, .content a:visited, .content a:link {
	color: #2e0d0c;
	text-decoration: underline;
}

.content a:hover, .content a:visited:hover, .content a:link:hover {
	color: #d1b8a7;
	text-decoration: underline;
}

a:hover, a:visited:hover, a:link:hover {
	color: #2e0d0c;
	text-decoration: none;
}

.navi ul {
	margin-top: 105px;
	margin-left: 40px;
	list-style: none;
}

.navi ul li {
	list-style: none;
	margin-left: 10px;
	padding-left: 15px;
}

* html .navi ul li {
	list-style: none;
	margin-left: -30px;
	padding-left: 55px;
}


*+html .navi ul li {
	list-style: none;
	margin-left: -30px;
	padding-left: 55px;
}


.navi ul li:hover, .current {
	list-style: outside url(../assets/navi-hover.png) ;
}


.navi ul li a {
	line-height: 4em;
	color: #d1b8a7;
	text-decoration: none;
}

.navi ul li a:hover, .navi ul li:hover a, .current {
	line-height: 4em;
	color: #2e0d0c;
	text-decoration: none;
}


.bread-crump {
	float: left;
	margin-top: 57px;
	margin-left: 25px;
}

.imp {
	float: right;
	margin-top: 57px;
}


.input-forms {
	border: none;
	color: #d1b8a7;
	vertical-align: bottom;
	font: Arial, Helvetica, sans-serif;
	font-family: Arial, Helvetica, sans-serif;
	width: 345px;
	padding: 0.3em;
	font-size: 11px;
}

.input-forms:focus {
	color: #2e0d0c;
}

.button {
	 background:url(../assets/button-bg.png) no-repeat 0px 3px; 
	 border: none;
	 height: 25px;
	 width: 69px;
	 color: #FFF;
	 margin-left: 283px;
	 margin-top: 1em;
	 cursor: pointer;
}

.button:hover {
	color: #d1b8a7;
}


/* SUBCONTENT */



/* FOOTER */

#footer
{
	width: 100%;
	background: url(../assets/footer-Boehme-bg.jpg) repeat-x;
	text-align: center;
	position: absolute;
	height: 80px;
	z-index: 3;
}

#footer ul {
	display: flex;
	justify-content: center;
}

#footer ul li,
#footer ul li a {
	/* margin: 0 10px; */
	color: #F3E3E2;
	list-style: none;
	/* font-family: Georgia, 'Times New Roman', Times, serif; */
}

#footer ul li a:hover {
	/* margin: 0 10px; */
	color: #E8D9CE;
	text-decoration: underline;
}

#footer ul li::after {
	content: '·';
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
}

#footer ul li:last-child:after {
	content: '';
	margin: 0;
}


/* A CSS hack that only applies to IE -- specifies a different height for the footer */

* html #footer
{
	margin-top: -60px;
}


.stoerer {
	margin-bottom: 20px;
	color: #F8F5EC;
}

.stoerer > p {
	background-color: #530B0F;
	width: 50%;
	margin: 0 auto;
	padding: 20px;
	text-align: center;
}

.content .stoerer > p,
.content .stoerer > p a,
.content .stoerer > p a:hover {
	color: #F8F5EC;
	text-decoration: none;
}

.stoerer span {
	display: block;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
	color: #F8F5EC;
}

.stoerer strong {
	display: block;
	margin-bottom: 10px;
	line-height: 1.4;
	color: #F8F5EC;
}