/* print commands */
.noprint { }
.print { display: none; }

/* body */
body
{
	margin 						: 0px;
	background-image			: url(../images/foa_intro_bg.jpg);
}

.header
{
	width					: 100%;
	background-image			: url(../images/foa_header_bg.jpg);
}

.header .right
{
	position					: relative;
	background-image			: url(../images/foa_header_right.jpg);
	background-repeat			: no-repeat;
	background-position			: left;
}

.header .right #myGallery
{
	_margin-top					: 26px;
	margin-bottom				: 12px;
	margin-left					: 40px;
	
	width						: 220px;
}

.intro_fla
{
	background-image			: url(../images/foa_intro_fla_bg.jpg);
}

.intro_enter
{
	background-image			: url(../images/foa_intro_enter_bg.jpg);
}

.intro_bottom
{
	background-image			: url(../images/foa_intro_bottom_bg.jpg);
}

.intro_bottom .bottom
{
	padding						: 0 0 0 169px;
	background-image			: url(../images/foa_intro_bottom.jpg);
	background-repeat			: no-repeat;
	
	vertical-align				: top;
	
	color						: #fff;
}

.intro_bottom .bottom table
{	
	width						: 550px;
}

.intro_bottom .bottom table td
{	
	padding						: 3px 0;
	font-family 				: Verdana;
	font-size 					: 11px;
	text-align 					: justify;
	color						: #fff;
	
	vertical-align				: top;
}

.intro_bottom .bottom table td p
{
	margin 						: 2px 0 5px 0;
	padding 					: 0;
	
	font-style					: italic;
}

.intro_bottom .bottom table.spotlight
{
	background-color			: transparent;
	background-image			: url(../images/spotlight_bg.gif);
	background-position			: left top;
	background-repeat			: no-repeat;
}

.intro_bottom .bottom table.spotlight_inner
{
	margin						: 50px 0 0 13px;
	width						: 583px;
}



.intro_bottom .bottom table.spotlight_inner td
{
	font-size: 0.9em;
}

.intro_bottom .bottom table.spotlight_inner td a
{
	font-size:1em;
}

.intro_bottom .bottom table.spotlight_inner td.date
{
	width					: 95px;
}

.intro_bottom .bottom table.spotlight_inner td.show
{
	width					: 413px;
}

.intro_bottom .bottom table.spotlight_inner td.hour
{
	width					: 75px;
}

.menu
{
	background-image			: url(../images/foa_menu_bg.jpg);
}

.content
{
	background-image			: url(../images/foa_content_bg.jpg);
	background-repeat 			: repeat-x;
	background-color 			: #590100;
}

.contentpane
{
	background-image			: url(../images/foa_content.jpg);
	background-repeat 			: no-repeat;
	background-color 			: #590100;
}

.contentpane_content
{
	background-image			: url(../images/foa_contentpane_bg.gif);
	background-repeat 			: repeat-y;
}

.contentpane_content th
{
	padding 					: 0px 17px 4px 17px;

	font-family 				: Verdana;
	font-size 					: 11px;
	text-align 					: justify;

	color 						: #FFF7E9;
}

.contentpane_content td
{
	padding 					: 0px 17px 4px 17px;

	font-family 				: Verdana;
	font-size 					: 11px;
	text-align 					: justify;
	vertical-align 				: top;

	color 						: #FFF7E9;
}

.contentpane_content td p
{
	margin 						: 2px 0 5px 0;
	padding 					: 0;
	
	font-style					: italic;
}

p
{
	font-family 				: Verdana;
	font-size 					: 18px;
	text-align 					: center;
	color 						: #FFF7E9;
}

.contentpane_content h1
{
	font-family 				: Verdana;
	font-size 					: 11px;
	text-align 					: justify;
	font-weight 				: bold;

	color 						: #F7A00B;
}

.contentpane_content h2
{
	margin 						: 6px 0px 0px 0px;

	font-family 				: Verdana;
	font-size 					: 11px;
	text-align 					: justify;
	font-weight 				: normal;

	color 						: #F7A00B;
}

.contentpane_content h3
{
	margin 						: 2px 0px 0px 0px;

	font-family 				: Verdana;
	font-size 					: 11px;
	text-align 					: justify;
	text-indent					: 20px;
	font-weight 				: normal;

	color 						: #FFF7E9;
}

a,
a:link,
a:visited
{
	font-family 				: "Times New Roman", Times, serif;
	font-size 					: 12px;
	text-align 					: justify;
	font-weight 				: normal;
	font-style					: none;
	text-decoration 			: underline;
	color 						: #FFFFFF;
}

a:hover
{
	font-family 				: "Times New Roman", Times, serif;
	font-size 					: 12px;
	text-align 					: justify;
	font-weight 				: normal;
	font-style					: none;
	text-decoration 			: underline;
	color 						: #FFF7E9;
}

.img_left
{
	float 						: left;
	margin  					: 0px 14px 8px 0px;

	border 						: 1px solid #F7A00B;
}

.img_right
{
	float 						: right;
	margin  					: 0px 0px 8px 4px;

	border 						: 1px solid #F7A00B;
}

.img_right_noborder
{
	float 						: right;
	margin  					: 10px 50px 8px 4px;
	border 						: 0px;
}

.img_none
{
	margin  					: 0px 0px 0px 0px;

	border 						: 1px solid #F7A00B;
}

.footer td
{
	padding 					: 4px 1px 0px 1px;

	font-family 				: Verdana;
	font-size 					: 9px;

	color 						: #F7A00B;
}

.footer a,
.footer a:link,
.footer a:visited
{
	font-family 				: Verdana;

	text-align 					: justify;
	text-decoration 			: none;

	color 						: #FFF7E9;
}

.footer a:hover
{
	font-family 				: Verdana;

	text-align 					: justify;
	text-decoration 			: underline;

	color 						: #FFF7E9;
}


.footerbedankt td
{
	padding 					: 4px 1px 20px 1px;

	font-family 				: Verdana;
	font-size 					: 12px;

	color 						: #F7A00B;
	background-image			: url(../images/sponsers_bg.gif);
}

.footerbedankt a,
.footerbedankt a:link,
.footerbedankt a:visited
{
	font-family 				: Verdana;

	text-align 					: justify;
	text-decoration 			: none;

	color 						: #590100;
}

.footerbedankt a:hover
{
	font-family 				: Verdana;

	text-align 					: justify;
	text-decoration 			: underline;

	color 						: #590100;
}





#flashcontent
{
	height 						: 100%;
}
