/* html5doctor.com/html-5-reset-stylesheet/ */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,time,mark,audio,video { margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent; } 
body { line-height:1; }
ol,ul { list-style:none; }
blockquote,q { quotes:none; }
blockquote:before,blockquote:after,q:before,q:after { content:'';content:none; }
ins { text-decoration:none; }
del { text-decoration:line-through; }
table { border-collapse:collapse;border-spacing:0; }

img { border: 0; }
a { outline: 0; }

body {
	background: #fff;
	font: normal 100%/1.5 "proxima-nova", "Helvetica", Arial, sans-serif;
	-webkit-text-size-adjust: 100%;
	background: transparent url('/img/dyske/h-rule.png') repeat-x scroll top left;	
	
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale; 
	font-smoothing: antialiased;
}

/* Self-clearing floating elements */

#wrapper:after,
#stage:after,
#navBar:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#wrapper,
#stage,
#navBar {
	zoom: 1;
}

#systemMessage {
	position: fixed;
	display: block;
	left: 0;
	top: 0;
	width: 100%;
	height: 52px;
	color: #ff0000;
	padding: 0 0 0 0;
	z-index: 10;
	background: transparent url('/img/common/black-trans80.png') repeat scroll top left;
	text-align: center;
	cursor: pointer;
}

#page {
	position: relative;
	width: 96%;
	margin: 0 auto;
	overflow-x: hidden; /* get rid of extra margin on iOS */
}

#header {
	position: relative;
	clear: both;
	display: block;
	float: left;
	width: 100%;
	height: 80px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	overflow: hidden;
}

#masthead {
	position: relative;
	clear: both;
	display: block;
	width: 100%;
	height: 80px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	overflow: hidden;
}

#leftRule, #rightRule {
	display: block;
	position: relative;
	height: 72px;
	border-top: 6px solid #000;
}

#leftRule {
	float: left;
	width: 67.2916666667%; /* Scale: 646 / 960 */
}

#rightRule {
	float: right;
	width: 30.6250000000%; /* Scale: 294 / 960 */
}

div.notchLeft, div.notchRight {
	display: block;
	height: 15px;
	width: 1px;
	background-color: #ccc;
}

div.notchLeft { float: left; }
div.notchRight { float: right; }

#logo {
	position: absolute;
	top: 0;
	left: 2%;
	display: block;
	border: 0;
	height: 80px;
}

#wrapper {
	background-color: #ebedee;
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

#stage {
	position: relative;
	clear: both;
	display: block;
	margin: 2.08333333% auto;
	padding: 0 0 0 0;
	overflow: hidden;
	width: 95.833333333333%;
	background-color: #fff;

	/* Doug Neiner Method of faux columns (http://css-tricks.com/fluid-width-equal-height-columns/) */
	background-image: -webkit-gradient( linear, left top, right top,
		color-stop(0, #fff),
		color-stop(68.04347826%, #fff),
		color-stop(68.04347826%, #ebedee),
		color-stop(70.21739130%, #ebedee),
		color-stop(70.21739130%, #fff),
		color-stop(100%, #fff)
	);   	
	background-image: -webkit-linear-gradient( left, 
		#fff, 
		#fff 68.04347826%,
		#ebedee 68.04347826%,
		#ebedee 70.21739130%,
		#fff 70.21739130%,
		#fff 100%
	);
	background-image: -moz-linear-gradient( left, 
		#fff, 
		#fff 68.04347826%,
		#ebedee 68.04347826%,
		#ebedee 70.21739130%,
		#fff 70.21739130%,
		#fff 100%
	);
	background-image: -ms-linear-gradient( left, 
		#fff, 
		#fff 68.04347826%,
		#ebedee 68.04347826%,
		#ebedee 70.21739130%,
		#fff 70.21739130%,
		#fff 100%
	);
	background-image: -o-linear-gradient( left, 
		#fff, 
		#fff 68.04347826%,
		#ebedee 68.04347826%,
		#ebedee 70.21739130%,
		#fff 70.21739130%,
		#fff 100%
	);
}

#main {
	width: 68.04347826%; /* Scale: 616 / 900 */
	float: left;
}

#sub {
	width: 29.78260870%; /* Scale: 264 / 900 */
	float: right;
}

#mobileMenuSwitch {
	display: none;
}

#content {
	position: relative;
	float: left;
	clear: both;
	display: block;
	overflow: hidden;
	width: 93.61022364%;
	padding: 3.19488818%;
}

#sidebar {
	position: relative;
	float: left;
	display: block;
	overflow: hidden;
	width: 85.40145985%;
	padding: 7.29927007%;
}

#footer {
	position: relative;
	clear: both;
	bottom: 0;
	display: block;
	width: 100%;
	margin: 0 0 0 0;
	padding: 0.5em 0 2em 0;
}

#footerContent {
	clear: both;
	display: block;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#footer p {
	display: block;
	color: #777;
	font-size: 0.5em;
	line-height: 1.25;
	text-align: left;
	margin: 0 0 0 0;
}


