/* $Id: global.css 321 2011-01-18 13:16:32Z mh $ */

/* GLOBAL */
body {
	text-align: center;
	background: #fff;
	padding: 0;
	margin: 0;
	text-align: left;
}

#page {
	margin-right: auto;
	margin-left: auto;
	margin-top: 0;
	text-align: left;
	background: #fff;
	padding: 0;
	width: 960px;
}

#header {
	width: 960px;
	height: 65px;
}

#search {
	float: left;
}

#language-switcher {
	float: left;
}

#logo {
	width: 185px;
	text-align: left;
}

#navigation {
	width: 740px;
	height: 75px;
}

#level-1 {
	height: 30px;
	overflow: hidden;
}

#level-2 {
	overflow: hidden;
	padding: 0;
	height: 35px;
	width: 733px;
}

#level-2 .nav-sub-bg {
	border-left: 1px solid #bdbdbe;
	background: #f1f1f1;
	padding: 0 0 5px 5px;
}

#content-main #level-2 .clear {
	background: none;
}

#content-left {
	float: left;
	width: 218px;
}

#content-main {
	float: left;
}

#column-left {
	width: 185px;
	min-height: 500px;
	margin: 0 35px 0 0;
}

#column-middle {
	width: 480px;
	margin: 0 35px 50px 20px;
	float: left;
}

#column-right {
	width: 180px;
	margin: 0;
	float: left;
	margin: 0 0 20px 0;
}

#additional-logo {
	width: 180px;
	margin: 0;
	height: 75px;
}

#footer {
	width: 960px;
	height: 35px;
	clear: both;
}

#footer div.shadow-bottom {
	height: 10px;
	margin: 0 0 0 220px;
}

#navigation-meta {
	width: 420px;
	height: 25px;
	margin: 0 0 0 220px;
	float: left;
}

#copyright-info {
	width: 320px;
	height: 25px;
	float: left;
}

/* Element formatting */
#navigation ul li {
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#navigation #level-1 ul li {
	height: 19px;
	padding: 9px 9px 0 9px;
}

#navigation #level-2 ul li {
	height: 16px;
	padding: 14px 0 0 4px;
}

#breadcrumb {
	width: 480px;
	height: 13px;
	margin:  0 0 35px 0;
	overflow: hidden;
}

div.clear {
	clear: both;
}
