/* Headerbar
--------------------------------------------- */

#topnavi {
	position: fixed;
	top: 0%;
	right: 0%;
	padding: 8px;
	z-index: 9;	
	width: 30%;
}

.topnavifloat_left {
	float: left;
	margin-left: 10px;
}

.topnavifloat_right {
	float: right;
	margin-right: 30px;
}

.topnavilink {
font-size: 20px;
	margin: 0 8px;
}

a.topnavilink:link {
	color: var(--header);
	text-decoration: none;
}

a.topnavilink:visited {
	color: var(--header);
	text-decoration: none;
}

a.topnavilink:hover,
a.topnavilink:active {
	color: var(--header);
	text-decoration: none;
}

/* Index
--------------------------------------------- */

.gloryforum {
	width: 100%;
	margin: auto auto;	
}

.gloryforum td {
	background: var(--userbox);
	border: 1px solid var(--back);
}

.subforen {
	height: 125px;
	overflow: auto;
}

.foreninfo {
	font-size: 12px;
	text-align: justify;
	height: 40px;
	width: 590px;
	overflow: auto;
}

.lastpost {
	padding: 5px;
}

.icon {
	float:left;
}

.forumtitelout {
	padding: 8px 0;
	vertical-align: middle;
display: table-cell;
}

.forumtitel {
	font-size: 28px;
	font-weight: bold;
	text-transform: uppercase;
}

a.forumtitel:link {
	color: var(--header);
	text-decoration: none;
}

a.forumtitel:visited {
	color: var(--header);
	text-decoration: none;
}

a.forumtitel:hover,
a.forumtitel:active {
	color: var(--hover);
	text-decoration: none;
}

.lasttopictitel {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	background: var(--back);
padding: 5px;
margin-bottom: 3px;
}

a.lasttopictitel:link {
	color: var(--header);
	text-decoration: none;
}

a.lasttopictitel:visited {
	color: var(--header);
	text-decoration: none;
}

a.lasttopictitel:hover,
a.lasttopictitel:active {
	color: var(--hover);
	text-decoration: none;
}

.lasttopicuser {
	font-variant: small-caps;
	font-size: 12px;
	background: var(--back2);
padding: 5px 10px;
margin-bottom: 3px;
}

.lasttopicdate {
	font-variant: small-caps;
	font-size: 11px;
	background: var(--back2);
	padding: 5px 10px;
}

.subf {
	font-variant: small-caps;
	font-size: 12px;
	background: var(--back2);
	padding: 4px;
	margin-bottom: 4px;
}

/* Scrollbutton
--------------------------------------------- */
.scroll-btn {
	height: 30px;
	width: 30px;
	border: 2px solid var(--header);
	border-radius: 50%;
	background-color: var(--back2);
	position: fixed;
	bottom: 45px;
	right: 15px;
	opacity: 0.5;
	z-index: 9999;
	cursor: pointer;
	display: none;
}

.scroll-btn .scroll-btn-arrow {
	height: 8px;
	width: 8px;
	border: 3px solid;
	border-right: none;
	border-top: none;
	margin: 12px 9px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
	color: white;
}

.notouch .scroll-btn:hover {
 opacity: 0.8
}

.indexfrow {
	margin: -4px;
}