/* CSS Dokument Lgendbros.de
   ? Legendbros.de, 2006 */


/* main and movies */

body{
	width:100%;
	height:100%;
	margin:0;
	background-color:#FFFFFF;
	overflow: hidden;
	}

#container{
	width:100%;
	height:100%;
	}
	
/* main and movies text */
	
#headline{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FF6600;
	font-weight:bold;
	}

#subline{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #000000;
	}
	
#text{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#666666;
	}

/* Flash Detection */

#detect{
	width:300px;
	height:100px;
	margin-left:50px;
	margin-top:200px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FF6600;
	}
a:link { font-weight:bold; color:#FF6600; text-decoration:none; }
a:visited { font-weight:bold; color:#FF6600; text-decoration:none; }
a:focus { font-weight:bold; color:#FF6600; text-decoration:underline; }
a:hover { font-weight:bold; color:#FF6600; text-decoration:none; }
a:active { font-weight:bold; color:#FF6600; text-decoration:none; }	
	
/* Flash Detection */