
html {
	overflow-y: scroll; /* ### IE7 macht dies automatisch!? => IE7 unterscheidet fälschlicherweise zwischen html und body Tag*/
}

body {
  position: relative;
  margin: 0px;
  padding: 0px;
  height: 100%;
  width: 100%;
  text-align: center;
  font-family: Verdana;
  font-size: 8px; /* IE6 trick */
  height: 100%;
  background-color: #003456;
}

a:focus, a:hover, a:active { outline:none }

#BodyContainer {
  position: relative;
  height: 100%;
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  background-color: #003456;
}

/* ----------- */
/* header area */
/* ----------- */

#Header {
  height: 170px;
  width: 1024px;
  margin-left: -24px;
  background-repeat: no-repeat;
  background-position: left top;
  overflow: visible;
  display: block;
}

#Header .SelectContainer select {
  position: relative;
  top: 130px;
  width: 80px;
  font-family: "Courier New", Courier, monospace;
  font-size: 11px;
  color: white;
  background-color: #3C76AA;
}

.FrameBoxContent select {
  font-size: 13px;
  color: white;
  background-color: #3C76AA;
  font-family: Verdana;
  border-color: #D4D0C8;
  border-width: 2px;
}

.FrameBoxContent form {
	padding-top: 3px;
  text-align: center;
}

#Header #Language {
  right: 9px;
  float: right;
}
#Header #Markup {
  right: 13px;
  float: right;
}
#Header .ButtonBig {
  position: absolute;
  width: 141px;
  height: 30px;
  cursor: pointer;
  background-repeat: no-repeat;
}
#Header #ButtonDownload {
  top: 120px;
  left: 227px;
  background-image: url("###ImageRoot###content/images/master/ButtonDownload.png");
}
#Header #ButtonPlay {
  top: 130px;
  left: 425px;
  background-image: url("###ImageRoot###content/images/master/ButtonPlay.png");
}
#Header #ButtonPremium {
  top: 120px;
  left: 623px;
  background-image: url("###ImageRoot###content/images/master/ButtonPremium.png");
}
#Header #MonsterLeft {
  position: absolute;
  background-repeat: no-repeat;
  height: 165px;
  width: 270px;
}
#Header #MonsterRight {
  position: absolute;
  background-repeat: no-repeat;
  height: 130px;
  width: 270px;
  left: 734px;
}

/* ----------- */
/* ContentArea */
/* ----------- */

#Content {
  position: relative;
  width: 100%;
  height: 100%;
  clear: both;
}

/* ------- */
/* LeftRow */
/* ------- */

#Content #LeftColumn {
  position: relative;
  top: 0px;
  left: 0px;
  width: 180px;
  height: 100%;
  padding-right: 20px;
  float: left;
}

/* --------- */
/* MiddleRow */
/* --------- */

#Content #MiddleColumn {
  position: relative;
  top: 0px;
  left: 0px;
  margin-left: 5px;
  width: 590px;
  float: left;
}
#SubMenu {
  height: 30px;
  width: 100%;
  margin-bottom: 5px;
  background-color: #408ae4;
}
#SubMenu .SubMenuItem {
  text-align: center;
}
#PageContent {
  position: relative;
  background-color: #EBEEFF;
  padding-left: 64px;
  padding-right: 64px;
  padding-bottom: 10px;
  border-left: 3px solid #4f80b1;
  border-right: 3px solid #4f80b1;
  border-bottom: 3px solid #4f80b1;
  border-top: 3px solid #4f80b1;
  height: 100%;
  font-size: 12px;
}
#PageContent p {
  margin-top: 12px;
  margin-bottom: 12px;
}
#PageContent a {
  color: #5E87AB;
  text-decoration: none;
}
#PageContent a:hover {
  color: #3E678B;
  text-decoration: underline;
}
#PageContent h1 {
	position: relative;
	height: 31px;
  background-image:url("###ImageRoot###content/images/master/content_headline.gif");
  color: #2C4D60;
  text-indent: 64px;
  font-size: 20px;
  margin-left: -64px;
  margin-right: -64px;
  padding-top: 0px;
  margin-top: 0px;
}
#PageContent h2 {
	font-size: 16px;
	color: #2C4D60;
  margin: 0px;
  margin-bottom: 5px;
}
#PageContent table {
  border: 1px solid #7EA7CB;
  border-collapse:collapse;
  border-spacing: 0px;
  width: 100%;
  margin-bottom: 15px;
}
#PageContent th {
	height: 20px;
	padding-top: 4px;
	padding-bottom: 2px;
	border-bottom: 1px solid #5F8490;
  background-image:url("###ImageRoot###content/images/master/content_th.gif");
  color: #2C4D60;
  text-align: center;
}
#PageContent td {
  vertical-align: top;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 10px;
}
#PageContent textarea {
  width: 100%;
}
/* -------- */
/* RightRow */
/* -------- */

