/*	allgemeines css - alle screens papierkino
		11.07.2013, ag
============================================== */

/* heebo-regular - latin */
@font-face {
  font-family: 'Heebo regular';
  font-style: normal;
  font-weight: 400;
  src: local('Heebo regular'),
  url('../lib/fonts/heebo-v21-latin-regular.woff') format('woff');
}

/* heebo-bold - latin */
@font-face {
  font-family: 'Heebo bold';
  font-style: normal;
  font-weight: 700;
  src: local('Heebo bold'),
  url('../lib/fonts/heebo-v21-latin-700.woff') format('woff');
}

/* sigmar-one-regular - latin */
@font-face {
  font-family: 'Sigmar One';
  font-style: normal;
  font-weight: 400;
  src: local('Sigmar One'),
  url('../lib/fonts/sigmar-one-v16-latin-regular.woff') format('woff');
}



body {
	color: #000000;
	background-color:#a4a198;
	font-size: 100.01%;
	padding: 0px;
}

#seite {
	text-align: left;    /* Seiteninhalt wieder links ausrichten */
	margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
	height: 600px;
	width: 960px;
	padding: 0;
}

#content {
	background-color:#92908b;
	background-position: 0px 0px;
	height: 600px;
	width: 960px;
	position: absolute;
	overflow:hidden;
}

#bg {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 960px;
	height: 600px;
}

#titel {
	position: absolute;
	top: 6px;
	left: 50px;
}

#raster_projekte {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 960px;
	height: 600px;
}

/*		leiste mit kontakt und impressum	*/

#leisteUnten {
	position: absolute;
	background-color:#cccccc;
	top: 580px;
	width: 960px;
	height: 20px;
}

#kontakt {
	position: absolute;
	top: 0px;
	left: 700px;
	width: 90px;
	height: 20px;
	cursor: pointer;
}

#impress {
	position: absolute;
	top: 0px;
	left: 800px;
	width: 90px;
	height: 20px;
	cursor: pointer;
}


/*	navigations buttons	*/

#btn_pkino150 {
	position: absolute;
	top: 6px;
	left: 720px;
	width: 158px;
	height: 78px;
	cursor: pointer;
}

#btn_zurueck {
	position: absolute;
	top: 534px;
	left: 715px;
	width: 125px;
	height: 30px;
	cursor: pointer;
}

#btn_vor {
	position: absolute;
	top: 534px;
	left: 860px;
	width: 68px;
	height: 30px;
	cursor: pointer;
}

#btn_mehr {
	position: absolute;
	top: 534px;
	left: 850px;
	width: 91px;
	height: 30px;
	cursor: pointer;
}



#dimmer {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 920px;
	height: 580px;
	opacity: 0.8;
  /*filter:Alpha(Opacity=80); */
	display: none;
}


#bild {
	position: absolute;
	top: 60px;
	left: 160px;
	width: 600px;
	height: 420px;
	display: none;
}

#btn_post {
	position: absolute;
	top: 525px;
	left: 420px;
	width: 208px;
	height: 21px;
	cursor: pointer;
}

