/* This sub css file overwrites the needed classes, so that the
   header area uses smaller images than the intro page
*/


/* Header area for the front page */
#header {
	margin: 0 auto 0 auto;
	width: 100%;
	height: 182px;
	background: url(../images/header.jpg) bottom center no-repeat;
	position: relative;
	font: bold 10px/13px arial, verdana, sans-serif;
  	color: rgb(55%,55%,55%);
}

#header #mblicksel {
	width: 349px;
	height: 33px;
	position: absolute;
	top: 83px;
	left: 96px;
	background: url(../images/mblick-hover.jpg) top center no-repeat;
}
#header #mblick a {
	width: 349px;
	height: 33px;
	position: absolute;
	display: block;
	top: 83px;
	left: 96px;
	background: url(../images/mblick-hover.jpg) -500px 0px no-repeat;
}
#header #mblick a:hover {
	background: url(../images/mblick-hover.jpg) top center no-repeat;
}

#header #chalritzsel {
	width: 81px;
	height: 33px;
	position: absolute;
	top: 83px;
	left: 720px;
	background: url(../images/ritz-hover.jpg) top center no-repeat;
}
#header #chalritz a {
	width: 81px;
	height: 33px;
	position: absolute;
	display: block;
	top: 83px;
	left: 720px;
	background: url(../images/ritz-hover.jpg) -500px 0px no-repeat;
}
#header #chalritz a:hover {
	background: url(../images/ritz-hover.jpg) top center no-repeat;
}


#menuCol {
	margin: 20px 0 0 80px;
}

#header #langbox {
	width: 230px;
	height: 38px;
	position: absolute;
	display: block;
	text-align: left;
	top: 163px;
	left: 101px;
	color: rgb(50%,50%,50%);
	letter-spacing: 0.12em;
}



#header #titlebox {
	top: 165px;
}


.textbox table {
	border: 0;
	margin-left: 32px;
	width: 400px;
}
.textbox table td.alt {
	font-style: italic;
}

.textbox ul {
	margin-left: 22px;
}


.textboxwoodleft table {
	font: 11px/12px "Trebuchet MS", verdana, arial, sans-serif;
	width: 100%;
	border: 0;
	background-color: white;
}
.textboxwoodleft table td, .textboxwoodleft table th {
	padding: 3px;
	vertical-align: top;
}

.textboxwoodleft table th {
	background-color: rgb(35%,35%,35%);
	color: white;
}
.textboxwoodleft table tr {
	margin-bottom: 15px;
}
.textboxwoodleft table .alt {
	background-color: rgb(95%,95%,95%);
}

