@import url(http://fonts.googleapis.com/css?family=Open+Sans:700italic,400,700);
body{
	font-family: "Open Sans", "Segoe UI", "Ubuntu Light", Tahoma, "DejaVu Sans", Helvetica, Arial, sans-serif;
	color:black;
	-webkit-font-smoothing: antialiased;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
	background: #7F0000 url(../img/header_image_red.jpg) no-repeat 50% 0px;	
	overflow: hidden;
	word-wrap: break-word;
}
html, button, input, select, textarea{
	font-family: "Open Sans", "Segoe UI", "Ubuntu Light", Tahoma, "DejaVu Sans", Helvetica, Arial, sans-serif;
	font: "Open Sans", "Segoe UI", "Ubuntu Light", Tahoma, "DejaVu Sans", Helvetica, Arial, sans-serif;	
}
#center_content_container{
	padding:0;
	background-color: #f5f5f5;
	opacity:0.90;
	overflow-x:auto;
	overflow-y:scroll;
	max-height:700px;
	word-wrap: break-word;
	margin-bottom:25px;
}
#header_container{
/* 	width:920px; */
	margin:5px;
	margin-bottom:25px;
	height:131px;
	border:1px solid #F8D801;
	background: #7F0000;
	opacity:0.9;
}
#logo_container{
	padding:0;
	background:none;
}
.inner_content_header {
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #666;
}
.inner_content_wrapper {
	padding: 2px 5px 10px;
	margin: 0;
	color: black;
	text-align: center;
	border-bottom: 1px solid #666;
}
#content_container{
	text-align:center;
	background:none;
}
#footer_container{
	height:25px;
	text-align:center;
	font-size: 12px;
	font-weight:normal;
}
.footertext{
	display: inline-block;
	width: 100px;
	background-color: #f5f5f5;
	color:black;
	opacity:0.8;
}
.statistic{
	font-weight:bold;
}
table{
	width:auto;
	margin:0 auto;
	font-size:80%;
}
tfoot td, tfoot th, thead td, thead th, tbody td, tbody th {
	text-align:center;
	padding:0 2px;
}

/*********************** MENU START ***********************/
/* basic menu styles */
.menu-icon{
	width:40px;
	height:32px;
}
.menu-icon::after {
	top:8px;
}
.block-menu {
	display: block;
	background: #000;
	border-top:1px solid #F8D801;
	border-bottom:1px solid #F8D801;
}

.block-menu li {
	display: inline-block;
}

.block-menu li a {
	color: #fff;
	display: block;
	text-decoration: none;
	font-family: 'Passion One', Arial, sans-serif;
	font-smoothing: antialiased;
	text-transform: uppercase;
	overflow: visible;
	line-height: 20px;
	font-size: 24px;
	padding: 15px 10px;
}
/* animation domination */
.three-d {
	perspective: 200px;
	transition: all .07s linear;
	position: relative;
	cursor: pointer;
}
	/* complete the animation! */
	.three-d:hover .three-d-box, 
	.three-d:focus .three-d-box {
		transform: translateZ(-25px) rotateX(90deg);
	}

.three-d-box {
	transition: all .3s ease-out;
	transform: translatez(-25px);
	transform-style: preserve-3d;
	pointer-events: none;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
}

/* 
	put the "front" and "back" elements into place with CSS transforms, 
	specifically translation and translatez
*/
.front {
	transform: rotatex(0deg) translatez(25px);
}

.back {
	transform: rotatex(-90deg) translatez(25px);
	color: #ffe7c4;
}

.front, .back {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: black;
	padding: 15px 10px;
	color: white;
	pointer-events: none;
	box-sizing: border-box;
}

.h-menu{
	float:left;
	width:100%;
	padding:0;
	margin:0;
	list-style-type:none;
	clear:both;
}
.h-menu a{
	float:left;
	text-decoration:none;
	color:white;
	padding:0.2em 0.6em;
	border-right:1px solid white;
}
.h-menu li {
	display:inline;
}
.v-menu{
	float:left;
	padding:0;
	margin:0;
	list-style-type:none;
}
.v-menu a{
	text-decoration:none;
	color:black;
}
.v-menu li{
	margin-bottom:5px;
}
.sub-menu{
	margin-top:5px;
	margin-left:25px;
}
/*********************** MENU END ***********************/