﻿#kontener {
	text-align: center;
	width: 950px;
	height: 650px;
	position: relative;
	top: 200px;
	margin: auto;
	overflow-y: scroll;
	font-size: 20px;
	z-index: 1;
}

#prog_inhalt {
	display: none;
	background-image: url("../images/hintergrund/divs/program.jpg");
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: 0px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#ref_inhalt {
	display: none;
	background-image: url('../images/hintergrund/3.jpg');
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: 0px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#medien_inhalt {
	display: none;
	background-image: url("../images/hintergrund/divs/medien.jpg");
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: 0px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#kont_inhalt {
	display: none;
	background-image: url('../images/hintergrund/7.jpg');
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: 0px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#impr_inhalt {
	display: none;
	background-image: url('../images/hintergrund/divs/impressum.jpg');
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: 0px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#progInhalt {
	position: relative;
	top: 150px;
	width: 950px;
	margin-left:auto;
	margin-right:auto;
	height:70%;
    overflow: auto;
	z-index: 1;
}
#refInhalt {
	position: relative;
	top: 150px;
	width: 950px;
	margin-left:auto;
	margin-right:auto;
	height:70%;
    overflow: auto;	z-index: 1;
	text-align:center;
}
#medienInhalt {
	position: relative;
	top: 150px;
	width: 900px;
	margin-left:auto;
	margin-right:auto;
	height:70%;
    overflow: auto;	z-index: 1;
}

#kontInhalt {
	position: relative;
	top: 150px;
	width: 950px;
	margin-left:auto;
	margin-right:auto;
	height:70%;
    overflow: auto;	z-index: 1;
}
#imprInhalt {
	position: relative;
	top: 150px;
	width: 950px;
	margin-left:auto;
	margin-right:auto;
	height:70%;
    overflow: auto;	z-index: 1;
}

