@charset "utf-8";
/* CSS Document */

* {
	margin:0px;
	padding:0px;
	}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:1.4em;
	background-color:#FFFFFF;
	}
	
table {
	margin-left:15px;
	font-size:10px;
	}
	
h1, h2, h3, h4, p {
	margin:0px 0px 20px 0px;
	}
	
#left_content a, a:link {
	color:#FFF;
	background-color:inherit;
	text-decoration:none;
	font-weight:bold;
	}
	
#left_content a:hover {
	text-decoration:underline;
	}
	
#right_content a, a:link {
	color:#e00079;
	background-color:inherit;
	text-decoration:none;
	font-weight:bold;
	}
	
#right_content a:hover {
	text-decoration:underline;
	}
	

#paper 	{ 
	position:relative;	
  	height:715px;
	width:1000px;
  	margin:0px auto 0px auto;
	background-color:#FFF;
	color:#FFF;
}

#header_bg {
	height:341px;
	width:1000px;
	background-image:url(../images/bg_header.jpg);
	}
	
#content_bg {
	height:374px;
	width:1000px;
	background-image:url(../images/content_bg.gif);
	}

#logo {
	position:absolute;
	top:75px;
	left:355px;
	width:330px;
	height:185px;
/*	background-image:url(../images/logo.gif);*/
	}
	
#claim {
	position:absolute;
	top:100px;
	left:65px;
	width:279px;
	height:100px;
	background-image:url(../images/claim.gif);
	}

#teaser {
	width:264px;
	height:193px;
	margin-bottom:20px;
	background-image:url(../images/teaser.gif);
	}
	
#left_content {
	position:absolute;
	top:330px;
	left:80px;
	width:520px;
	}
	
#headline {
	background-image:url(../images/headline.gif); 
	background-repeat:no-repeat;
	height:37px;
	width:386px;
	margin-bottom:10px;
	}
	
#right_content {
	position:absolute;
	top:330px;
	left:670px;
	width:250px;
	font-size:0.9em;
	line-height:normal;
	}