

.linkstyle-black a:link { color: #000000; text-decoration: none; }
.linkstyle-black a:visited { color: #000000; text-decoration: none; }
.linkstyle-black a:active { color: #000000; text-decoration: none; }
.linkstyle-black a:hover { color: #000000; text-decoration: none; }

.linkstyle-white a:link { color: #FFFFFF; text-decoration: none; }
.linkstyle-white a:visited { color: #FFFFFF; text-decoration: none; }
.linkstyle-white a:active { color: #FFFFFF; text-decoration: none; }
.linkstyle-white a:hover { color: #FFFFFF; text-decoration: none; }

.linkstyle-lila a:link { color: #009999; }
.linkstyle-lila a:visited { color: #009999; }
.linkstyle-lila a:active { color: #FFFFFF; }
.linkstyle-lila a:hover { color: #FFFFFF; }

.linkstyle-pink a:link { color: #ff0080; text-decoration: none; }
.linkstyle-pink a:visited { color: #ff0080; text-decoration: none; }
.linkstyle-pink a:active { color: #ff0080; text-decoration: none; }
.linkstyle-pink a:hover { color: #ff0080; text-decoration: none; }

body {
	background-color: #A1C2DD;
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: Comic Sans MS;
	width: 100%:
}

div#body {
	position: relative;

	margin-left: auto;
	margin-right: auto;

	width: 958px;
	height: 862px;
}

div#left {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 14px;
	height: 848px;
	background-image: url(../images/3/left.png);
	background-repeat: repeat-y;
}

div#left-bottom {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 14px;
	height: 14px;
	background-image: url(../images/3/left-bottom.png);
	background-repeat: no-repeat;
}

div#middle {
	position: absolute;
	top: 0px;
	left: 14px;
	width: 930px;
	height: 848px;
}

div#middle-body {
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #FFFFFF;
	width: 930px;
	height: 848px;
}

div#header {
	position: absolute;
	top: 4px;
	left: 4px;
	width: 922px;
	height: 228px;
	background-image: url(../images/3/header.png);
	background-repeat: no-repeat;
}

div#header-text {
	position: absolute;
	top: 165px;
	left: 110px;
}

div#toolbar-register {
	float: left;
	padding-top: 4px;
	padding-left: 8px;
}

div#toolbar-sites {
	float: right;
	padding-top: 4px;
	padding-right: 8px;
}

div#message {
	position: absolute;
	top: 236px;
	left: 4px;
	width: 922px;
	height: 48px;
	background-color: #7FBF3F;
}

div#message-text {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	margin: 5px;
	width: 625px;
}

div#content {
	position: absolute;
	top: 288px;
	left: 4px;
	width: 922px;
	height: 542px;
	background-color: #FFBF1F;
}

div#content-text {
	margin: 5px;
	width: 625px;
	height: 530px;
	overflow-y: auto;
	padding-right: 4px;
}

div#right-column {
	position: absolute;
	top: 246px;
	right: 10px;
	width: 275px;
	height: 577px;
}

div#middle-bottom {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 930px;
	height: 14px;
	background-image: url(../images/3/bottom.png);
	background-repeat: repeat-x;
}

div#right {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 14px;
	height: 848px;
	background-image: url(../images/3/right.png);
	background-repeat: repeat-y;
}

div#footer {
	position: absolute;
	bottom: -15px;
	width: 958px;
	font-size: 10px;
	text-align: center;
}

div#right-bottom {
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 14px;
	height: 14px;
	background-image: url(../images/3/right-bottom.png);
	background-repeat: no-repeat;
}

div#message2 {
	height: 30px;
	background-color: #7FBF3F;
	border: 4px solid #FFFFFF;
}

div#message2-text {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	margin: 5px;
}

p {
	margin-top: 10px;
	margin-bottom: 10px;
}

a {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	color: #FFFFFF;
	text-decoration: none;
}







