/* Top Panel */

.toppanel {
	overflow: hidden;
	width: 100%;
	height: 0px;
	overflow: hidden;
	top: 0px;
	background-color: #000000;
	z-index: 999999;
position: absolute;
left: 0px;
right: 0px;
border-bottom: 3px solid #000000;
}

.show {
z-index: 999999;
height: 400px;
top: 0px;
}

#tp-button {
	position: absolute;
	right: 0px;
	top: 3px;
	width: 0px;
	height: 0px;
	z-index: 9999999;
	cursor: pointer;
	border-style: solid;
	border-width: 0px 42px 42px 0px;
	border-color:  transparent rgb(68, 68, 68) transparent transparent;
	color: #ffffff;
}
#tp-button i {
position: absolute;
top: 5px;
right: -35px;
}

.tp-button-bottom {
	position: absolute;
	height: 30px;
	width: 30px;
	right: 0px;
	margin-top: 400px;
	z-index: 9999999;
	cursor: pointer;
	
	
}
#tp-container {
	position: relative;
	left: 13%;
	right: 13%;
	width: 74%;
	height: 100%;
	color: #6e6d6d;
	padding-top: 30px;
	line-height: 20px;
	
}

#tp-container .tp-titel {
padding-bottom: 20px;
color: #ffffff !important;
}
#tp-container .tp-titelh {
padding-bottom: 10px;
border-bottom: 1px solid #333;
border-color: #3c3c3c;
font-size: 27px !important;
}
.tp-s1 ,.tp-s2 ,.tp-s3,.tp-s4 {
	height: auto;
	overflow: hidden;
	width: 21%;
	float: left;
	z-index: 999999999;
}
.tp-s2 {
	margin-left: 5%;
	margin-right: 5%;
}
.tp-s3 {
	margin-right: 5%;
}
