@font-face {
    font-family: "Pathway Gothic One";
    src: url("/templates/default/PathwayGothicOne-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

html, body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	font-size: 12pt;
	font-family: 'Pathway Gothic One', sans-serif;
	color: #666;
	line-height: 18pt;
	background: #0e3700 url("images/background.jpg") no-repeat top center fixed;
}


/* Page */

#page {
	position:relative;
	height:100%;
	width:1100px;
	margin:auto;
	min-height:100%;
}

#page_fb {
	position:relative;
	height:100%;
	width:780px;
	margin:auto;
	min-height:100%;
}


/* Globalheader */

#globalheadermenu{
	position: relative;
	font-family: sans-serif;
	background: #0c7d3d;
	background: rgb(0, 125, 60);
	background: rgba(0, 125, 60, 0.8);
	height: 25px;
	width:100%;
	z-index:100;
}
#globalheadermenu ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
#globalheadermenu li{
	display: block;
	float: left;
	position: relative;
}
#globalheadermenu li > a {
	display: inline-block;
	padding: 0px 10px 0 0px;
	font-size: 8pt;
	color: #ffffff;
	text-decoration: none;
	line-height: 25px;
}
#globalheadermenu li > a:hover {
	color: #cccccc;
}

/* Header */

#header{
	position: relative;
	height:250px;
}

#page_fb > #header{
	position: relative;
	height:10px;
}

#logo{
	position: absolute;
	top: 30px;
	left: 10px;
}
#logo img{
	height:190px;
}

#mehralsfussball{
	position: absolute;
	right:10px;
	bottom:10px;
}

#nextgame{
	position: absolute;
	width:200px;
	background: rgb(255, 255, 255);
	background: rgba(255, 255, 255, 0.8);
	right:0px;
	top:-200px;
	text-align:center;

}

#lastgame{
	position: absolute;
	width:200px;
	right:205px;
	top:-200px;
	text-align:center;
}

/* Content und Menü */

#menu_left{
	float:left;
	width: 200px;
	text-align:center;
	background: rgb(255, 255, 255);
	background: rgba(255, 255, 255, 0.8);
}

#menu_right{
	float:right;
	width: 200px;
	padding-bottom:10px;
	text-align:center;
}

.menuitem_right{
	padding:10px;
	margin-bottom:5px;
	background: rgb(255, 255, 255);
	background: rgba(255, 255, 255, 0.8);
}
.menuitem_left{
	padding:10px 10px 0 10px;
}

#menu_left ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
#menu_left li{
	text-align:center;
	position: relative;
	width:100%;
	z-index: 100;
}

#menu_left li > a{
	display: block;
	padding:3px 20px 3px 20px;
	text-decoration: none;
}
#menu_left li > ul > li > a {
	font-size:80%;
	font-weight: normal;
}
#menu_left li > a:hover {
	background: rgb(64, 235, 138);
	background: rgba(64, 235, 138, 1);
}
#menu_left ul.mainmenu > li.active{
	background: rgb(64, 235, 138);
	background: rgba(64, 235, 138, 1);
}
#menu_left ul.submenu > li.active{
	background: rgb(64, 235, 138);
	background: rgba(64, 235, 138, 1) url("images/pfeil_rechts.png") no-repeat 185px center;
}
#menu_left li.active > ul > li{
	background: rgb(151, 255, 196);
	background: rgba(151, 255, 196, 1);
}

#menu_center ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
#menu_center li{
	float:left;
	text-align:center;
	vertical-align:middle;
	width:190px;
	margin:10px;
	padding:5px;
}

#menu_center li > a{
	margin:auto;
}

#content{
	float:left;
	margin: 0 0 5px 5px;
	padding: 10px;
	width:670px;
	background: rgb(255, 255, 255);
	background: rgba(255, 255, 255, 0.8);
}

#page_fb > #content{
	width:100%;
	margin-left:0;
}

/* Footer */