.main-content-style table {
	border-collapse: collapse;
	border: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.main-content-style td {
	vertical-align: top;
}

.chapter {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

.feedback {
	font-size: 9px;
	font-weight: normal;
	color: #FF0066;
}

.remarks {
	font-size: 9px;
	font-weight: bold;
	color: #009999;
}

.bluetext {
	color: #009999;
	font-weight: bold;
}

.attention {
	font-size: 12px;
	font-weight: bold;
	color: #FF0066;
}

.header-explain {
	font-weight: bold;
}

.pricetext {
	font-size: 12px;
	font-weight: bold;
	color: #009999;
}

.statstext {
	font-size: 12px;
	font-weight: bold;
	color: #009999;
}

.emailheader {
	font-size: 11px;
	font-weight: bold;
	color: #009999;
}

.footer-text-small {
	font-size: 8.5px
}

.footer-text-large {
	font-size: 11px
}

div#page-wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 948px;
}

div#body-wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 928px;
}

div#main-content {
	background-color: #ddeeff;
	width: 928px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
	font-size: 11px;
	color: #000000;
	position: relative;
}

/* --- toolbar --- */

div#toolbar-background {
	background-color: #ffffff;
	width: 920px;
	height: 27px;
	margin: 4px;

	position: absolute;
	top: 0px;
	z-index: 1;

	filter: alpha(opacity=60);
	opacity: .60;
	
}

div#toolbar {
	width: 908px;
	margin: 4px;
	font-size: 12px;
	font-family: Comic Sans MS;
	font-weight: normal;

	position: absolute;
	top: 0px;
	z-index: 2;
	padding: 5px;
}

div#menu-bar-wrapper {
	background-color: #54166E;
	height: 222px;
	width: 928px;
	margin-left: 0px;
	margin-right: 0px;
	font-size: 10px;
	font-color: #000000;
	margin-top: 8px;
}

div#menu-bar-text {
	width: 95px;
	text-align: center; 
	padding: 10px;
	margin-top: 1px;
	float: left;
	font-size: 10px;
	color: #FFFFFF;
	text-transform: uppercase; 
}

div#stats-page-right-image {
	background-image: url(../images/stats_page_right.gif);
	background-repeat: no-repeat;
	height: 133px;
	width: 67px;
}

div#home-news {
	background-image: url(../images/home_news.gif);
	background-repeat: no-repeat;
	height: 176px;
	width: 59px;
}

div#home-try {
	background-image: url(../images/home_try.gif);
	background-repeat: no-repeat;
	height: 176px;
	width: 341px;
}

div#home-playlearn {
	background-image: url(../images/home_playlearn.gif);
	background-repeat: no-repeat;
	height: 174px;
	width: 112px;
}

div#home-safetyprivacy {
	background-image: url(../images/home_safetyprivacy.gif);
	background-repeat: no-repeat;
	height: 158px;
	width: 220px;
}

div#home-welcome {
	background-image: url(../images/home_welcome.gif);
	background-repeat: no-repeat;
	height: 175px;
	width: 220px;
}

div#last-visit-image {
	background-image: url(../images/last_visit_icon.gif);
	background-repeat: no-repeat;
	height: 25px;
	width: 25px;
}

div#number-of-visits-image {
	background-image: url(../images/number_of_visits_icon.gif);
	background-repeat: no-repeat;
	height: 25px;
	width: 25px;
}

div#number-of-exercises-started-image {
	background-image: url(../images/number_of_exercises_started_icon.gif);
	background-repeat: no-repeat;
	height: 25px;
	width: 25px;
}

div#number-of-exercises-finished-image {
	background-image: url(../images/number_of_exercises_finished_icon.gif);
	background-repeat: no-repeat;
	height: 25px;
	width: 25px;
}

div#number-of-games-played-image {
	background-image: url(../images/number_of_games_played_icon.gif);
	background-repeat: no-repeat;
	height: 25px;
	width: 25px;
}

