@import url("navigation.css");
@import url("icon.css");
@import url("box.css");
@import url("tabs.css");
@import url("hint.css");


body {
	margin: 0px;
}

body * {
	font-family:verdana, sans-serif;
	font-size: 11px;
}

a {
	text-decoration: none;
	color: #000;
	outline: none;
}

a img {
	border: 0px;
}

h1 {
	display:none;
	clear: both;
	margin: 35px 0px 0px 10px;
	padding: 0;
	font-size: 24px;
	line-height: 24px;
}

h2 {
	margin: 0;
	vertical-align: top;
	font-weight: bold;
	text-align: left;
	padding-bottom: 5px;
	border-bottom: 1px solid #CCC;		
	
}

p {
	margin: 0;
}

form {
	margin: 0;
	padding: 0;
}

#wrapper {
	margin: 0px auto 0px auto;
	width: 965px;
	position: relative;
}

#header {
	position: relative;
}

#logo {
	margin: 20px 0 20px 10px;
}

#language {
	position: absolute;
	right: 10px;
	top: 10px;
}

#breadcrumb {
	display:none;
	margin: 0 0 0 10px;
	padding: 0;
}

#breadcrumb li {
	padding: 0;
	list-style: none;
	float: left;
}

#breadcrumb li.spacer {
	margin: 0 3px;
}

#search {
	position: absolute;
	right: 15px;
}

#content_wrapper {
	padding: 0px 0 10px 1px;
}

table {
	margin: 0 0 15px 0;
}


table tr th {
	vertical-align: top;
	font-weight: bold;
	text-align: left;
}

table tr td {
	padding: 5px 0;
}

table tr td.rowA {
}

table tr td.rowB {
	background-color: #EEE;
}

table tr td.rowAFree {
	background-color: #EEFFEE;
}

table tr td.rowBFree {
	background-color: #DDFFDD;
}

#footerwrapper {
	clear: both;
	border-top: 1px solid #bebebe;
	background: url(/_images/footer.png) 0 0 repeat-x;
	height: 63px;
	margin: 50px 0 0 0;
}

#footer {
	width: 960px;
	padding: 10px 0px;
	margin: 0px auto 0px auto;
}

#footer .row {
	float: left;
	width: 140px;
	margin: 0 10px;
	display: inline;
}

#footer .rowLeft {
}

#footer .rowRight {
	text-align: right;
}

.contentListFirstLevel {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	width: 450px;
}

.contentListFirstLevel li  {
	background: url(/_images/tick.png) 0 3px no-repeat;
	behavior: url(/_js/iepngfix.htc);
	padding: 5px 0 5px 20px;
	width: 400px;
}

.contentListAGB li {
	background: url(/_images/paragraph.png) 0 3px no-repeat;
	behavior: url(/_js/iepngfix.htc);
}

.contentListFaq li {
	background: url(/_images/help.png) 0 3px no-repeat;
	behavior: url(/_js/iepngfix.htc);
}

.contentListRules li{
	background: url(/_images/arrow.png) 0 5px no-repeat;
	behavior: url(/_js/iepngfix.htc);
}

.contentListSecondLevel li {
	background: url(/_images/arrow.png) 0 5px no-repeat;
	behavior: url(/_js/iepngfix.htc);
	padding: 5px 0 5px 20px;
}

.contentListSecondLevel {
	margin: 0;
	padding: 0;
	list-style: none;
}

.agbActive, .faqActive {
	color: #2b6ae2;
}

.fixPNG {
	behavior: url(/_js/iepngfix.htc);
}

.clear {
	display: block;
	clear: both;
}

#parallax {position:relative; overflow:hidden; width:950px; height:150px;}

#parallax img {
	behavior: url(/_js/iepngfix.htc);
	width:950px;
	height:180px;
}