/* ======= Algemeine Definitionen ===================*/
* {
     margin:0;
     padding:0;
     border:0
}
body{
	background-color: #000;
	background-image: url(images/bg_006.jpg);
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	color: #000;
	font-size: 0.76em;
	text-align:center;
}
h1{
	font-size:1.2em;
	color:#000;
}
h2 {
  font-size:0.9em;
	color:#FF0B9E;
}
a:link{
	
	color:#000;
	
	}
a:visited{
	
	color:#000;
	}
a:hover{
	color:#E623C8;
}
/* ======== Seiten-Continer ========================*/
#container{
     width:960px;
	 margin:0px auto;
	 padding:0px;
	 text-align:left;
	 }
#header{
	width: 960px;
	height: 210px;
	text-align: center;
	background-image: url(gfx\pinkmoviepostheader.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	border-top: #E623C8 solid 4px;
	border-left: #E623C8 solid 4px;
	border-right: #E623C8 solid 4px;
}
#header .topsitestbookmark{
	float:right;
	width:902px;
	padding: 2px 0px 2px 30px;
	background-color:#FFFFFF;
}
#header .topsitestbookmark .topmenue{
	float:left;
	width:150px;
}
#header .topsitestbookmark .topmenue ul{
  float:left;
  width:150px;
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align:left;

}
#header .topsitestbookmark .topmenue ul, li {
	display: block;

}
#header .topsitestbookmark .topmenue ul#nav li ul{
	display: none;
}
#header .topsitestbookmark .topmenue ul#nav li:hover ul{
	display: inline;
	position: absolute;
	background-color: #500000;
	padding: 0px 0px 10px 10px;
	color:#FFF;
}
#header .topsitestbookmark .topmenue ul#nav li:hover ul a{
	color:#FFF;
}
*+html #header .topsitestbookmark .topmenue ul#nav li:hover ul{
	display:block;
	position: absolute;
	background-color:#500000;
	padding:0px 0px 10px 10px;
	color:#FFF;
}
* html #header .topsitestbookmark .topmenue ul#nav li.over ul{
	float:left;
	display:block;
	position: absolute;
	background-color:#500000;
	padding:0px 0px 10px 10px;
	color:#FFF;	
}


/* ====== Wrapper-Continer =========================*/

#wrapper{
    width:960px;
	height:auto;
	overflow:auto;
	}
/* ======== content ===============*/
#content{
	width:960px;
	height:auto;
	overflow:auto;
	background-color:#FFFFFF;
	border-left:#E623C8 solid 4px;
	border-right:#E623C8 solid 4px;
}
#content .imagecontainer{
	width:920px;
	padding:0px 0px 0px 28px;
	margin:0px 0px 10px 0px;
}
#content .imagecontainer img{
	float:left;
	width: 175px;
	height: 140px;
	margin:2px;
	border:#E623C8 1px solid;
}
#content .imagecontainer .inmenue{
	float: right;
	width:175px;
	height:432px;
	margin:2px 17px 0px 2px;
	border:#E623C8 1px solid;
}
#content .imagecontainer .inmenue img{
    width:auto;
	height:auto;
}
#content .imagecontainer .inmenue img{
	border:none;
	
}
#content .imagecontainer .inmenue h2{
	font-size:1.3em;
	margin:2px 0px 0px 5px;
}
#content .imagecontainer .inmenue ul{
	clear:both;
	list-style:none;
	font-size:1.3em;
	margin:2px 0px 0px 5px;
}
/* ===== IE6 Hack ===== */
* html #content .imagecontainer{
	width:920px;
	padding:0px 0px 0px 15px;
}
* html #content .imagecontainer .inmenue{
	float: right;
	width:177px;
	height:432px;
	margin:2px 1px 0px 0px;
	border:#E623C8 1px solid;
}
/* ====== IE7 Hack ===== */

*+html #content .imagecontainer{
	width:920px;
	padding:0px 0px 0px 15px;
}
*+html #content .imagecontainer .inmenue{
	float: right;
	width:177px;
	height:432px;
	margin:2px 1px 0px 0px;
	border:#E623C8 1px solid;
}

/* ===== ENDE Hack ========= */
html #content .bannertoplist	{
	width:899px;
	clear:both;
	height:50px;
	border:#E623C8 1px solid;
	margin:740px 0px 10px 30px;
}
/* ===== IE6 Hack ===== */
* html #content .bannertoplist	{
    clear:both;
	width:900px;
	height:50px;
	border:#E623C8 1px solid;
	margin:10px 0px 10px 17px;
}
/* ===== ENDE Hack ========= */
html #content .toplist100	{
    clear:both;
	width:899px;
	height:270px;
	border:#E623C8 1px solid;
	margin:740px 0px 10px 30px;
}
/* ===== IE6 Hack ===== */
* html #content .toplist100	{
	clear:both;
	width:900px;
	height:270px;
	border:#E623C8 1px solid;
	margin:10px 0px 10px 17px;
}
/* ===== ENDE Hack ========= */

/* ====== Footer ======== */
#footer{
	width: 960px;
	height: 20px;
	text-align: center;
	background-color:#fff;
	color: #000;
	border-left: #E623C8 solid 4px;
	border-right: #E623C8 solid 4px;
	border-bottom: #E623C8 solid 4px;
}
	