// usb_modeswitch custom

body {
//	height: 100%;
//	padding: 0;
//	margin: 0;
//	margin-top: 0px;
//	margin-left: 0px;
	padding: 1em;
	margin: 0;
	margin-top: 4px;
	margin-left: 4px;
}

.mnavbar {
	border-width: 3px;
	border-style: solid;
	border-color: AntiqueWhite;
	background-color: #D6CCC0;
	font-family: Verdana, Arial, Sans-Serif;
	margin-top: 8px;
	margin-bottom: 12px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 4px;
	padding-right: 4px;
	line-height:160%;
	font-size: 12px;
}

.mnavlink {
	color: Black;
	font-weight: bold;
	text-decoration: none;
}

.mpagination {
	padding: 4px;
	color: black;
	font-size: 1em;
	font-weight: bold;
} 

img.logo {
	text-align: left;
	border-style: solid;
	border-width: 4px;
	border-color: AntiqueWhite;
	margin-top: 0;
	margin-left: 0px;
	margin-bottom: 4px;
}

font.inactive {
	color: #555555;
	font-weight: bold;
}

.outer {
	background-color: #838978;
}

.inner_ov {
	background-color: #D6CCC0;
}

.topiclist {
	background-color: #D6CCC0;
}

.toptable {
	border-style: solid;
	border-width: 4px;
	border-color: AntiqueWhite;
	margin-bottom: 6px;
}

#forum {
	width: 95%;
	height: 100%;
	background-color: #D6CCC0;
	margin: 0 auto
}

#bodyline {
	width: 100%;
//	padding: 10px 0;
	vertical-align: top;
	text-align: left
}


ul.topiclist dd {
	border-left-color: #D6CCC0;
}

.rtl ul.topiclist dd {
	border-right-color: #D6CCC0;
}

li.row {
	border-top-color:  #D6CCC0;
}

li.row:hover dd {
	border-left-color: #D6CCC0;
}

.rtl li.row:hover dd {
	border-right-color: #D6CCC0;
}


















// Ende usb_modeswitch custom



.site-description p {
	display:none;
}

.nav-main li a {
	color:#111111;
}


li.header {
	border:1px solid #000000;
	border-left:none;
	border-right:none;
	border-bottom:none;
}


.button-first-word {
	color:#9f0002;
}

.button:hover span > .button-first-word {
	color:#760000;
}

ul.topiclist li.row dd {
	background:#ebebeb;
}

ul.topiclist.topics li.row dd.lastpost {
	background:#e3e3e3;
}

ul.topiclist li.header {
	padding-top:5px;
	margin-top:5px;
//	margin-bottom:5px;
}

dd.redirect {
	width:440px;
}

.time {
	border:1px solid #000000;
	border-left:0;
	border-right:0;
	padding:2px 0;
	margin-top:10px;
}

.nb-stats {
	position:relative;
	background:#f3f3f3;
}

.nb-stat-icon {
	position:absolute;
	width:50px;
	height:100%;
	border-right:1px solid #ffffff;
	background:url(images/whosonline.gif) no-repeat center center;
}

.stat-block {
	border-bottom:1px solid #ffffff;
	margin-left:50px;
}

.stat-block h3 {
	margin-top:0;
}

fieldset.quick-login {
	background:#f3f3f3;
	padding:5px;
	text-align:center;
}

.nb-jump {
	color:#333333;
}

.button:hover > .nb-jump {
	color:#760000;
}

.forum-title {
	margin:0;
}

.stat-block.permissions {
	margin-left:0;
	text-align:right;
}

/* Responsive */

@media (max-width: 700px) {
	.time {
		margin-left:-5px;
		margin-right:-5px;
		padding:2px 5px;
	}
	.nb-stats {
		margin-left:-5px;
		margin-right:-5px;
		margin-top:10px;
	}
	.nb-stat-icon {
		display:none;
	}
	.stat-block {
		margin-left:0px;
	}
}

@media (max-width: 950px) and (min-width: 701px) {
	dd.redirect {
		width:410px;
	}
}
