body {
	background-color: #ff9b00;
	background-image: url('../images/layout/bg-site.png');
	background-position: left top;
	background-repeat: repeat-x;
}
body.popup {
	background-image: none;
	background-color: #fff;
}
body.popup #middle {
	padding: 15px;
}
#content {
	margin: 32px auto 15px;
	width: 1000px;
	background-color: #fff;
	box-shadow: 0px 1px 2px rgba(0,0,0,.5);
	position: relative;
	/*font: 12px/12px 'DejaVuSansBook', Arial;*/
}
#top {
}
#middle {
	padding: 60px 15px 15px;
	position: relative;
}
.layoutMiddle {
	line-height: 150%;
}
#bottom {
  margin-bottom: 15px;
  padding: 0;
}
#left {
	width: 235px;
	float: left;
}
#right {
	width: 380px;
	float: right;
}
#center.hasLeft {
	margin-left: 250px;

}
#center.hasRight {
	margin-right: 395px;
}

/* Head */
#logo {
  display: inline-block;
  margin-left: 175px;
  margin-top: 50px;
  position: absolute;
  z-index: 200;
}

/* Middle */
#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 {
}
#bottom, #bottom a {
	color: #393940;
}
#bottom a.selected, #bottom a.open {
	color: #393940;
	font-weight: bold;
}
.footnav {
	text-align: center;
}
#bottom .googleAnalytics {
	display: inline;
}

.centerTitle {
}
.centerTitle h1 {
}

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

.box {
	background-image: url('../images/layout/bg-box.png');
	background-repeat: no-repeat;
	background-position: right bottom;
	padding: 10px;
}
.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;
}
.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");
  height: 40px;
  line-height: 120%;
  margin-top: -40px;
  overflow: hidden;
  padding: 0 5px;
  position: absolute;
  text-align: left;
  width: 220px;
}
.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: 720px;
}
.hasLeft .pixList .description, .hasRight .pixList .description {
	width: 470px;
}
.hasLeft.hasRight .pixList .description {
	width: 207px;
}

/* The Button */
a.button {
	background-image: url(../images/layout/button.png);
	background-position: right 50px;
	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 50px;
	display: inline-block;
	margin-left: -10px;
	height: 16px;
	padding-top: 4px;
	padding-left: 8px;
}
a.button:hover, a.button:focus, a.button:active {
	background-position: right 100px;
	color: #fff;
}
a.button:hover span,
a.button:focus span,
a.button:active span {
	background-position: left 100px;
}
/* The Button : N for negative. */
a.button.n { background-position: right 150px; }
a.button.n span { background-position: left 150px; }
a.button.n:hover, a.button.n:focus, a.button.n:active { background-position: right 200px; }
a.button.n:hover span, a.button.n:focus span, a.button.n:active span { background-position: left 200px; }


.cssbutton,
.cssitem {
	background: rgb(125,126,125); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(125,126,125,1) 0%, rgba(14,14,14,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(125,126,125,1)), color-stop(100%,rgba(14,14,14,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-9 */
	
	border-radius: 2px;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
	color: #fff;
	display: inline-block;
	font-weight: bold;
	padding: 2px 10px;
	text-decoration: none;
	vertical-align: middle;
	position: relative;
}
.cssbutton:hover {
	background: rgb(86,86,86); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(86,86,86,1) 0%, rgba(14,14,14,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(86,86,86,1)), color-stop(100%,rgba(14,14,14,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(86,86,86,1) 0%,rgba(14,14,14,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(86,86,86,1) 0%,rgba(14,14,14,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(86,86,86,1) 0%,rgba(14,14,14,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(86,86,86,1) 0%,rgba(14,14,14,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#565656', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-9 */

	color: #fff;
	text-decoration: none;
}
.cssbutton:active,
.cssbutton:focus {
	background: rgb(211,211,211); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(211,211,211,1) 0%, rgba(14,14,14,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(211,211,211,1)), color-stop(100%,rgba(14,14,14,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(211,211,211,1) 0%,rgba(14,14,14,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(211,211,211,1) 0%,rgba(14,14,14,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(211,211,211,1) 0%,rgba(14,14,14,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(211,211,211,1) 0%,rgba(14,14,14,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3d3d3', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-9 */
}
.cssbutton.selected,
.cssitem.selected {
	background: rgb(211,211,211); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(211,211,211,1) 0%, rgba(14,14,14,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(211,211,211,1)), color-stop(100%,rgba(14,14,14,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(211,211,211,1) 0%,rgba(14,14,14,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(211,211,211,1) 0%,rgba(14,14,14,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(211,211,211,1) 0%,rgba(14,14,14,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(211,211,211,1) 0%,rgba(14,14,14,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3d3d3', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-9 */
	
	border: 1px solid #EE2233;
	color: #fff;
	padding: 2px 4px;
}
.cssbutton img,
.cssitem img {
	vertical-align: middle;
}
.cssbutton input,
.cssitem input {
	background-color: #ccd;
	border-radius: 3px;
	border: none;
	padding: 0 2px;
	box-shadow: 0px 0px 5px #fff, 0px 0px 3px #000 inset;
}

.cssbutton .subControl,
.cssitem .subControl {
	display: none;
	position: absolute;
	left: 0px;
	top: 100%;
	padding: 5px 10px;
	border-radius: 4px;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
	white-space: nowrap;
	
	background: rgb(69,72,77); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(69,72,77,1) 0%, rgba(0,0,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(69,72,77,1)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
.cssbutton .subControl a,
.cssitem .subControl a {
	color: #fff;
	text-decoration: none;
}
.cssbutton .subControl a:hover,
.cssitem .subControl a:hover {
	color: #f89a00;
}
.cssbutton:hover .subControl,
.cssbutton .subControl.displayBlock {
	display: block;
}
.cssbutton:hover .subControl.displayNone {
	display: none;
}