/* navigation bar */
#bar
{
	position: absolute;
	left: 16px;
	top: 496px;
	width: 968px;
	height: 72px;
	background-color: #433D36;
	background-image: url(../bar/back_bar.png);
	background-repeat: repeat-x;
	z-index: 200;
}

#buero-d-welcome {
	position:absolute;
	left:14px;
	top:11px;
}

#buero-d {
	position:absolute;
	left:11px;
	top:8px;
}

/* bav columns */
#col_01 {
	position:absolute;
	left:324px;
	top:8px;
}

#col_02 {
	position:absolute;
	left:512px;
	top:8px;
}

#col_03 {
	position:absolute;
	left:712px;
	top:8px;
}


