body { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	background-color: #cfd6e1; 
	background-image: url(hg.gif); 
	background-repeat: repeat-y; 
	top: 0; 
	left: 0; 
	right: 0; 
	bottom: 0;
}


.stage { 
	background-color: #fff; 
	background-image: url(stage.gif); 
	background-repeat: repeat-x; 
	height: 320px; 
	width: 110%; 
	left: 0; 
	top: 0; 
	position: absolute; 
	visibility: visible;
}

.content { 
	background-color: #cfd6e1; 
	background-image: url(content_hg.jpg); 
	background-repeat: repeat-y; 
	text-align: left; 
	visibility: visible; 
	position: absolute; 
	top: 0; 
	left: 220px; 
	width: 100%; 
	height: 800px;
	border-bottom: 1px solid #606060; 
}
.content_stage { 
	background-color: #fff; 
	background-image: url(content_wh-hg.jpg); 
	background-repeat: repeat-y; 
	text-align: left; 
	visibility: visible; 
	position: absolute; 
	top: 20px; 
	width: 100%; 
	height: 300px;
}
.text {
	margin-top: 20px;
	margin-left: 55px;
	width: 50%; 
	height: 300px;

}
.footer { 
	position: absolute; 
	bottom: 0; 
	width: 100%; 
}

.header { 
	position: absolute; 
	top: 0; 
	width: 100%; 
}	

.menue { 
	font-size: 12px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	line-height: 22px; 
	text-align: right; 
	height: auto; 
	width: 150px; 
	left: 60px; 
	top: 100px; 
	position: absolute; 
	visibility: visible;
}

a:link    { color: #6a7279; text-decoration:none }
a:visited { color: #6a7279; text-decoration:none  }
a:focus   { color: #6a7279; text-decoration:none  }
a:hover   { font-weight:bold; color:#ff9600; text-decoration:none }
a:active  { font-weight:bold; color:#d7d7d7; text-decoration:none }


.text, h1  { 
	font-size: 18px;
	color: #444444;	
}

.text, p {
	font-size: 12px;

}