/* Florian Boo 17.02.09 */

/* Cailbration -------------------------------*/
* {
	margin: 0;
	padding: 0;
	font-family: "Helvetica", Verdana, Arial;
	font-size: 16px;
	color: #000000;
}
p {
	margin-bottom: 26px;
	line-height: 20px;
	width: 300px;
	float: right;
}
a { color: #0000FF; }
.red { color: #990000; }
.blue { color: #003399; }
/* Calibration end ---------------------------*/

/* Title styles ------------------------------*/
h1 {
	font-size: 30px;
	font-weight: bold;
	color: #336600;
	line-height: 32px;
}
h2 {
	font-size: 20px;
	font-weight: bold;
	color: #336600;
	line-height: 22px;
}
h3 {
	font-size: 18px;
	font-weight: bold;
	color: #336600;
	margin-bottom: 10px;
}
h4 {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 6px;
}
/* Title styles end --------------------------*/

/* Body --------------------------------------*/
body { background-image: url(images/bg0.gif); }
/* Body end ----------------------------------*/

/* Head --------------------------------------*/
#head {
	position: relative;
	width: 800px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
}
	#head .edge_l {
	position: absolute;
	top: 0;
	left: -100px;
	width: 100px;
	height: 100%;
	background-image: url(images/edge_l.png);
	background-repeat: repeat-y;
	}
	#head .edge_r {
	position: absolute;
	top: 0;
	right: -100px;
	width: 100px;
	height: 100%;
	background-image: url(images/edge_r.png);
	background-repeat: repeat-y;
	}
	#logo {
		position: absolute;
		top: 10px;
		right: 20px;
		z-index: 100;
	}
	#headline { padding: 20px 100px 0 30px; }
	#video {
		position: absolute;
		right: 3px;
		bottom: 3px;
		border: 2px solid #666666;
		z-index: 300;
	}
/* Head end ----------------------------------*/

/* Images ------------------------------------*/
.images {
	width: 740px;
	margin-right: auto;
	margin-left: auto;
}
/* Images end --------------------------------*/

/* Subtitle ----------------------------------*/
#subtitle {
	width: 740px;
	margin-right: auto;
	margin-left: auto;
	padding: 20px 30px 20px 30px;
}
/* Subtitle end ------------------------------*/

/* Wrapper -----------------------------------*/
#wrapper {
	position: relative;
	width: 740px;
	background-color: #FFFFFF;
	padding: 0 30px 30px 30px;
	margin: 0 auto 10px auto;
}
	#wrapper .edge_l {
	position: absolute;
	top: 0;
	left: -100px;
	width: 100px;
	height: 100%;
	background-image: url(images/edge_l.png);
	background-repeat: repeat-y;
	}
	#wrapper .edge_r {
	position: absolute;
	top: 0;
	right: -100px;
	width: 100px;
	height: 100%;
	background-image: url(images/edge_r.png);
	background-repeat: repeat-y;
	}
table {
	margin: 30px 0 30px 0;
}
/* Wrapper end -------------------------------*/