#Content #RightColumn {
  position: relative;
  right: 0px;
  top: 0px;
  width: 180px;
  height: 100%;
  padding-left: 20px;
  float: right;
}

/* ---------- */
/* FrameBoxes */
/* ---------- */

.FrameBox {
  position: relative;
  width: 180px;
  margin-bottom: 15px;
}
.FrameBox .FrameBoxHeader {
  height: 29px;
  background-image: url("###ImageRoot###content/images/master/box_header.png");
}
.FrameBox .FrameBoxFooter {
  height: 10px;
  background-image: url("###ImageRoot###content/images/master/box_footer.png");
}
.FrameBox .FrameBoxHeadline {
  position: absolute;
  top: 3px;
  left: 3px;
  height: 25px;
  width: 176px;
}
#BoxScreenshot_en .FrameBoxHeadline {
  background-image: url("###ImageRoot###content/images/master/box_screenshot.png");
}
#BoxScreenshot_de .FrameBoxHeadline {
  background-image: url("###ImageRoot###content/images/master/box_screenshot.png");
}
#BoxMenu .FrameBoxHeadline {
  background-image: url("###ImageRoot###content/images/master/box_menu.png");
}
.FrameBox .FrameBoxContentBackground {
  background: #3469A2 none repeat scroll 0%;
}
.FrameBoxContent {
  position: relative;
  left: 2px;
  width: 176px;
}
#BoxScreenshot_en .FrameBoxContent {
  height: 208px;
  background-image: url("###ImageRoot###content/images/language/screenshot-1_en.gif");
}
#BoxScreenshot_de .FrameBoxContent {
  height: 208px;
  background-image: url("###ImageRoot###content/images/language/screenshot-1_de.gif");
}
.FrameBox ul {
  margin: 0px;
}
#BoxHighscore .FrameBoxHeadline {
  background-image: url("###ImageRoot###content/images/master/box_highscore.png");
}
#BoxPvPRanking .FrameBoxHeadline {
  background-image: url("###ImageRoot###content/images/master/box_pvpranking.png");
}
.ListContainer {
  font-family: Arial;
  margin-left: 2px;
  color: white;
  font-size: 11px;
}
.ListContainer div {
  text-align: center;
  width: 172px;
  height: 14px;
  background-image: url("###ImageRoot###content/images/master/row_background.png");
}
.BoxListHeadline {
  font-weight: bold;
}
#BoxHighscore .Cell1 {
  display: block;
  float: left;
  width: 15px;
}
#BoxHighscore .Cell2 {
  display: block;
  float: left;
  width: 70px;
}
#BoxHighscore .Cell3 {
  display: block;
  float: left;
  width: 30px;
}
#BoxHighscore .Cell4 {
  display: block;
  float: left;
  width: 50px;
}
#BoxPvPRanking .Cell1 {
  display: block;
  float: left;
  width: 20px;
}
#BoxPvPRanking .Cell2 {
  display: block;
  float: left;
  width: 105px;
}
#BoxPvPRanking .Cell3 {
  display: block;
  float: left;
  width: 47px;
}

/* -------- */
/* FootArea */
/* -------- */

#Footer {
  position: relative;
  height: 25px;
  width: 100%;
  text-align: center;
  font-size: 12px;
  color: white;
  clear: both;
}

