Hi Jan,
in your css file /wp-content/themes/u-design/styles/common-css/960.css?ver=1.0 on line 18 it is making the sidebar float left for .grid_8 if you use css like below in you child theme then that might solve the issue.
#sidebar.grid_8 {
width: 20%;
}
Tim