a:link { color: #99ccff; text-decoration: none; }
a:visited { color: #99ccff; text-decoration: none; }
a:focus { color: #99ccff; text-decoration: none; }
a:hover { color: #99ccff; text-decoration: underline; }
a:active { color: #99ccff; text-decoration: none; }


/*		video		*/

.videoPauseFilm {
	position: absolute;
	top: 530px;
	left: 420px;
	width: 65px;
	height: 49px;
	cursor: pointer;
	display: none;
}

.videoClassFilm {
	/*margin: 0 auto;*/
	position: absolute;
	top: 80px;
	left: 292px;
	width: 600px;
	height: 450px;
	display: none;
}

.loadAniFilm {
	position: absolute;
	top: 234px;
	left: 452px;
	width: 42px;
	height: 42px;
	display: none;
}

#btn_play {
	position: absolute;
	top: 530px;
	left: 420px;
	width: 65px;
	height: 49px;
	cursor: pointer;
	display: none;
}

.btn_back {
	position: absolute;
	top: 530px;
	left: 520px;
	width: 64px;
	height: 49px;
	cursor: pointer;
	display: none;
}

.bgText {
	position: absolute;
	top: 80px;
	left: 22px;
	width: 270px;
	height: 450px;
	display: none;
}

.bgVideo {
	position: absolute;
	top: 80px;
	left: 292px;
	width: 600px;
	height: 450px;
	display: none;
}

.txtVideo {
	position: absolute;
	top: 88px;
	left: 32px;
	width: 250px;
	font-family: 'Heebo', sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: 400;
	font-style: normal;
	line-height: 120%;
	display: none;
}

/*  ------  farben  ------  */

.cLink {
	color: #99ccff;
}

.cLila {
	color: #dc5ec1;  /*#d04ab5;*/
}

.cLilaKfilm {
	color: #771C7F;
}

.cGruen {
	color: #33cc33;
}

.cHBlau {
	color: #c2d2e0;
}

.cWeiss {
	color: #ffffff;
}

.cTxtGrau {
	color: #e4e4e4;
}

.cTxtDklGrau {
	color: #b4b4b4;
}

.cTxtSchwarz {
	color: #000000;
}

.cTxtGelb {
	color: #fbba00;
}

.cRot {
	color: #da1b1b;
}

.cRot2 {
	color: #BC2600;
}

.txtSchatten {
	text-shadow: 0px 0px 5px black;
}

.fett {
	font-weight: 700;
}




/*  -------  texte  -------  */

.txtLink {
	font-family: 'Heebo bold', sans-serif;
	font-size: 18px;
}

.txt32 {
	font-family: 'Heebo', sans-serif;
	font-size: 32px;
	line-height: 130%;
}

.txt30 {
	font-family: 'Heebo', sans-serif;
	font-size: 30px;
	line-height: 130%;
}

.txt24 {
	font-family: 'Heebo', sans-serif;
	font-size: 24px;
	line-height: 200%;
}

.txt24b {
	font-family: 'Heebo bold', sans-serif;
	font-size: 24px;
	line-height: 200%;
}

.txt22 {
	font-family: 'Heebo', sans-serif;
	font-size: 22px;
	line-height: 200%;
}

.txt22b {
	font-family: 'Heebo bold', sans-serif;
	font-size: 22px;
	line-height: 200%;
}

.txt20 {
	font-family: 'Heebo', sans-serif;
	font-size: 20px;
	line-height: 200%;
}

.txt20b {
	font-family: 'Heebo bold', sans-serif;
	font-size: 20px;
	line-height: 200%;
}

.txt18b {
	font-family: 'Heebo bold', sans-serif;
	font-size: 18px;
	line-height: 200%;
}

.txt18 {
	font-family: 'Heebo', sans-serif;
	font-size: 18px;
	line-height: 200%;
}

.txt16 {
	font-family: 'Heebo', sans-serif;
	font-size: 16px;
	line-height: 130%;
	letter-spacing: 0.03em;
}

.txt16b {
	font-family: 'Heebo bold', sans-serif;
	font-size: 16px;
	line-height: 130%;
	letter-spacing: 0.03em;
}

.txt15 {
	font-family: 'Heebo', sans-serif;
	font-size: 15px;
	line-height: 120%;
	letter-spacing: 0.03em;
}

.txt14 {
	font-family: 'Heebo', sans-serif;
	font-size: 14px;
	line-height: 120%;
	letter-spacing: 0.03em;
}

.txt12 {
	font-family: 'Heebo', sans-serif;
	font-size: 12px;
	line-height: 120%;
}

/*  -----   ueberschrift  --------  */

.txt30SO {
	font-family: 'Sigmar One', cursive;
	font-size: 30px;
}