#footer_sponsoren{
	margin-top:5px;
	background: rgb(255, 255, 255);
	background: rgba(255, 255, 255, 0.8);
	padding:10px;
}

#page_fb > #footer_sponsoren{
	width:100%;
}

#footer{
	margin-top:5px;
	background: rgb(0, 125, 60);
	background: rgba(0, 125, 60, 0.8);
	font-family: sans-serif;
	font-size: 8pt;
	color: #ffffff;
	padding:10px;
	text-align:center;
}

#page_fb > #footer{
	width:100%;
}

#footer hr {
	border:none;
	border-bottom: 1px solid #fff;
	height:1px;
	margin:20px 0;
}
		
/* CKEditor */

.ck-content .image.image_resized img {
    height: 100%;
}

/* Sponsoren */

.sponsoren h1{
	padding:5px;
	margin:0 0 5px 0;
	text-align:center;
	background: rgb(170, 170, 170);
	background: rgba(170, 170, 170, 0.8);
	border: 1px #ffffff solid;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
}

.sponsoren .sponsor_image{
	display:table-cell;
	margin:auto;
	text-align:center;
	vertical-align:middle;
}

.sponsoren .g1{
	height:80px;
	width:110px;
}

.sponsoren .g2{
	height:100px;
	width:143px;
}

.sponsoren .g3{
	height:130px;
	width:200px;
}

.sponsoren .g4{
	height:150px;
	width:670px;
}

.sponsoren .sponsoren_container{
	text-align:center;
}

.sponsoren .sponsor{
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
	position:relative;
	margin:5px;
	padding:5px;
	text-decoration:none;
	text-align:center;
}

.sponsoren_gross{
	width: 50%;
	float: left;
}
.sponsoren_gross > div{
	margin:10px;
	padding:10px;
}

.sponsoren_gross .image{
	height: 120px;
	text-align:center;
}

/* Designelemente */

.right {
	float: right;
}
.left {
	float: left;
}
.clear {
	clear:both;
}
.border5{
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
}
.trans{
	background: rgb(255, 255, 255);
	background: rgba(255, 255, 255, 0.8);
}
.clear_left{
	clear:left;
}
.gewonnen{
	background: rgb(130, 255, 130);
	background: rgba(130, 255, 130, 0.8);
}
.verloren{
	background: rgb(255, 150, 150);
	background: rgba(255, 150, 150, 0.8);
}
.gleichstand{
	background: #e9e751;
}
.auswahlbox{
	overflow-y: auto;
	overflow-x: hidden;
	height:149px;
	border:solid 3px #aaa;
}

#gmap {
	min-height: 450px;
	background-image: url("/static/gmap.jpg");
	background-size: cover;
}

/* Spielberichte */

#mini_spielberichte{
	margin:0 0 10px 0;
	height:30px;
	overflow:hidden;
	line-height:15pt;
	font-size:90%;
	background: rgb(255, 255, 255);
	background: rgba(255, 255, 255, 0.8);
}
#mini_spielberichte td{
	line-height:15pt;
	font-size:90%;
}
#mini_spielberichte div.ergebnis{
	text-align:center;
}
.mini_spielberichte_zoom ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.mini_spielberichte_zoom li{
	display: block;
	float: left;
	position: relative;
}
.mini_spielberichte_zoom li > a {
	display: inline-block;
	padding: 0px 3px 0 0px;
	font-size: 8pt;
	color: #ffffff;
	text-decoration: none;
	line-height: 25px;
}
.spielberichte h1{
	margin:0px 0px 10px 0px;
	padding:5px;
	text-align:center;
	background: rgb(170, 170, 170);
	background: rgba(170, 170, 170, 0.8);
	border: 1px #ffffff solid;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
}
.spielberichte h2{
	margin:10px 0px 10px 0px;
	padding:5px;
	text-align:center;
	background: rgb(170, 170, 170);
	background: rgba(170, 170, 170, 0.8);
	border: 1px #ffffff solid;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
}
.spielberichte_ergebnis{
	padding:5px;
	width:200px;
	border: 1px #000000 solid;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
}

