charset=UTF-8

	* {
		margin:0;
		padding:0;
		}
 
	html, body {
		height:100%;
		}
 
	body {
		text-align:center; /* horizontal centering for IE Win quirks */
		background:#FFFF00 url(/pictures/Hintergruende/TitleArchaicDragonlight.jpg) center center fixed no-repeat;
  		-moz-background-size: cover;
  		background-size: cover;
		font-family:"Times New Roman", Times, serif;
		font-size:18px;
		}
 
	#distance {
		width:1px;
		height:50%;
		margin-bottom:-302px;
		float:left;
		}
		
	#container {
		margin:0 auto;
		position:relative; /* puts container in front of distance */
		text-align:left;
		height:604px;
		width:1000px;
		clear:left;
	   	background-repeat: no-repeat;
		background-attachment:scroll;
		background-position:top center;
		}

@import("iemac-center.css");

sup { font-size:60%; line-height:0; }

#frame1 {
		position:relative;
		left:40px;
		top:240px;
		width:640px;
		height:300px;
		}
		
.tb_headline	{
	font-size:58px;
	color:#FFFF00;
	line-height:80px;
	font-weight:bold;
	font-family:'Times New Roman', Times, serif;
	text-shadow:5px 5px 5px rgba(64,64,64,1);
	}
.tb_headline a:link		{ color:#FFFF00; text-decoration:none; outline:none; }
.tb_headline a:visited	{ color:#FFFF00; text-decoration:none; outline:none; }
.tb_headline a:hover	{ color:#0033FF; text-decoration:none; }


