html {
	scrollbar-width: thin;
	scrollbar-color: #0c68 #0008;
}

body {
	position: absolute;
	width: 100%;
	background: #000 url('/gfx/chstrm/background-empty-v2.jpg') left top;
	background-attachment: fixed;
	color: #eee;
	font-family: 'Trebuchet MS', sans-serif;
	padding: 0px;
	margin: 0px;
}

#page{
	position: relative;
	background: url('/gfx/chstrm/trans-80.png');
	min-width: 200px !important;
	width: 100%;
	max-width: 970px !important;
	min-height: 350px !important;
	bottom: 0px;
	height: 50%;
	margin: 5px auto;
	padding-bottom: 50px !important;
	padding: 0px 12px 12px 12px;
	border-radius: 7px;
}
#header{
	padding: 6px;
	text-align: center;
}
.header{
	zbackground: url('/gfx/chstrm/echstreme-banner2017-v1-nobg-small.png'); center top no-repeat;
	color: #FFF;
}
#content {
	overflow-y: auto;
	position: relative;
	zmax-height: 700px;
	zbottom: 40px;
	padding: 4px 0 24px 0;
}
#footer {
	position: absolute;
	bottom: 10px;
	left: 12px;
	right: 12px;
	color: #787;
	background: url('/gfx/chstrm/trans-50.png');
	zpadding: 5px 20px;
	zborder-top: 5px #efefef solid;
	text-align: center;
	font-size: 0.8em;
	border-bottom-radius: 5px;
}
#footer a {
	color: #00cc66;
}
#footer a:hover {
	color: #00b337;
	font-weight: bold;
}
#navi {
	position: sticky;
	height: 70px;
	top: 0px;
	left: 0px;
	right: 0px;
	text-align: center;
	vertical-align: center !important;
	zborder: 1px dashed #f00;
	padding: 0px;
	z-index: 10;
}
.navbutton {							/*  */
	
	/* Positioning */
	display: inline-block;
	position: relative;
	height: 40px;
	width: 40px;
	margin: 4px;
	
	/* Object formatting */
	
	background: #000A;
	border-radius: 3px;
	border: 2px solid #aba;
	padding: 10px;
	
	/* Text formatting */
	zcolor: #fff;
	zvertical-align: middle;
	line-height: 50px !important;
}
/*	.navbutton#forum {
		background: url("/gfx/chstrm/icons/x36/forumz.png") no-repeat center;
	}
	.navbutton#webmail {
		background: url("/gfx/chstrm/icons/x36/mail.png") no-repeat;
	}
	.navbutton#login {
		background: url("/gfx/chstrm/icons/x36/login.png") no-repeat;
	}
*/	.navbutton:hover{
		background: #0008;
		width: 44px;
		height: 44px;
		border: 2px dashed #fff;
		margin: 0px 2px;
		color: f00;
		line-height: 44px !important;
	}

.navicon {
	zdisplay: block;
	zposition: relative;
	zmargin: auto;
	zvertical-align: middle;
	ztext-align: center;
	font-size: 40px !important;
	zline-height: 40px !important;
}
.navbutton:hover i{
	font-size: 44px !important;
	line-height: 44px !important;
}

.navtext{
	display: none;
	position: absolute;
	bottom: -32px;
	left: -2px;
	right: -2px;
	zborder: 1px dotted #f00;
	text-align: center;
	font-size: 14px;
}
	.navbutton:hover .navtext{display: block;}

#kleingedruckt {
	margin-top: 20px !important;
	position: relative;
	bottom: 0px;
	left: 0px;
	right: 0px;
	min-height: 20px;
}
#kleinexclam{
	position: absolute;
	left: 5px;
	top: 0px;
	bottom: 0px;
	font-size: 50px !important;
	line-height: 1 !important;
	color: #f00;
}