.spielberichte_ergebnis p{
	font-size:18pt;
	padding:0;
	margin:0;
}
	
/* Facebook */

.facebook{
	padding:5px;
	text-align:left;
	background: rgb(255, 255, 255);
	background: rgba(255, 255, 255, 0.8);
	border: 1px #ffffff solid;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
}

/* Login */

.login{
	margin:10px 0px 0px 0px;
}
#login_msg{
	font-size:8pt;
	color:#ff0101;
}

/* Galerie */

.galerie .galerie_container{
	text-align:center;
}
.galerie .image{
	display:table-cell;
	margin:auto;
	text-align:center;
	vertical-align:middle;
	height:100px;
	width:140px;
}

.galerie .bild_container{
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
	position:relative;
	margin:5px;
	padding:5px;
	text-decoration:none;
	text-align:center;
}

.galerie h2{
	margin:10px 0px 10px 0px;
	padding:5px;
	text-align:center;
	background: rgb(170, 170, 170);
	background: rgba(170, 170, 170, 0.8);
	border: 1px #ffffff solid;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
}


/* 100 Jahre */

.f100Jahre_text{
	padding:0px 20px 20px 20px;
	background-image:url("images/100jahre/100jahre_bg.jpg");
	background-repeat:repeat-y;
	display:none;
}
.f100Jahre_menu{
	cursor:pointer;
}
.f100Jahre .galerie .image{
	height:100px;
	width:120px;
}
.f100Jahre .galerie .galerie_container{
	background: rgb(170, 170, 170);
	background: rgba(170, 170, 170, 0.8);
	border: 1px #ffffff solid;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
}

table{
	margin-bottom:10px;
}
table, td {
	empty-cells: show;
}
.w100{
	width:100%;
}
img{
	border-style:none;
	vertical-align:middle;
}
h1{
	font-size:150%;
	font-weight:bold;
	margin:0px 0px 10px 0px;
}
h2{
	font-size:130%;
	font-weight:bold;
	margin:0px 0px 10px 0px;
}
h3{
	font-size:100%;
	font-weight:bold;
	margin:10px 0px 10px 0px;
}
ul {
	margin:0px 0px 0px 25px;
	padding:0;
}
input, select, textarea{
	font-size:8pt;
	font-family:Verdana, Arial;
	vertical-align:middle;
}
p {
	margin:0px 0px 10px 0px;
}
p.klein {
	font-size:8pt;
	padding:0px 0px 0px 0px;
}
p.zitat{
	padding:20px 0 0 15px;
	background: url("images/anf.png") top left no-repeat;
}
 
a {
	text-decoration:underline;
	color:#666;
}
a:hover {
	text-decoration:none;
}

hr {
	border:none;
	border-bottom: 1px solid #666;
	height:1px;
	margin:20px 0;
}






/* Galeriezoom ---------------------------------------------------------------*/
#loader {
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
	cursor: pointer;
}
/* IMPORT letztes Spiel-------------------------------------------------------*/
.import_result{
	font-size:12pt;
}
/* EDIT ----------------------------------------------------------------------*/
.editcommands{
	font-size:8pt;
	text-decoration:none;
	line-height:10pt;
}

.sponsoren_zoom_foerderer{
	line-height:15pt;
	font-size:8pt;
	width:250px;
	height:250px;
	display:none;
	position:absolute;
	top:-350px;
	left: -60px;
	z-index:10;
}
.sponsoren_zoom{
	line-height:15pt;
	font-size:8pt;
	width:250px;
	height:250px;
	display:none;
	position:absolute;
	top:-350px;
	left: -70px;
	z-index:10;
}

/* Abstandshalter ------------------------------------------------------------*/
.spacer{
	font-size:0.1pt;
	margin:0px;
	padding:0px;
	border-style: none;
}

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1000; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 800px;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}


