.centerContainer {
	margin: 0px auto 0px auto;
	width: 717px;
}

.headerSection {
	margin: 0px auto 0; 
}

.headerSection .header {
	width: 717px;
	height: 102px;
	background-color: #ece9d8;
	background-image: url(headerBackground.png);
}

.headerSection .header .switchLanguage {
/*	padding-top: 10px;
	text-align: right; */
	padding: 10px 0px 0px 652px; /* 20px down ; 542px left */
}

.headerSection .header .text {
	padding-top: 35px;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
}

.headerSection .headerPH {
	width: 717px;
	height: 102px;
	background-color: #ece9d8;
	background-image: url(headerBackgroundPH.png);
}

.headerSection .headerPH .text {
	padding-top: 60px;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
}

.contentSection {
	margin: 15px auto 0; 
}

.contentSection .contentTop {
	margin: 0px auto;
	width: 717px;
	height: 5px;
	background: url(contentTopBackground.png) no-repeat;
	background-repeat: no-repeat;
}

.contentSection .contentMiddle {
	margin: 0px auto 0;
	width: 717px;
	background: url(contentMiddleBackground.png) no-repeat;
	background-repeat: repeat-y;
}

.contentSection .contentBottom {
	margin: 0px auto;
	width: 717px;
	height: 5px;
	background: url(contentBottomBackground.png) no-repeat;
	background-repeat: no-repeat;
}

.content {
	padding: 10px 20px 10px 20px;
}

.levelContainer {
	position: relative;
	width: 677px;
	height: 115px;
}

.levelContainer .icon {
	position:absolute;
}

.levelContainer .description {
	position: absolute;
	left: 130px;
	width: 395px;
}

.levelContainer .text {
	position: absolute;
	top: 70px;
}

.levelContainer .teaser {
	position: absolute;
	right: 0px;
	width: 150px;
	text-align: center;
}
img.transparencyOn { /* for IE */ filter: alpha(opacity=50); /* CSS3 standard */ opacity: 0.5; cursor: pointer; } img.transparencyOff { /* for IE */ filter: alpha(opacity=100); /* CSS3 standard */ opacity: 1; cursor: pointer; } img.cursorPointer { cursor: pointer; }
td.alignTop { vertical-align: top; }



html {
	height: 100%;
	background-color: #606060; /* #ece9d8 ; #606060 */
}

body {
	height: 100%;
	margin: 10px auto 0px auto;
	background-color: #606060; /* #ece9d8 ; #606060 */
  font-size: 90%;
  font-family: Arial, Helvetica, Sans-Serif;
  color: #787877;
	font-size: 11px;
  font-weight: normal;
  line-height: normal;
	text-decoration: none;
}

p.price {
	margin: 7px auto 0px auto;
	font-size: 18px;
/*	text-align: right; */
}

p.error {
/*	margin: 7px auto 0px auto; */
	font-size: 18px;
	text-align: left;
}

a {
	color: #787877;
	font-size: 11px;
	font-weight: normal;
	line-height: normal;
	text-decoration: underline;
}

a.details {
	color: #787877;
	font-size: 12px;
	font-weight: normal;
	line-height: normal;
	text-decoration: none;
}

a.details:hover {
	font-weight: normal;
	text-decoration: underline;
}

a.upgrade {
	color: #787877;
	font-size: 11px;
	font-weight: normal;
	line-height: normal;
	text-decoration: none;
}

a.upgrade:hover {
	font-weight: normal;
	text-decoration: underline;
}

img.borderNone {
	border-style: none;
}

img.valignMiddle {
	vertical-align: middle;
}

.inputTypeText {
	color: #787877;
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	border: #939ca9 1px solid;
	width: 200px;
	height: 14px;
	vertical-align: middle;
	margin-bottom: 2px;
}

select {
	color: #787877;
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	border: #939ca9 1px solid;
/* width: 200px;
height: 14px; */
	vertical-align: middle;
	margin-bottom: 2px;
}

div span.header {
    font-size: 16px;
    font-weight: bold;
}

.alignCenter {
	text-align: center;
}

.tableHeader {
    background-color: #939ca9; /* darkblue: #0C469A */
    color: #FFFFFF;
    font-weight: bold;
/*    text-align: center; */
}

.tableDivider {
    background-color: #939ca9; /* darkblue: #0C469A */
}

.button {
    background-color: #939ca9; /* blue:#0498dc : green:#5ea87c : yellow:#ffcd0a */
    border: #000000 1px solid;
    color: #FFFFFF;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 10px;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
    text-align: center;
    text-indent: 0px;
    cursor: pointer;
}

