/*
ADLON COLLECTION
Felix Countdown Page
Responsible: aut media GmbH | www.aut-media.at | +43 59010 26570 | office@aut-media.at
*/

/* General Layout for Crossbrowser Compatibility */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td	{
	margin:0;padding:0;
	color:#ffffff;
	font-size:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
/* PNG Hack for IE - Achtung: Pfad des blank.gif im htc File anpassen */
img { behavior: url(../bilder/iepngfix.htc) }
table	{
	border-collapse:collapse;
	border-spacing:0;
	}
fieldset,img	{
	border:0;
	}
address,caption,cite,code,dfn,em,strong,th,var	{
	font-style:normal;
	font-weight:normal;
	}
li	{
	list-style:none;
	}
caption,th	{
	text-align:left;
	}
h1,h2,h3,h4,h5,h6	{
	font-size:100%;
	font-weight:normal;
	}
q:before,q:after	{
	content:'';
	}
abbr,acronym	{
	border:0;
	font-variant:normal;
	}
sup,sub	{
	line-height:-1px;
	vertical-align:text-top;
	}
sub	{
	vertical-align:text-bottom;
	}
input, textarea, select	{
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
	}
	
strong {
	font-weight:bold;
	}
/* Template General Layout */
html	{
	overflow:hidden;
	color:#ffffff;
	} 
body	{
	background-color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ffffff;
	overflow: hidden;
/*	background-image:url(felixPageBg.jpg);
	background-repeat:repeat; */
	}
a	{
	color:#ffffff;
	text-decoration: underline;
	}
a:hover	{
	color:#FFFFFF;
	text-decoration:none;
	}
.blackBgContainer	{
	position:absolute;
	left:0px;
	top:0px;
	background-color:#000000;
	width:100%;
	height:620px;
	z-index:0;
	}
.flashContainer {
	position:absolute;
	left:50%;
	margin-left:-700px;
	width:1400px;
	top:0px;
	border:0px solid red;
	}
	
/* a Standard Pop Content Page */
.popContent	{
	position:absolute; 
	left:392px; 
	top:17px; 
	width:512px; 
	height:514px; 
	background-color: transparent;
	color:white; 
	z-index:100;
	overflow:hidden;
	}
	
.closeButton	{
	position:absolute; 
	left:882px; 
	top:25px; 
	width:12px; 
	height:12px; 
	background-color: transparent;
	color:white;
	border:0px solid white;
	z-index:101;
	overflow:hidden;
	cursor:pointer;
	}
	
.loader	{
	position:absolute; 
	left:780px; 
	top:24px; 
	width:92px; 
	height:12px; 
	background-color: transparent;
	color:white;
	border:0px solid white;
	z-index:100;
	overflow:hidden;
	text-align: right;
	}
	
	
.paging a	 {
	border:1px solid #999999;
	padding-left:3px;
	padding-right:3px;
	line-height:14px;
	cursor:pointer;
	text-decoration:none;
	background-color:#222222;
	font-size:10px;
}


.paging a:hover	 {
	color:#f1f1f1;
	border:1px solid #f1f1f1;
	padding-left:3px;
	padding-right:3px;
	line-height:14px;
	cursor:pointer;
	text-decoration:none;
	background-color:#666666;
	font-size:10px;
}


.pagingactive {
	color:#f1f1f1;
	border:1px solid #f1f1f1;
	cursor:pointer;
	text-decoration:none;
	background-color:#666666;
}

	
/* Die Layouts für die Contentelemente sind direkt im Element definiert */
/* bringt bessere Übersicht für den Redakteur */

