@import url('fonts.css');
@import url('navigation.css');
@import url('news.css');
@import url('images.css');
@import url('forms.css');
@import url('search.css');
@import url('customdb.css');
@import url('osc.css');
@import url('../flowplayer/orthopharma/css/orthopharma.css');
@import url('../lightwindow/css/lightwindow2.css');
@import url('extra.css');

#wrapper {
	width: 900px;
	margin: 0 auto;
}
#header {
	position: relative;
	height: 80px;
}
#language {
	position: absolute;
	top: 38px;
	right: 235px;
	margin: 0;
	text-align: right;
}
#language li {
	display: inline;
	padding: 0;
	background: none;
}
#language a {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	margin: 0 2px;
	display: block;
	float: left;
}
#language a.active, #language a:hover {
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
#logo {
	position: absolute;
	top: 15px;
	left: 30px;
}
#banner {
	_height: 36px;
	min-height: 36px;
	background: #e5eef2 url('../images/navigation_subnavigation_background.png');
}
#left {
	float: left;
	width: 540px;
	padding: 0 30px;
}
#right {
	float: left;
	width: 270px;
	padding-right: 30px;
}
#footer {
	padding-bottom: 15px;
	background: url('../images/footer_background.png') no-repeat;
}
#footer .left {
	float: left;
	width: 540px;
	margin: 20px 0 0 30px;
}
#footer .right {
	float: right;
	width: 270px;
	margin: 20px 30px 0 0;
}
#credits {
	margin: 0;
	text-align: right;
}
#credits,
#credits a { 
	color: #d9d9d9;
}
#sitemap-button {
	position: relative;
	height: 48px;
	margin: 20px 0;
	background: url('../images/sitemap_background.gif') 30px center no-repeat;
}
#sitemap-button h2 {
	position: absolute;
	top: 9px;
	left: 80px;
	margin: 0;
	font: bold 11px "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Arial, Helvetica, sans-serif;
	color: #00b8e4;
}
#sitemap-button p {
	position: absolute;
	top: 22px;
	left: 80px;
	margin: 0;
}
.clear {
	clear: both;	
}
.dummy {
	display: none;
}