div#toolbar-image {
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	height: 215px;
	width: 928px;
	position: relative;
	z-index: 0;
}

div#slogan1 {
	position: absolute;
	top: 30px;
	left: 30px;
	color: #ff0080;
	font-size: 40px;
	font-family: Comic Sans MS;
	font-weight: normal;
}

div#slogan2 {
	position: absolute;
	top: 90px;
	right: 30px;
	color: black;
	font-size: 20px;
	font-family: Comic Sans MS;
	font-weight: normal;
}

div#slogan3 {
	width: 200px;
	height: 238px;
	text-align: center;
	position: absolute;
	top: 13px;
	right: 3px;
	color: white;
	font-size: 27px;
	font-family: Comic Sans MS;
	font-weight: bold;
}

div#slogan4 {
	width: 200px;
	height: 203px;
	text-align: center;
	position: absolute;
	top: 48px;
	right: 3px;
	color: white;
	font-size: 17px;
	font-family: Comic Sans MS;
	font-weight: bold;
}

div#demo a {
	width: 200px;
	height: 80px;
	text-align: center;
	position: absolute;
	top: 424px;
	right: 3px;
	color: #ff0080;
	font-size: 40px;
	font-family: Comic Sans MS;
	font-weight: bold;
	text-decoration: none;
}

div#registration-image {
	background-image: url(../images/registration_banner.gif);
	background-repeat: no-repeat;
	height: 81px;
	width: 454px;
}

div#logo_cb {
	background-image: url(../images/logo_cb.gif);
	background-repeat: no-repeat;
	height: 55px;
	width: 170px;
}

div#payment_methods_cb_nl {
	background-image: url(../images/payment_methods_nl.gif);
	background-repeat: no-repeat;
	width: 160px;
	height: 130px;
	vertical-align: middle;
}

div#payment_methods_cb_be {
	background-image: url(../images/payment_methods_be.gif);
	background-repeat: no-repeat;
	width: 100px;
	height: 126px;
}

div#payment_methods_cb_se {
	background-image: url(../images/payment_methods_se.gif);
	background-repeat: no-repeat;
	width: 100px;
	height: 126px;
}

div#payment_methods_cb_fi {
	background-image: url(../images/payment_methods_fi.gif);
	background-repeat: no-repeat;
	width: 100px;
	height: 126px;
}

div#payment_methods_cb_lt {
	background-image: url(../images/payment_methods_lt.gif);
	background-repeat: no-repeat;
	width: 100px;
	height: 126px;
}

div#payment_methods_cb_le {
	background-image: url(../images/payment_methods_le.gif);
	background-repeat: no-repeat;
	width: 100px;
	height: 126px;
}

div#telefoon {
	background-image: url(../images/telefoon.gif);
	background-repeat: no-repeat;
	height: 55px;
	width: 28px;
}

div#toolbar-menu {
	position: absolute;
	bottom: 0px;
	left: 0px;
}

td#toolbar-menu-item-left {
	width: 34px;
	height: 27px;
	background-image: url(../images/3/menu-item-left.png);
	background-repeat: no-repeat;
}

td#toolbar-menu-item-middle {
	height: 27px;
	background-image: url(../images/3/menu-item-middle.png);
	background-repeat: repeat-x;
}

td#toolbar-menu-item-right {
	width: 34px;
	height: 27px;
	background-image: url(../images/3/menu-item-right.png);
	background-repeat: no-repeat;
}

div#toolbar-pinkelcount {
	width: 310px;
	float: left;
	text-align: center; 
	padding: 7px;
}

#toolbar-sites form {
	margin: 0;
	padding: 0;
}

#toolbar-sites select {
	margin: 0;
	padding: 0; 
	font-family: Comic Sans MS; 
	font-size: 9px; 
	color: #000000;
}

/* --- buttons --- */

input.btn {
	color: #FFFFFF;
	font-family: Comic Sans MS;
	font-size: 100%;
	font-weight: bold;
	background-color: #7FBF3F;
}

