﻿html, body, #aspnetForm, #page
{
    float: none;
    width: 100%;
    height: 100%;
    font: normal normal normal 12px helvetica, arial, sans-serif;
}

#page,
#container
{
    float: none;
    min-width: 960px;
    min-height: 576px;
}

#container
{
    width: 100% !important;
    height: 100% !important;
    width: 960px;
    height: 576px;
}

object
{
    margin-bottom: -4px;
}

body.ArticleShort #noflash,
body.Employment #noflash,
body.FormPage #noflash,
body.ArticleList #noflash,
body.ShopList #noflash,
body.Shop #noflash,
body.Downloads #noflash,
body.Error #noflash
{
    display: none;
}

#noflash
{
    width: 960px;
    height: 576px;
    margin: 0 auto;
}

body.ArticleShort 
{
	color:#fff;
	background-repeat:no-repeat;
	background-position:top left;
}

body.ArticleShort div#container div#content
{
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size:14px;
}

body.ArticleShort #globalNavigation,
body.ArticleShort #regionalNavigation,
body.ArticleShort #breadcrumbs
{
    display: none;
}

body.ArticleShort #logo a img
{
    display: none;
}

body.ArticleShort #logo
{
    position: absolute;
    top: 340px;
    left: 20px;
    height: 230px;
    width: 360px;
}

body.ArticleShort #logo a
{
    display: block;
    height: 100%;
    width: 100%;
}

body.ArticleShort p
{
	margin: 0 0 20px 0;
}

body.ArticleShort a
{
	color:#fff;
}

body.ArticleShort #content
{
	height:auto;
	width:auto;
	padding:40px 20px 20px 35px;
}