
* {
margin: 0;
padding: 0;
}


#navbar {
float:left;
margin-left:44px;
display:inline;
margin-top:58px;
}


#navbar ul li {
	display: inline; /* Fix IE Step Down */
}

	#navbar ul li a:link, #navbar ul li a:visited {
		display: block;
		height: 37px;
		float: left;
		background: url('images/navtab-right2.png') top right no-repeat; 
		margin: 0 1px 0 1px;
		font-family: "verdana", sans-serif;
		font-size: 14px;
		font-weight: bold;
		text-decoration: none;
		color: #fff;
	}

	#navbar ul li a span {
		display: block;
		height: 28px;
		float: left; /* IE 6 Fix */
		padding: 8px 10px 0px 10px;
		background: url('images/navtab-left2.png') top left no-repeat;
	}
	
	#navbar ul li a:link.active, #navbar ul li a:visited.active {
		display: block;
		height: 37px;
		float: left;
		background: url('images/navtab-right2.png') bottom right no-repeat; 
		margin: 0 1px 0 1px;
		font-family: "verdana", sans-serif;
		font-size: 14px;
		font-weight: bold;
		text-decoration: none;
		color: #fff;
	}

	#navbar ul li a span.active {
		display: block;
		height: 28px;
		float: left; /* IE 6 Fix */
		padding: 8px 10px 0px 10px;
		background: url('images/navtab-left2.png') bottom left no-repeat;
	}
		
	#navbar ul li a:hover, #navbar ul li a:active {
		background-position: bottom right;
	}
		
	#navbar ul li a:hover span {
		background-position: bottom left;
		color: #fff;
		cursor: pointer; /* Remind IE which cursor to use! */
	}
		
		
img {
	border:none;
	text-decoration:none;
}


a img {
	border:none;
	text-decoration:none;
}

#maincontainer {
	position:absolute;
	width:100%;
	height:100%;
	background-image:url('images/background2.png');
	background-position: 0px -36px;
	background-repeat: repeat-x;
}


#head {
	position:relative;
	float:left;
	margin-left:80px;
	margin-top:28px;
	margin-bottom:16px;
}


#contentcontainer {
	position:relative;
	float:left;
	margin-left:88px;
	display:inline;
	margin-top:-10px;
	width: 790px;
	height:470px;
	background-image:url('images/borderbg.png');
	background-position: 0px 20px;
	background-repeat: no-repeat;
}

#content {
	position:relative;
	float:left;
	margin-left:0px;
	margin-top: 10px;
	width: 770px;
	height: auto;
	display:inline;
}

	#headline {
		position:relative;
	 	margin-left:26px;
	 	margin-bottom:18px;
	 	margin-top:28px;
	}
	
	#headline h1 {
	 	color: #215cff;
	 	font-size:25px;
	 	font-family: "Lucida Grande", "Helvetica", "Verdana", "Arial", sans-serif;
	 
	}

	#cover {
		margin-left: 4px;
		margin-bottom: 10px;
		margin-right: 40px;
		margin-top: 0px;
		position:relative;
		float:left;
		display:inline;
	}
	
	#star_alt {
		position:relative;
		background:url('images/neue_fassung.png') no-repeat;
		width:160px;
		height:155px;
		margin-bottom:-315px;
		margin-left:120px;
		margin-top:180px;
	}
	
	#star {
		position:absolute;
		background:url('images/neue_fassung.png') no-repeat;
		width:160px;
		height:155px;
		left:208px;
		top:356px
	}
	
	#maintext {
		background-color:none;
		position:relative;
		margin-top: 10px;
		font-family: "Lucida Grande", "Helvetica", "Verdana", "Arial", sans-serif;
		font-size: 16px;
		line-height: 160%;
		color: #797979;
		 
	}
	
	#subtext {
		background-color:none;
		position:relative;
		margin-top: 10px;
		margin-left:27px;
		font-family: "Lucida Grande", "Helvetica", "Verdana", "Arial", sans-serif;
		font-size: 16px;
		line-height: 160%;
		color: #797979;
		 
	}
	
	#ebay {
		margin-top:20px;
		border: #F9F9F9 2px solid;
	
	}
	
	
/*------------ Formular -------------*/

	
	#friendtxt {
		height:128px;
		width:470px;	
	}
	
	#tinycover {
		position:absolute;
		margin-left:510px;
		margin-top:-170px;
		width:200px;
		height:267px;
		background:url(images/tinycover.png);
	}

	#friendform {
		margin-left:-6px;
	}
	
	#leftlabels {
		float:left;
		margin-top:-1px;
		margin-right:18px;
		margin-left:2px;
		width:33px;
	}
	
	#theform {
		float:left;
	}
	
	
	#friendstitle {
		margin-left:16px;
		font-size:1.2em;
		font-weight:700;
	}




	input {
		/*color:#65B4DF;*/
		color:#215CFF;
		font-size:1.0em;
		font-weight:700;
		padding:7px;
		background-color:#FFFFFF;
		background-image:url('images/graygrad.gif');
		background-repeat:repeat-x;
		border:2px solid #E8E8E8;
	}
	
	input.feld {
		/*color:#65B4DF;*/
		color:#215CFF;
		font-size:1.0em;
		font-weight:700;
		padding:7px;
		background-color:#FFFFFF;
		background-image:url('images/graygrad.gif');
		background-repeat:repeat-x;
		border:2px solid #E8E8E8;
	}

	
	#abschicken {
	position:absolute;
	margin-left:560px;
	margin-top:100px;
	width:117px;
	height:90px;
	}
