/* INDEX CSS for  pinkapple 2007 
created 3.04.07 hz, nauta@internauta.ch */


/*allgemeine Definition*/
body
{
	margin: 0px;
	padding: 0px;
	background-color: white;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	background-image: url(../share/bg/bg.gif);
	background-repeat: no-repeat;
	color:#FFFFFF;
}

/*-----logos--------------*/
#Logo{
	position: absolute;
	top: 0px;
	left: 220px;
	width: 350px;
	height: 437px;
	z-index: 1;
}
#pinkapple{
	position: absolute;
	top: 22px;
	left: 0px;
	padding-left: 5px;
	width: 220px;
	height: 40px;
	background-color: white;
	z-index: 0;
}

/*----------Titelbloecke----------*/
#HeaderFilm
{
	position: absolute;
	top: 426px;
	left: 312px;
	width: 286px;
	height: 25px;
	background-color: black;
	z-index: 2;
}

#HeaderZurich
{
	position: absolute;
	top: 457px;
	left: 213px;
	width: 160px;
	height: 42px;
	background-color: black;
}
#HeaderFrauenfeld
{
	position: absolute;
	top: 457px;
	left: 380px;
	width: 218px;
	height: 42px;
	background-color: black;
}

/*---------NAV-----------------*/
#Nav{
	position: absolute;
	top: 505px;
	left: 213px;
	width: 385px;
	height: 35px;
	background-color: black;
	z-index: 10;
}

.nav{
	float:left;
	padding: 0px 0px 0px 0px;
}

/*-----Content-----------------*/
#ContentWrapper{
	position: absolute;
	top: 558px;
	left: 213px;
	width: 545px;
}




#Content
{
	height: 300px;
	/* height fur IE */
	width: 545px;
	
	padding: 0px 0px 20px 0px;
}

html>body>#ContentWrapper>#Content{
	height: auto;
	min-height: 300px; /* andere Browser*/

	}
	
#ticker{
	height: 80px;
	/* height fur IE */
	width: 700px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	/*background-color: #CCCCCC;*/

}
/*----------Footer--------------*/
#Footer{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	padding-top: 10px;
}
a.plain
{
	color: black;
	text-decoration: none;
}

a.plain:hover{
	color: #e73885;
}
