@charset "UTF-8";

/**** Hintergrund *******/
body {
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../images/hg_arf.png);
}
#hglightl {
/*	background-image: url(../images/l_links.png);
	background-repeat: no-repeat;
	background-position: right top;
	display:none;*/
}
#hglightr {
/*	background-image: url(../images/l_rechts.png);
	background-repeat: no-repeat;
	background-position: left top;
	display:none;*/
}
#hgboxenl {
/*	background-image: url(../images/b_links.png);
	background-repeat: no-repeat;
	background-position: right bottom;*/
}
#hgboxenr {
/*	background-image: url(../images/b_rechts.png);
	background-repeat: no-repeat;
	background-position: left bottom;*/
}
#hg2 {
	background-image: url(../images/hg_schatten_mitte.png);
	background-repeat: repeat-y;
	background-position: center;
	position: fixed;
	background-attachment: fixed;
	height: 100%;
	width: 100%;
	visibility: visible;
	left: 0px;
	top: 0px;
	z-index: -50;
}
#content_container{
	width: 980px;
	margin: 0px;
	padding: 0px;
	background-color: #2c292d;
	min-height: 590px;
	position: relative;
	text-align: left;
	background-image: url(../images/name_comm_rechts.gif);
	background-repeat: no-repeat;
	background-position: right top;
}