/*	allgemeines css - alle screens
		10.05.2015, ag
=================================================================== */

body {
	color: #000000;
	background-color:#3D3D3D;
	font-size: 100.01%;
	font-family: Verdana, Helvetica, Arial;
	margin: 10px;
	padding: 0px;
	text-align: center;  /*zentrierung fuer den ie 5.x */
}

#seite {
	text-align: left;    /* Seiteninhalt wieder links ausrichten */
	margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
	height: 580px;
	width: 920px;
	padding: 0;
}

#content {
	background-position: 0px 0px;
	height: 600px;
	width: 960px;
	position: absolute;
}

#bg {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 960px;
	height: 600px;
}

#btn_galerie {
	position: absolute;
	left: 4px;
	top: 9px;
	width: 142px;
	height: 61px;
	cursor: pointer;
}

#btn_kontakt {
	position: absolute;
	left: 245px;
	top: 563px;
	width: 62px;
	height: 26px;
	cursor: pointer;
}

#btn_biblo {
	position: absolute;
	left: 329px;
	top: 509px;
	width: 84px;
	height: 83px;
	cursor: pointer;
}

#btn_film {
	position: absolute;
	left: 421px;
	top: 509px;
	width: 67px;
	height: 83px;
	cursor: pointer;
}

#btn_modell {
	position: absolute;
	left: 491px;
	top: 509px;
	width: 72px;
	height: 83px;
	cursor: pointer;
}

#btn_frei {
	position: absolute;
	left: 569px;
	top: 509px;
	width: 68px;
	height: 83px;
	cursor: pointer;
}

#btn_impress {
	position: absolute;
	left: 656px;
	top: 563px;
	width: 88px;
	height: 29px;
	cursor: pointer;
}



#ani_narr {
	position: absolute;
	left: 218px;
	top: 124px;
	display: none;
}


#home_bild {
	position: absolute;
	left: 279px;
	top: 177px;
	width: 400px;
	height: 92px;
	display: none;
}

#home_txt {
	position: absolute;
	left: 266px;
	top: 315px;
	width: 421px;
	height: 69px;
	display: none;
}


#btext {
	position: absolute;
	left: 175px;
	top: 235px;
	width: 627px;
	height: 253px;
}


#ktext {
	position: absolute;
	left: 345px;
	top: 222px;
	width: 311px;
	height: 268px;
}


#itext {
	position: absolute;
	left: 345px;
	top: 134px;
	width: 282px;
	height: 283px;
}



