body {
	background-color: #8c8c8c;
	background-image: url('../images/layout/bg-site.png');
	background-position: left top;
	background-repeat: repeat-x;
	background-attachment: fixed;
}
body.popup {
	background-image: none;
	background-color: #fff;
}
body.popup #middle {
	padding: 15px;
}
#content {
	/* background-image: url('../images/layout/bg-content.png'), url('../images/layout/bg-content.png');
	background-position: center top, center bottom;
	background-repeat: no-repeat; */
	margin: 15px auto;
	width: 1000px;
	background-color: #fff;
	border: 1px solid #7e7e7f;
	border-radius: 2px;
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5) inset, 0px 0px 8px rgba(255, 255, 255, 0.5);
	padding: 15px;
}
#top {
	padding-bottom: 10px;
	position: relative;
}
#middle {
	padding: 5px 0;
}
.layoutMiddle {
	line-height: 150%;
}
#bottom {
	color: #aaaaaa;
}
#left {
	width: 235px;
	float: left;
}
#right {
	width: 235px;
	float: right;
	background-color: #FFFFFF;
	padding-bottom: 15px;
	padding-left: 15px;
}
#center.hasLeft {
	margin-left: 250px;

}
#center.hasRight {
	/*margin-right: 250px;*/
}
#center h1.title {
	padding: 4px 0 7px;
	padding-left: 11px;
	margin-top: 7px;
	margin-bottom: 7px;
	text-transform: uppercase;
	border-bottom: 1px solid #ece9e8;
}
.main {
	padding: 0px;
}
.main.ml {
	margin-left: 265px;
}
#bottom { color: #aaa; }
#bottom a { color: #888; }
#bottom a:hover { text-decoration: underline; }
#bottom a.selected, #bottom a.open { color: #777; }
.footnav {
	text-align: center;
}
.footnav {
	color: #babebc;
}

#bottom .googleAnalytics { display: inline; }

#center .centerTitle {
}
#center .centerTitle h1 {
	text-transform: uppercase;
}

.side .subTitle {
	background-image: url('../images/layout/subTitle.png');
	background-position: right top;
	background-repeat: no-repeat;
	padding-left: 10px;
	padding-top: 5px;
	height: 18px;
	margin-bottom: 5px;
}
.side .subTitle h2,
.side .subTitle h1 {
	color: #fff;
	font-weight: bold;
	margin: 0;
	padding: 0;
	line-height: 100%;
}

.centerTitle {
}
.centerTitle h1 {
}

#top .navFileOverlay {
	position: absolute;
	width: 975px;
	padding-right: 25px;
	height: 70px;
	z-index: 450;
}

#logo {
	float: right;
}
.headnav {
	position: absolute;
	z-index: 500;
	margin-top: 35px;
	margin-left: 180px;
}
.headnav a {
	color: #0094a8;
	text-transform: uppercase;
}
.headnav a.selected, .headnav a.open {
	color: #9a0a13;
}

.box {
	padding: 10px;
	border: 1px solid #d9dadc;
}
.box.full {
	padding: 0;
}

/* The global shadows */
.boxShadow { box-shadow: 1px 1px 3px rgba(0, 0, 0, .6); }
.lightShadow { box-shadow: 1px 1px 3px rgba(0, 0, 0, .2); }
.largeShadow { box-shadow: 5px 5px 15px rgba(0, 0, 0, .5); }

/* The default Elements */
.defaultList {
	background-image: url('../images/layout/bg-box.png');
	background-position: right bottom;
	background-repeat: no-repeat;
}
.defaultList .entry {
	padding: 10px;
	margin-bottom: 2px;
	background-image: url('../images/layout/bg-box-reversed.png');
	background-position: left top;
	background-repeat: no-repeat;
}

.defaultList .entry:hover {
	background-image: url('../images/layout/bg-box.png');
	background-position: right bottom;
}

/* The shadowed Pictures */
.shadowPix {
	text-align: justify;
}
.shadowPix .pic {
	display: block;	
}
.shadowPix .imgbox, .shadowPix .nopic {
	display: inline-block;
	cursor: pointer;
	margin-bottom: 10px;
	width: 240px;
}
.shadowPix .imgbox {
	box-shadow: 2px 2px 3px rgba(128, 128, 128, 0.75);
}
.shadowPix .nopic {
	text-align: center;
}
.shadowPix .imgbox .overlay {
	background-image: url('../images/layout/overlay-dark-60.png');
	position: absolute;
	width: 230px;
	height: 40px;
	padding: 0px 5px;
	margin-top: -40px;
	text-align: left;
	overflow: hidden;
}
.shadowPix .imgbox .overlay h3 {
	font-weight: bold;
	color: #fff;
	margin: 2px 0;
}
.shadowPix .imgbox .overlay p {
	color: #fff;
	line-height: 125%;
	text-align: left;
}
.shadowPix .lizenzData {
	position: absolute;
	width: 190px;
	padding: 0 5px;
	text-align: right;
	background-image: url('../images/layout/overlay-dark-60.png');
	color: #fff;
	height: 18px;
	margin-top: -18px;
}
.shadowPix .lizenzData a { color: #fff; }

/* with pixList? */
.pixList .imgbox, .pixList .nopic {
	vertical-align: top;
}
.pixList .description {
	display: inline-block;
	width: 710px;
}
.hasLeft .pixList .description, .hasRight .pixList .description {
	width: 490px;
}
.hasLeft.hasRight .pixList .description {}



/* The Button */
a.button {
	background-image: url(../images/layout/button.png);
	background-position: right 20px;
	color: #fff;
	font-weight: bold;
	display: inline-block;
	height: 20px;
	padding-right: 20px;
	margin-left: 10px;
	text-decoration: none;
	cursor: pointer;
	line-height: 1em;
	vertical-align: top;
}
a.button span {
	background-image: url(../images/layout/button.png);
	background-position: left 20px;
	display: inline-block;
	margin-left: -10px;
	height: 17px;
	padding-top: 3px;
	padding-left: 8px;
}
a.button:hover, a.button:focus, a.button:active {
	background-position: right 40px;
	color: #fff;
}
a.button:hover span,
a.button:focus span,
a.button:active span {
	background-position: left 40px;
}
/* The Button : N for negative. */
a.button.n { background-position: right 60px; }
a.button.n span { background-position: left 60px; }
a.button.n:hover, a.button.n:focus, a.button.n:active { background-position: right 80px; }
a.button.n:hover span, a.button.n:focus span, a.button.n:active span { background-position: left 80px; }


/* Changes rho 8.5.2024 */
a.button, a.button span { background-image: none; background-position: inherit; background-color: var(--logo-color-1); }
a.button { padding-right: 3px; margin-left: 0; }
a.selected, a:hover { color: var(--logo-color-2); }

.side .subTitle { background-image: none; background-position: inherit; background-repeat: no-repeat; background-color: var(--logo-color-1); }
h1 { background-image: none; background-position: inherit; background-repeat: no-repeat; }
h2 { color: var(--logo-color-2); }

.navigationPixBlender { height: auto; }
#top .navFileOverlay { position: relative; height: 62px; }

.headnav a.selected, .headnav a.open { color: var(--logo-color-2); }