@charset "UTF-8";
/**
 * MAN Framework Styles - General Layout
 *
 * @project       MAN Web 2012/2013
 * @package       html-css-js
 * @subpackage    css
 * @author        Timo Mayer, VI
 *
 * @note all styles should be concatenated and minified to one file (eg. man.all.min.css) in production use
 */

/**
 * @section  main content area
 */

#main {
	margin: 0 auto;
	position: relative;
    z-index: 5;
}

.entry #stage + #main #content > .row:first-child,
#entry-nav + #main #content > .row:first-child {
	margin-top: 4px;
}

/**
 * @section  stage
 */

#stage {
	position: relative;
	width: 100%;
	background: #fff;
	margin: 0 0 30px;
	-webkit-box-shadow: 0 0 15px 15px #bdbdbd;
	box-shadow: 0 0 15px 15px #bdbdbd;
}

#stage.followed-by-entry-nav {
	margin: 0;
	background: #eaebec !important;
}
#stage.actionbar.followed-by-entry-nav {
	background: none !important;
}

.no-boxshadow #stage {
	margin: 0;
	padding: 0 0 30px;
	background: #fff url(http://www.man.eu/media/resources/img/bg_stage.png) repeat-x left bottom;
}

.entry #stage,
.no-boxshadow .entry #stage {
	margin: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding-bottom: 0;
	background: #fff;
}

#stage.actionbar {
	-webkit-box-shadow: none;
	box-shadow: none;
	padding-bottom: 0;
	background: #fff;
}

#stage > section,
#stage > div {
	width: 940px;
	margin: 0 auto;
}

#stage .teasers {
	margin-top: 20px;
}

.lt-ie8 #stage .teasers {
	zoom: 1;
}

#top-scroller {
	position: fixed;
	display: none;
	width: 19px;
	height: 16px;
	top: 50%;
	margin: 0 0 0 -33px;
	padding: 0;
	background: #303c49 url(http://www.man.eu/media/resources/img/sprites/general.png) no-repeat top left;
	background-position: 6px -1953px;
	border: 1px solid #5c6570;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	font-size: 11px;
	line-height: 16px;
	color: #fff;
	text-align: center;
}

#content + aside {
	padding-top: 5px;
}