/*
ADLON COLLECTION
MA Restaurants Master CSS
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;
	}
/* PNG Hack for IE - Achtung: Pfad des blank.gif im htc File anpassen */
img, div, td { 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;
	}
	
/* Template General Layout */
html	{
	overflow:hidden;
	} 
body	{
	background-color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#cccccc;
	overflow: hidden;
/*	background-image:url(MApageBg.jpg);
	background-position:top;
	background-repeat:repeat-x; */
	}
a	{
	color:#ffffff;
	text-decoration: underline;
	}
a:hover	{
	color:#FFFFFF;
	text-decoration:none;
	}
.flashContainer {
	position:absolute;
	left:50%;
	margin-left:-500px;
	width:1000px;
	top:80px;
	height:600px;
	text-align:center;
	}
	