html, body {
    font-family: Verdana, Helvetica, sans-serif;
    background:#d5e8f2  url(../../images/main-background.gif) center top repeat-x;
    color:#685c53;
    font-size:14px;    
}

a, a:visited, a:active , a:hover {
    text-decoration: none;
    color:#685C53;    
}

.main-container {
    min-height: 546px;
    background:url(../../images/main-container-background.jpg) center top no-repeat;
    padding-top:50px;
}

.top-label {
    position: absolute;
    right:-250px;
    top:-68px;
    height:42px;
    background:url('../../images/top-label-v-1.png') left top no-repeat;
    background-size: 100% 100%;
}

.dialog-container {
    width:385px;
    height:380px;
    background:url(../../images/dialog-background.png) center top no-repeat;
    margin:auto;
    position:relative;
    text-align: center;
}

.dialog-container-wrapper {
    padding:150px 30px 20px 20px;    
    text-align: center;
    line-height: 25px;
    font-size:16px;    
}

.newgame-button {
    position: absolute;
    bottom: -35px;
    left: -45px;
}

.screen1 {
    position: absolute;
    bottom:-170px;
    left:-90px;
    z-index: 0;    
}

.screen2 {
    position: absolute;
    bottom:-184px;
    left: 43px;
    z-index: 1;    
}

.screen3 {
    position: absolute;
    z-index: 2;    
    bottom:-170px;
    left:175px;
}

.screen4 {
    position: absolute;
    z-index: 0;    
    bottom:-163px;
    left:305px;
}


.serverselect {
    margin: auto;
    text-align: center;
    width: 335px;
}

.footer {
    font-size: 10px;
    line-height:11px;
	width:500px;
	margin-left:-58px;
}

/* Integration*/

/* FREENET*/
.top-bar-freenet {
    background-color: #424242;
    height: 50px;
    position: relative;
    top: 0;
    width: 100%;
}
.top-bar-freenet-link, a:hover {
    text-decoration: none;
}
.top-bar-freenet-text {
    color: white;
    font-size: 16px;
    font-weight: bold;
    padding-left: 10px;
    padding-top: 16px;
    position: relative;
}
.top-bar-freenet-image {
    float: left;
    left: 110px;
    position: absolute;
    top: 0;
}

/*RTL2*/
.top-bar-rtl2 {
    background-color: #000000;
    height: 50px;
    position: relative;
    top: 0;
    width: 100%;
}
.top-bar-rtl2-link, a:hover {
    text-decoration: none;
}
.top-bar-rtl2-text {
    color: white;
    font-size: 16px;
    font-weight: bold;
    padding-left: 10px;
    padding-top: 16px;
    position: relative;
}
.top-bar-rtl2-image {
    float: left;
    left: 110px;
    position: absolute;
    top: 0;
}

/*WP*/
.top-bar-wp {
    background-color: #000000;
    position: relative;
    top: 0;
	margin-top: -5px;
    width: 100%;
}
.bottom-bar-wp {
	margin-top: 300px;
	width: 100%;
	height: 94px;
	background-color: #000000;
}

/*ONET*/
#top-bar-onet{
    background-color: #E8E8E8;
    height: 23px;
    position: relative;
	left:0;
	width: 100%;
    top: 0;
    z-index:1000;
	border-bottom: 1px solid gray;
}

#top-bar-onet div {
    text-align: right;
    width: 800px;
}

#top-bar-onet a {    
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    float: right;
    height: 20px;
    margin-top: 2px;
    width: 120px;
}

/*KomputerSwiat*/
#top-bar-komputerswiat{
    background-color: #FFFFFF;
    height: 75px;
    position: relative;
	left:0;
	width: 100%;
    top: 0;
    z-index:1000;
}

/* RTL*/

.top-bar-rtl {
    background-color: #FFFFFF;
    height: 50px;
    position: relative;
    top: 0;
    width: 100%;
}
.top-bar-rtl-link, a:hover {
    text-decoration: none;
}
.top-bar-rtl-text {
    color: #000000;
    font-size: 16px;
    font-weight: bold;
    padding-left: 10px;
    padding-top: 16px;
    position: relative;
}
.top-bar-rtl-image {
    float: left;
    left: 110px;
    position: absolute;
    top: 0;
}

.download-button-ios {
	width: 120px;
	height: 40px;
    background:url(../../images/appstore-download.png) center top no-repeat;
	background-size:contain;
}

.download-button-android {
	width: 120px;
	height: 40px;
    background:url(../../images/playstore-download.png) center top no-repeat;
	background-size:contain;
}

.download-button-amazon {
	width: 120px;
	height: 40px;
    background:url(../../images/amazonstore-download.png) center top no-repeat;
	background-size:contain;
}

table th, table td {
	border:none;
}