@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background: #fff url(/pub/images/body/bodybg.png) repeat-x 0 0;
	font-size: 75%;
	font-family: Arial, sans-serif, Tahoma, sans-serif;
	line-height: 150%;
	text-align: center;
}

#wrapper {
	margin: 0 auto;
	text-align: left;
	width: 960px;
}

/* Head
************************************************/

#head {
	height: 157px;
	overflow: hidden;
	background: url(/pub/images/body/headbg.png) repeat-x 0 0;
}

#head div {
	height: 157px;
	background: url(/pub/images/body/headimg.jpg) no-repeat 0 0;
}

#head h1 {
	margin-left: 650px;
	height: 97px;
	width: 290px;
	background: url(/pub/images/body/logo_de.png) no-repeat 0 0;
}

body#en #head h1 {
	background: url(/pub/images/body/logo_en.png) no-repeat 0 0;
}

#head h1 a {
	display: block;
	height: 97px;
	text-indent: -200em;
}

/* Stage
************************************************/

#stage {
	background: url(/pub/images/body/stagebg.jpg) no-repeat 0 0;
}

#stageInner {
	background: #fff url(/pub/images/body/stagebg.jpg) no-repeat -10px 0;
	margin-left: 10px;
	min-height: 300px;
	padding-bottom: 1em;
}

#sidebar {
	float: left;
	width: 200px;
	padding-top: 20px;
	overflow: hidden;
}

#sidebarInner {
	margin-left: 20px;
}

#navi {
	margin-bottom: 1em;
}

#navi li {
	list-style: none;
	margin-left: 0;
}

#navi li a {
	display: block;
	text-decoration: none;
	color: #036;
	padding: 0.3em 10px 0.3em 20px;
	border-bottom: 1px solid #b2c1d1;
}

#navi li.active {
	background-color: #e5eaef;
	font-weight: bold;
}

#navi li.active a {
	font-weight: bold;
	border-bottom: 1px solid #b2c1d1;
}

#navi li a:hover, #navi li a:focus {
	background-color: #fffcf2;
}

#navi li.active ul {
	background: #f2f4f7 url(/pub/images/body/subnavibg.png) repeat-x 0 0;
	border-bottom: 1px solid #b2c1d1;
}

#navi li.active ul li a {
	background-color: none;
	padding: 0.3em 10px 0.3em 30px;
	font-weight: normal;
	border-bottom: none;
}

#navi li.active ul li.active {
	background: none;
}

#navi li.active ul li.active a {
	font-weight: bold;
}

#navi li.active a:hover, #navi li.active a:focus,
#navi li ul li a:hover, #navi li ul li a:focus {
	background-color: #f2edde;
}

#content {
	float: right;
	width: 700px;
	margin-right: 20px;
	overflow: hidden;
}

/* Foot
************************************************/

#foot {
	margin-bottom: 2em;
	padding-left: 10px;
}

#footHead {
	background-color: #a0b3c6;
	color: #e7ecf0;
	padding: 3px 20px;
	font-size: 85%;
}

#footHead div {
	float: left;
	width: 300px;
}

#footHead div img {
	vertical-align: middle;
}

#metaNavi {
	float: right;
	width: 400px;
	text-align: right;
}

#metaNavi li {
	display: inline;
	list-style: none;
	margin-left: 1em;
}

#metaNavi li a {
	text-decoration: none;
	color: #e7ecf0;
}

#metaNavi li a:hover, #metaNavi li a:focus {
	color: #036;
}

#footInner {
	background-color: #dae1e8;
	text-align: center;
	font-size: 60%;
	color: #728eaa;
	line-height: 120%;
	padding: 8px;
	border-bottom: 1px solid #a0b3c6;
}

/* langSelector
************************************************/

#langSelector {
	text-align: right;
	font-size: 85%;
	margin: 1px 20px 0 240px;
}

#langSelector li {
	display: inline;
	margin-left: 1em;
}

#langSelector li a {
	text-decoration: none;
	color: #fff;
}

#langSelector li span {
	color: #7f99b2;
	cursor: default;
}

#langSelector li a:hover, #langSelector li a:focus {
	color: #fb0;
}

/* Teaser
************************************************/

div.teaser, div.teaserWide {
	margin: 2em 0;
	width: 720px;
}

div.teaserBox {
	float: left;
	width: 220px;
	margin-right: 20px;
	border-top: 1px solid #b2c1d1;
	padding: 0 0 0.5em 0;
}

div.teaserWide div.teaserBox {
	width: 340px;
}

div.teaserBox h3 {
	background-color: #dae1e8;
	margin: 0 0 0.5em 0;
	font-size: 100%;
	font-weight: bold;
	padding: 5px 10px;
}


