#global_wrap.with_sidebar {
	width: 971px;
}
#global_wrap {
	width: 800px;
}
#header {
	width: 800px;
	background: url(../gfx/im_vinjett_01.jpg) no-repeat right top;
}
a#logo:focus {
	outline: none;
}
#menu_bar {
	width: 145px;
	padding: 2.8em 15px 0 15px;
	float: left;
}
#sidebar {
	width: 171px;
	float: left;
}
#content {
	float: left;
	width: 623px;
	border: 1px solid #C9C9DE;
}
#breadcrumb {
	margin: 0 0 0 175px;
	padding-left:15px;
	height: 25px;
	line-height: 25px;
	background: #5863A3;
	color: white;
	font-size: 14px;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#breadcrumb a, #breadcrumb a:visited {
	text-decoration: none;
	}
#breadcrumb a:hover {
	text-decoration: underline;
	}


div.columns {
	clear: both;
}
div.column {
	float: left;
}
.two .column {
	width: 50%;
}
.two .narrow {
	width: 33.3%;
}
.two .wide {
	width: 66.7%;
}