html {
	background: url("../graphics/bg.png") top;
}
body {
	background: url("../graphics/bg.png") top;
}
#page {
	margin: 0px auto; width: 960px; height: auto; border-right-color: lightgrey; border-left-color: lightgrey; border-right-width: thin; border-left-width: thin; border-right-style: solid; border-left-style: solid; background-color: rgb(242, 242, 242);
}
#header {
	background: url("../graphics/teaser.png") no-repeat left top; height: 320px;
}
#header-title {
	padding: 0px 20px 20px; left: 330px; top: 15px; width: 350px; height: 35px; color: white; overflow: hidden; font-size: 30pt; font-weight: bold; position: relative;
}
#header-moto {
	padding: 0px 20px; left: 400px; top: 3px; width: 300px; height: 30px; color: black; overflow: hidden; font-size: 15pt; position: relative;
}
#header a {
	color: black; text-decoration: none;
}
#menu {
	background: url("../graphics/menu_bg.png") repeat-x; padding: 0px 40px; width: 877px; height: 49px; font-size: 12pt; margin-bottom: 10px; border-right-color: black; border-left-color: black; border-right-width: thin; border-left-width: thin; border-right-style: solid; border-left-style: solid; float: left;
}
#menu ul {
	margin: 0px; padding: 0px;
}
#menu ul li {
	padding: 0px; width: auto; height: 49px; float: left;
}
#menu ul li.first {
	border-left-color: black; border-left-width: thin; border-left-style: solid;
}
#menu ul li a {
	background: url("../graphics/menu_link.png") no-repeat right top; padding: 13px 20px 0px; height: 36px; text-align: center; color: white; overflow: hidden; font-weight: bold; text-decoration: none; display: block;
}
#menu ul li a:hover {
	background: url("../graphics/menu_link.png") no-repeat right bottom;
}
#menu ul li a.selected {
	background: url("../graphics/menu_link.png") no-repeat right bottom;
}
#menu ul li a span {
	color: rgb(255, 255, 255); font-size: 12px; font-weight: normal; display: block;
}
#left-column {
	width: 304px; float: left;
}
#left-column-content {
	padding-top: 30px;
}
#left-column-content .sidepanel-content {
	padding-left: 20px;
}
#left-column-content .news h3 {
	margin: 0px 0px 0.5em; font-size: 12px;
}
#left-column-content .news a {
	font-weight: bold;
}
#left-column-content .news p {
	margin-bottom: 1.75em;
}
#left-column-content .news p span {
	font-style: italic; font-weight: bold;
}
#content {
	padding: 10px 30px; width: 900px;
}
#right-column {
	width: 672px; float: right;
}
#right-column-content {
	padding: 30px;
}
#teaser {
	background: url("../graphics/teaser.jpg") no-repeat left top rgb(255, 255, 255); width: 672px; height: 329px; float: left;
}
#teaser p {
	padding: 276px 15px 0px; color: rgb(255, 255, 255); font-size: 24px;
}
#footer {
	padding: 18px 20px; width: 920px; height: 18px; color: rgb(76, 76, 76); float: left; background-color: rgb(216, 216, 216);
}
#footer p {
	float: left;
}
#footer img {
	float: right;
}
#footer span {
	float: right;
}
#footer a {
	font-weight: bold;
}
p.float {
	margin-top: 1em; margin-right: 30px; float: left;
}
.clear {
	clear: both;
}
div.clear {
	height: 1px; overflow: hidden;
}
