/*  
Theme Name: Moviestar Edition
Theme URI: http://moviestar.gras14.de
Description: Dies ist das Theme für Moviestar.Gras14.de 
Version: 1.0
Author: AnB
Author URI: http://www.gras14.de
*/


html,body {
	height:100%;
	background:url(images/bg.gif) center top repeat-y #000;
}

body {
	margin:0;
	padding:0;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	line-height:18px;
	text-align:center;
	color:#000;
}

#main {
	margin:0;
	height:100%;
	background:url(images/top.gif) top no-repeat;
}

#footer {
  margin:30px 0 0 0;
	background:url(images/footer.gif) bottom no-repeat;
}

#all {
	position:relative;
	margin:auto;
	width:680px;
	text-align:left;
	padding-top:320px;
}

#left {
	width:360px;
	text-align:left;
	float:left;
	padding-left:38px;
	/* border:1px solid red; */
}

#left img {
	border:1px solid #000;
}

#right {
  width:246px;
	text-align:left;
	float:left;
	padding-left:15px;
/*	border:1px solid green; */
}

h2 {
	font-size:16px;
	color:#000;
	font-weight:bold;
	margin-top:55px;
}

h3 {
	font-size:11px;
	color:#c2c2c2;	
	font-weight:normal;
	margin:-10px 0 10px 0;
}

h4 {
	font-size:10px;
	color:#c2c2c2;	
	font-weight:normal;
	margin:15px 0 -30px 0;
}

p {
  margin:15px 0 10px 0;
}

.box {
  margin:0 0 0 22px;
  color:#ea69a0;
  font-size:10px;
  line-height:15px;
}

.box b {
  color:#000;
  font-weight:bold;
}

.box span {
  color:#000;
}

.intro {
  margin:0 0 2px 22px;
  color:#000;
  font-size:10px;
  font-weight:bold;
  line-height:15px;
}

a {
  color:#ea69a0;
  text-decoration:none;  
}

a:hover {
  color:#000;
  border-bottom:1px solid #ea69a0;
}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}

ul {
  margin-left:-40px;
	list-style:none;
}
