	#background{
		background-image: url("../Images/Wallpaper2BIG.png");
		/*background-image: linear-gradient(to bottom right, rgba(136,136,136,0.5), rgba(0,0,255,0.3));*/
		background-repeat: no-repeat;
		background-position: 100% 50px;
		background-attachment: fixed;
	}
	
	#background_overviewScreen{
		/*background-image: url("../Images/Wallpaper2BIG.png");*/
		background-image: linear-gradient(to bottom right, rgba(136,136,136,0.5), rgba(0,0,255,0.3));
		background-repeat: no-repeat;
		background-position: 100% 50px;
		background-attachment: fixed;
	}
	
	.container{
		margin-top:60px;
	}
	
	@media print {
		#printPageButton {
		display: none;
		}
		
		body{
		   font-size:10px;
		   font-family:"Times New Roman";
		}
	}
	
	/*
	@font-face {
    font-family: 'porche2'; 
    src: url('./Fonts/POR2.TTF');
	
	}
	*/
	
	a.button{
		color:black;
		text-decoration:none;
	}
		
	@font-face {
    font-family: '911 Porscha';
    src: url('../Fonts/911Porscha.eot');
    src: url('../Fonts/911Porscha.eot?#iefix') format('embedded-opentype'),
        url('../Fonts/911Porscha.woff2') format('woff2'),
        url('../Fonts/911Porscha.woff') format('woff'),
        url('../Fonts/911Porscha.ttf') format('truetype'),
        url('../Fonts/911Porscha.svg#911Porscha') format('svg');
    font-weight: normal;
    font-style: normal;
}
	
	.text-jbgroup {
    font-family: '911 Porscha'; font-weight: normal; font-style: normal !important;
	}
	
	/* width */
	::-webkit-scrollbar {
	  width: 10px;
	}

	/* Track */
	::-webkit-scrollbar-track {
	  box-shadow: inset 0 0 5px gray; 
	  
	}
	 
	/* Handle */
	::-webkit-scrollbar-thumb {
	  background: black; 
	}

	/* Handle on hover */
	::-webkit-scrollbar-thumb:hover {
	  background: gray; 
	}

	.black{
		color:black;
		
	}
	.black:hover{
		color:black;
	}
	
	.red{
		color:red;
	}
	
	.green{
		color:green;
	}
	
	.yellow{
		color:yellow;
	}
	
	.orange{
		color:orange;
	}
	
	.noresize {
	resize: none; 
	}
	
	#welcomeBox {
		color:#fff!important;
		text-align:center;
		margin-top:110px;
	}
	
	.cursor_football{
		cursor: url(../Cursors/Soccer.cur), auto;
		
	}
	
	textarea.vertical { 
		resize:vertical; 
	}
	
	textarea.noresize { 
		resize:none; 
	}
	
	textarea.horizontal { 
		resize:horizontal; 
	}
