BODY {
	background-color: #302F33;
	color: #6c6c6c;
	font-family: Tahoma;
	font-size: 11pt;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	background-image: url(images/bg.png);
}

.shadow {
	-moz-opacity:0.4; 
	opacity: 0.4; 
	filter: alpha(opacity = 40);
	background-color: Black;
	position: absolute;
	z-index: 10;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 2px;
	padding-right: 2px;
	width: 700px;
	border-right: 1px solid #2C2C30;
	border-bottom: 1px solid #2C2C30;
	overflow: hidden;
}
.white {
	background-color: White;
	position: absolute;
	z-index: 20;
	overflow: hidden;
	width: 700px;
	background-image: url(images/grey_bg.png);
	background-position: bottom;
	background-repeat: repeat-x;
}
.head_bg_1, .head_bg_2, .head_bg_3 {
	background-position: top;
	background-repeat: repeat-x;
	height: 60px;
}
.head_bg_1 {
	background-image: url(images/head_bg_1.png);
	border-left: 1px solid #848486;
	border-right: 1px solid #848486;
	padding-right: 2px;
}
.head_bg_2 {
	background-image: url(images/head_bg_2.png);
	border-left: 1px solid #4b4c4d;
	border-right: 1px solid #4b4c4d;
	padding-left: 2px;
}
.head_span {
	background-image: url(images/head_bg_3.png);
	height: 60px;
	width: 60px;
	background-repeat: no-repeat;
	background-position: right;
	position: absolute;
	z-index: 20;
}
.yanone {
	font-family: 'Yanone Kaffeesatz', arial, serif;
	font-size: 40px;
}
