<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">&lt;!--
/*
########################################
## Autor: Thomas Brunner / skillflow.de
## Copyright: 2017
## Generator: Text Pad
########################################
*/

#container_overall{
	background-image:url(../images/fussball_bg.jpg);
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	max-width:1200px;
	height:auto;
	margin:auto;
	margin-bottom:5px !important;
	border-left:solid 2px rgb(20,51,155);
	border-right:solid 2px rgb(20,51,155);
	border-bottom:solid 2px rgb(20,51,155);
}

#fuss{
	position:relative;
	padding: 0px;
	min-height:15px;
	padding-top:7px;
	padding-bottom:7px;
	text-align:center;
	-o-border-radius:0px 0px 5px 5px;
	-ms-border-radius:0px 0px 5px 5px;
	-moz-border-radius:0px 0px 5px 5px;
	-webkit-border-radius:0px 0px 5px 5px;
	border-radius:0px 0px 5px 5px;
	background-image:url(../images/Footer_Hintergrund.jpg);
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
}


/*
#############################################################
## Overwrite banner for handy format -&gt; use special pictures
#############################################################
*/

@media only screen and (max-width:480px){
	#head{background-image:url(../images/banner_fussball_mobil.jpg);}
}
--&gt;</pre></body></html>