body {
	margin: 0; padding: 0;
	text-align: center;
	background-image: url("../img/bg.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #ffffff;
	font-family: "Lucida Sans", helvetica, arial; font-size: 10pt; color: #000000;
}

div { position: relative; }

div#root {
	width: 815px;
	margin: auto;
	margin-top: 40px;
}

div#headline {
	width: 100%;
	background-image: url("../img/headline-bg.png");
	background-repeat: repeat-x;
	height: 75px;
	z-index: 15;
}

div#headline div#headline-content {
	width: 900px;
	margin: auto;
	font-size: 8pt; color: #ffffff;
}

div#footer {
	margin: 50px 0 20px 0;
	color: #dbdbdb;
	font-size: 8pt;
}

div#videoplayer {
	display: none;
	z-index: 10;
	top: -700px; left: -65px;
	position: absolute;
	width: 960px; height: 540px;
	background-color: #000000;
	margin-bottom: 20px;
	line-height: 600px;
	font-size: 30pt;
	box-shadow: 0 0 10px #cccccc;
}

div#videoplayer div#closevideoplayer {
	position: absolute;
	right: 0; top: 0;
	width: 50px;
	background-color: black;
	color: #ffffff;
	line-height: 1em;
}

/* classes */

div#headline div.headline-left, div#headline div.headline-right {
	float: left;
	width: 190px;
	padding: 15px 0;
	text-align: left;
}

div#headline div.headline-right {
	float: right;
	text-align: right;
	width: auto;
}

ul.subnavigation, ul.subnavigation li {
	float: right;
	margin: 0; padding: 0;
}

ul.subnavigation li {
	float: left;
	margin-left: 20px;
	display: block;
}

div.content-left, div.content-right {
	float: left;
	width: 49%;
	text-align: left;
}

div.content-right {
	float: right;
	text-align: left;
}

span.headline, span.subline {
	font-family: georgia;
	font-size: 35pt;
	color: #595959;
	display: block;
}

span.subline {
	font-size: 25pt;
	margin-top: -15px;
	display: block;
	text-align: right;
	font-style: italic;
}

hr.line {
	border: 0;
	background-color: #595959;
	height: 2px;
	width: 100%;
	margin: 50px 0 80px 0;
}

div.stepbox {
	float: left;
	margin-right: 15px;
	margin-left: 38px;
	width: 223px; height: 129px;
	background-image: url("../img/stepbox-bg.png");
	text-align: left;
}

div.stepbox.last {
	margin-right: 0;
}

div.stepbox div.stepnumber {
	position: absolute;
	left: -36px; top: -30px;
	width: 74px; height: 74px;
	line-height: 64px;
	background-image: url("../img/stepnumber-bg.png");
	font-family: georgia; font-size: 42px; color: #ffffff; font-style: italic;
	text-shadow: 1px 1px #cccccc;
	text-align: center;
}

div.stepbox h2 {
	font-family: georgia; font-weight: lighter; color: #b3b3b3;
	font-style: italic;
	margin-left: 46px;
	font-size: 13pt;
}

div.stepbox p {
	margin: 0 16px;
	font-size: 9pt; color: #595959;
}

span.copyright {
	color: #cccccc;
}

img.playbutton {
/*	position: absolute;
	left: 140px; top: 100px;*/
	margin-bottom: -27px;
}

/* links */

a {
	text-decoration: none;
}

a#closevideoplayerlink {
	color: #ffffff;
}

div#headline a {
	font-size: 9pt; color: #edc716;
	border-bottom: 1px dotted #aaaaaa;
}

div#headline a:hover {
	color: #f5df7b;
}

a#videoplay {
	color: #666666;
	margin-left: 60px;
	font-weight: bold;
}

a#videoplay:hover {
	color: #333333;
}

div#footer a {
	color: #888888;
	border-bottom: 1px dotted #cccccc;
}

/* default */

.clearFloat {
	clear: both;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	border: 0;
}

img { border: 0; }
a img { outline-style: none; }

form { display: inline; }