#MainMenu {
  position: relative;
  left: 2px;
}
#MainMenu .MainMenu {
	display: block;
  position: relative;
  width: 172px;
  height: 14px;
  cursor: pointer;
}

#ImageListContainer {
  display: table;
}

/* ---------------- */
/* Section Specific */
/* ---------------- */

.ScreenshotContainer {
  float: left;
  width: 176px;
  height: 290px;
  margin: 10px;
  display: block;
  position: relative;
  padding-left: 15px;
  padding-right: 5px;
}

.ScreenshotContainerHighRes {
  float: left;
  /*width: 398px;*/
  width: 434px;
  height: 540px;
  margin: 10px 0px 10px 0px;
  padding-left: 5px;
  display: block;
  position: relative;
  text-align: center;
}

.ScreenshotGallery {
  border: 1px solid #7EA7CB;
  clear: both;
}

.ScreenshotGallery td {
  border: 1px solid #7EA7CB;
  text-align: center;
  vertical-align: middle !important;
  height: 128px;
  width: 76px;
}

.InstallationImageContainer {
  float: left;
  width: 176px;
  height: 380px;
  margin: 10px;
  display: block;
  position: relative;
}

.GallerySwitchButton {
  display: block;
  float: left;
  width: 152px;
  height: 14px;
  cursor: pointer;
}

.GalleryBackButton {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 150px;
  height: 14px;
  margin-bottom: 5px;
  cursor: pointer;
}

#ScreenshotSingleContainer {
  border: 1px solid #7EA7CB;
}

.ScreenshotNavigationButtons {
  cursor: pointer;
  height: 80px;
  width: 35px;
}


.FormError {
  color: red;
}

.FormLabel {
  white-space: nowrap;
}

.FormButton {
  display: inline;
  border-style: outset;
  border-width: 2px;
  color: #FFFFFF;
  font-weight: bold;
  font-family: Verdana;
  font-size: 13px;
  text-indent: 0px;
  
  border-top-color: #ABBDCA;
  border-left-color: #ABBDCA;
  border-bottom-color: #1C5472;
  border-right-color: #1C5472;
  background-color: #7EA7CB;
  
}

.StructuredTable td {
  border: 1px solid #7EA7CB;
}

.HiddenTable {
  border: 0px hidden;
  border-width: 0px; 
}

.HiddenTable td {
  border: 0px hidden;
  border-width: 0px; 
}

.ListItemEven {
  background-color: #CCD5DC; 
  /* other possible colors */
  /*background-color: #B2CDE2;*/ 
  /*background-color: #D4DCE4;*/
  /*background-color: #DDD6BC;*/
  margin-left: -104px;
  margin-right: -64px;
  padding-right:64px;
  padding-left: 84px;
  padding-top: 2px;
  padding-bottom: 2px;
}

.ListItemOdd {
  margin-left: -104px;
  margin-right: -64px;
  padding-right:64px;
  padding-left: 84px;
  padding-top: 2px;
  padding-bottom: 2px;
}

.DataListItemEven {
  background-color: #CCD5DC; 
}

.DataListItemOdd {

}

.HeaderIcon {
  position: absolute;
  top: -11px;
  left: 5px;
}

.PGBar_Separator {
  position: relative;
  margin-left: -30px;
  margin-right: -30px;
  margin-bottom: 17px;
  z-index: 1;
}

.PGBar_Icon {
	position: relative;
  z-index: 2;
}

#PageContent .MultiColumnHeader{
	padding-left: 5px;
  text-align: left;
}

#a_Country {
  width: 190px;
}

/* Fansites */
.FansiteLabel {
  color: #2C4D60;
  font-weight: bold;
}

#PageContent td.FansiteLogo {
  padding: 3px;
  width: 100px;
}

.FansiteLogo img {
  border: 0px; 
  margin-bottom: -2px
}

.FansiteURL {
  height: 14px;
  width: 272px;
  font-weight: bold;
}

.FansiteDesc {
  height: 79px;
}

/* News */
/* Newsbox */
.BoxNewsBox {
  background-color: #DDD6BC; /*#EBEEFF;*/
}

