
/************************************************************
*********************** BASIC STYLES ************************
*************************************************************/

* {
	user-select: none;
    -moz-user-select: none;
	-webkit-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
	margin: 0;
	padding: 0;
}

body {
	margin:0;
	color: #333;
	font-size: 14px;
	line-height: 19px;
	font-family: 'SZSans', 'SZoSans', 'SZ_Sans', Arial,sans-serif;
	background-color: #fff;
}


/************************************************************
************************** LAYOUT ***************************
*************************************************************/

html {
	height: 100%;
	width: 100%;
}

body {
	width: 904px;
	padding: 24px 18px;
}

body.inapp {
	height: 100%;
	width: 100%;
	overflow: hidden;
}

#infografics {
	margin: 20px auto;
	position: relative;
}

.inapp #infografics {
	margin: 0;
	padding: 30px 30px 40px;
}

#loader {
	width: 100%;
	height: 100%;
	position: absolute;
	background: transparent url(../img/ajax-loader.gif) no-repeat center center;
}

.spalte {
	width: 112px;
	margin-right: 20px;
	float: left;
}

.oldIE .spalte {
	margin-right: 17px;
}

.spalte:last-child,
.spalte.last {
	margin-right: 0 !important;
}

.oldIE #persons {
	min-height: 185px;	
}

#persons .person {
	display: block;
	color: #333;
	text-decoration: none;
	position: relative;
	cursor: pointer;
}

#persons .person img {
	border: 1px solid #d6d6d6;
	margin-bottom: 10px;
}

#persons .person .name:before {
	content: url(../img/info-icon.png);
	display: block;
	width: 18px;
	height: 18px;
	position: absolute;
	right: 7px;
    top: 6px;
}

#persons .person .name {
	display: block;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 3px;
}

#persons .person .partei {
	display: block;
	font-size: 16px;
	line-height: 16px;
}

#pane {
	margin-top: 20px;
	height: 700px;
	position: relative;
	overflow: hidden;
}

.inapp #pane {
	height: 100px;
}

#pane .shadow  {
	display: none;
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 10;
	width: 100%;
	height: 20px;
	pointer-events:none;
}

#pane #shadow-top {
	background: transparent url(../img/shadow-top.png) repeat-x 0 0;
}

#pane #shadow-bottom {
	bottom: 0;
	background: transparent url(../img/shadow-bottom.png) repeat-x 0 0;
}

#pane .scroller  {
	height: 54px;
	width: 54px;
	cursor: pointer;
	position: relative;
	left: -27px;
	top: 0;
}

.oldIE #pane .scroller,
.wintablet .scroller {
	/* display: none; */
}

#pane #scroller-top-container {
	position: absolute;
	left: 50%;
	top: 15px;
	z-index: 100;
}

#pane #scroller-bottom-container {
	position: absolute;
	left: 50%;
	bottom: 15px;
	z-index: 100;
}

#pane #scroller-top {
	background: transparent url(../img/icon_scroll_button_up.PNG) repeat-x 0 0;
}

#pane #scroller-bottom {
	background: transparent url(../img/icon_scroll_button_down.PNG) repeat-x 0 0;
}

#pane #scrollcontainer {
	height: 100%;
	width: 100%;
	position: relative;
	overflow-y: hidden;
	overflow-x: hidden;
	z-index: 0;
}

.oldIE #pane #scrollcontainer,
.wintablet #pane #scrollcontainer {
	overflow-y: auto;
}

#pane #scrollcontent {
	width: 100%;
	height: auto;
}

#pane .article {
	display: block;
	position: absolute;
	top: 250px;
	left: 250px;
	height: 0px;
	width: 0px;
	z-index: 20;
	text-decoration: none !important;
}

#pane .article:visited {
	text-decoration: none !important;
}

#pane .article:hover {
	z-index: 30;
	text-decoration: none !important;
}

#pane .article.active {
	z-index: 40;
	text-decoration: none !important;
}

#pane .article .content{
	width: 180px;
	padding: 12px 14px 17px;
	position: relative;
	top: -111px;
	left: -40px;
	background-color: #333;
	color: #fff;
	cursor: pointer;
	-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:    0px 0px 15px rgba(0, 0, 0, 0.3);
	box-shadow:         0px 0px 15px rgba(0, 0, 0, 0.3);
}

#pane .article.active .content{
	background-color: #fff;
	color: #333;
	padding-bottom:30px;
}

#pane .article .arrow {
	width: 46px;
	height: 20px;
	position: absolute;
	top: -10px;
	left: -23px;
	background: transparent url(../img/arrow-black.png) no-repeat 0 0;
	z-index: 3;
}

#pane .article.active .arrow {
	background-image: url(../img/arrow-white.png);
}

#pane .article .teaserbild {
	display: none;
	position: absolute;
	width: 110px;
	height: 110px;
	left: 18px;
	top: 18px;
	overflow: hidden;
	text-align: center;
}

#pane .article .teaserbild img {
	margin-left: -18px;
	height: 100%;
}

#pane .article  .dachzeile {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 1px;
	font-weight: normal;
}

#pane .article  .titel {
	font-size: 18px;
	line-height: 19px;
	font-weight: bold;
}

#pane .article  .anrisstext {
	display: none;
	margin-top: 7px;
	line-height: 18px;
	font-family: 'SZText', 'SZoText', 'SZ_Text', Arial,sans-serif;
}

#pane .article  .anrisstext .link {
	text-decoration: none;
	color: #999;
	margin-left: 10px;
}

#pane .article  .anrisstext .link:hover {
	text-decoration: underline;
}

#pane .article.active .dachzeile,
#pane .article.active .titel,
#pane .article.active .anrisstext {
	margin-left: 130px;
	max-width: 250px;
}

#pane #background {
	position: absolute;
	height: auto;
	width: 2000px;
	user-select: none;
}

#pane #background  .monat {
	position: absolute;
	width: 100%;
	border-top: 1px solid #bbbbbb;
	z-index: 0;
}

#pane #background  .monat span {
	position: relative;
	top: -26px;
	left: 10px;
	color: #bbbbbb;
	font-size: 16px;
}

#pane .spalte {
	height: 20000px;
	margin-top: -500px;
	background-color: #f5f5f4;
	z-index: -10;
}

#popup {
	display: none;
	width: 600px;
	position: absolute;
	top: 60px;
	left: 30px;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:    0px 0px 15px rgba(0, 0, 0, 0.3);
	box-shadow:         0px 0px 15px rgba(0, 0, 0, 0.3);
	z-index: 100;
}

#popup #close {
	width: 20px;
	height: 20px;
	background-image: url(../img/close-button.png);
	position: absolute;
	right: 15px;
	top: 15px;
	cursor: pointer;
}

#popup #content {
	padding: 25px 17px 40px;
}

#popup #content h2 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

#popup #popup-scrollcontent {
	overflow: auto;
	position: relative;
}

.oldIE #popup #popup-scrollcontent,
.wintablet #popup #popup-scrollcontent {
	overflow-y: auto;
}

#popup #content p {
	margin-bottom: 10px;
	padding-right: 30px;
	font-family: 'SZText', 'SZoText', 'SZ_Text', Arial, sans-serif;
}

.clear {
	clear: both;
}

#legend {
	top: auto !important;
	bottom: 70px !important;
}

#legendtext{
	top: -1px; /* Je nach anzahl der Zeien ggf. einstellen */
}