.button {
	border: 1px solid;
	border-color: #ffffff #533914 #533914 #ffffff;
	padding: 2px 3px;
	font: bold 11px Comic Sans MS;
	color: #FFF;
	background: #009999;
	text-decoration: none;
	margin: 0;
}

.textnexttobutton {
	padding: 2px 3px;
	font: 11px Comic Sans MS;
	margin:0;
}

/* --- menubar --- */

.menubar-style {
	width: 920px;
}

.menubar-style table {
	width: 920px;
}

.menubar-style td {
	margin: 0px;
	padding: 5px;
	text-align: center;
	width: 0%;
	font-size: 16px;
	font-family: Comic Sans MS;
	font-weight: bold;
}

div#menubar-background {
	background-color: #ffffff;
	width: 920px;
	height: 34px;
	margin: 4px;

	position: absolute;
	top: 173px;
	z-index: 1;

	filter: alpha(opacity=60);
	opacity: .60;
}

div#menubar-hl-1 {
	width: 918px;
	margin-left: 4px;
	margin-right: 4px;
	
	position:absolute;
	top: 177px;
	z-index: 2;
}

div#menubar-hl-2 {
	background-image: url(../images/navbar_02.gif);
		background-repeat: no-repeat;
}
div#menubar-hl-3 {
	background-image: url(../images/navbar_03.gif);
		background-repeat: no-repeat;
}
div#menubar-hl-4 {
	background-image: url(../images/navbar_04.gif);
		background-repeat: no-repeat;
}
div#menubar-hl-5 {
	background-image: url(../images/navbar_05.gif);
		background-repeat: no-repeat;
}
div#menubar-hl-6 {
	background-image: url(../images/navbar_06.gif);
		background-repeat: no-repeat;
}
div#menubar-hl-7 {
	background-image: url(../images/navbar_07.gif);
		background-repeat: no-repeat;
}
div#menubar-hl-8 {
	background-image: url(../images/navbar_08.gif);
		background-repeat: no-repeat;
}

.tableheaderemail
{
	font-size: 11px;
	font-weight: bold;
	color: #009999;
}

.tablecontentemail
{
	font-size: 11px;
	text-align: center; 
}

.mailboxchoice {
	font-size: 12px;
	font-weight: bold;
	color: #009999;
}

/* --- columns on the pages --- */

div#left-image {
	margin-bottom: 4px;
	height: 80px;
}

div#middle-button-top {
	margin-bottom: 4px;
	height: 80px;
	background-color: white;
	text-align: center;
	font-family: Comic Sans MS;
	font-weight: bold;
	font-size: 32px;
}

div#middle-button-top-align {
	padding-top: 20px;
}

div#middle-button {
	margin-bottom: 4px;
	height: 80px;
	background-color: white;
	text-align: center;
	font-family: Comic Sans MS;
	font-size: 16px;
}

div#middle-button-align {
	padding-top: 30px;
}

div#right-image-top {
	margin-bottom: 4px;
	height: 164px;
}

div#right-image {
	margin-bottom: 4px;
	height: 80px;
}

.column-top {
	background-color: #ff0080;
    font-weight: bold;
    font-size: 11px;
    color: #FFFFFF;
    width: 100%;
    height: 26px;
    padding: 0px;
    margin: 0px;
}

.column-header {
    height: 19px; 
    padding: 7px 8px 0px 8px;
}

.column-body {
    background-color: white;
    width: 100%;
    padding: 0px;
}

.column-body-content {
    padding: 3px;
}

.column-bottom  {
	background-color: white;
    width: 100%;
    height: 5px;
    margin: 0;
}

ul {
	margin:0;
	margin-left:1.3em;
	padding-left:0;
}

ol {
	margin-left:2em;
}

img {
	vertical-align: middle;
}

form {
	padding: 0px;
	marging: 0px;
	display: inline;
}