.BoxNewsDate {
  font-size: 10px;
  margin: 0px;
  padding: 3px;
}

.BoxNewsHeadline {
  font-size: 12px;
  font-weight: bold;
  margin: 0px;
  padding: 3px;
}

.BoxNewsTicker {
  font-size: 10px;
  font-style: italic;
  margin: 0px;
  padding: 3px;
}

.BoxNewsBody {
  font-size: 10px;
  margin: 0px;
  padding: 3px;
}

/* Newshome */
.HomeNewsBox {
  border: 1px solid #7EA7CB;
  width: 100%;
  margin-bottom: 10px;
}

#PageContent .HomeNewsDate {
  text-align: right;
}

#PageContent .HomeNewsHeadline {
  text-align: left;
}

.HomeNewsTicker {
  font-size: 10px;
  font-style: italic;
  margin: 0px;
  padding: 3px;
}

.HomeNewsExpander {
  width: 42px;
  font-size: 17px;
  text-align: center;
}

.HomeNewsBody {
  padding: 5px;
}

.HomeNewsBody img {
  border: 0px;
}

/* FAQ */
#PageContent .FAQHeader {
  font-size: 12px;
  margin-top: 12px;
  margin-bottom: 0px;
  padding-bottom: 3px;
}

.NavigationContainer {
	height: 18px;
  width: 100%;
}

.NavigationLeft {
  float: left;
  width: 33%;
}

.NavigationCenter {
  float: left;
  width: 33%;
  text-align: center;
}

.NavigationRight {
  float: left;
  width: 33%;
  text-align: right;
}


/* Premium */
.ButtonsPremium {
	display: block;
  height: 17px;
  width: 80px;
  cursor: pointer
}

#ButtonReseller {
  background-image: url("###ImageRoot###content/images/master/ButtonReseller.png");
}

/* Premium */
#ButtonElement5{
  background-image: url("###ImageRoot###content/images/master/ButtonElement5.png");
}


/* NO Java */

#AttentionDialog {
  margin: 0pt auto;
  position: relative;
  width: 300px;
  display: none;
}

#AttentionDialog h1 {
  position: relative;
  height: 31px;
  background-image:url("###ImageRoot###content/images/master/content_headline.gif");
  color: #2C4D60;
  text-indent: 64px;
  font-size: 20px;
  margin-left: -64px;
  margin-right: -25px;
  padding-top: 0px;
  margin-top: 0px;
}

#AttentionDialogInnerBox {
  position: relative;
  background-color: #EBEEFF;
  padding-left: 64px;
  padding-right: 25px;
  /*padding-bottom: 10px;*/
  border-left: 3px solid #4f80b1;
  border-right: 3px solid #4f80b1;
  border-bottom: 3px solid #4f80b1;
  border-top: 3px solid #4f80b1;
  /*height: 100%;*/
  font-size: 12px;
  /*height: 240px;*/
}

#NoJava, #UnsupportedOS {
  display: none;
}

.GetJavaButton {
  width: 141px;
  height: 30px;
  margin-top: 25px;
  margin-left: -45px;
  display: inline-block;
  background-image: url("###ImageRoot###content/images/webclient/button_getjava.png");
}

.GetJavaButton:hover {
  background-image: url("###ImageRoot###content/images/webclient/button_getjava_over.png");
}

.GetJavaButton a {
  display: block;
  width: 141px;
  height: 30px;
  cursor: pointer;
}

.BackButton {
  position: absolute;
  display: block;
  bottom: 25px;
  left: 25px;
  cursor: pointer;
  width: 80px;
  height: 17px;
  background-image: url("###ImageRoot###content/images/webclient/button_back.png");
}

.BackButton:hover {
  background-image: url("###ImageRoot###content/images/webclient/button_back_over.png");
}

.ReloadButton {
  position: absolute;
  display: block;
  bottom: 25px;
  right: 25px;
  cursor: pointer;
  width: 80px;
  height: 17px;
  background-image: url("###ImageRoot###content/images/webclient/button_reload.png");
}

.ReloadButton:hover {
  background-image: url("###ImageRoot###content/images/webclient/button_reload_over.png");
}


