body {
    font-family: Calibri;
    width: 1100px;
    margin: 20px auto;
    background-color: rgba(255, 254, 210, 0.71);
    
}
.none {
    border: 0px;
}
.clear {
    clear: both;
}
a {
    color: black;
    text-decoration: none;
}
a:visited {
    color: blue;
    
}
.hover:hover {
    box-shadow: 0px 0px 1px 1px #888;
    background-color: red;
}
.selector:hover {
    color: black;
    text-decoration: underline;
    background-color: rgba(255, 254, 210, 0.71);
    border-radius: 7px;
    padding: 5px;
    box-shadow: 0px 0px 4px 2px #888;
}

/* HEADER */
div#header {
    height: 50px;
    background-color: #FFFCC3;
    border-radius:7px;
    box-shadow: 0px 8px 14px 0px rgba(194, 201, 132, 0.64);
}
div#logoContainer {
    width: 160px;
    height: inherit;
    float:left;
}
div#logoContainer a {
    width: 150px;
    height: 10px;
}
img#logoImage {
    padding-left: 15px;
    padding-top: 5px;
    width: 150px;
}

div#title {
    color: green;
    text-align: center;
    height: inherit;
    line-height: 47px;
}

/* Navigation */
nav {
    width: 1100px;
	text-align: center;
    /*float: center;*/
    border-radius: 7px;
    background-color: #FFFF99;
    box-shadow: 0px 8px 14px 0px rgba(194, 201, 132, 0.64);
}
#navMenue {
	display: inline-block;
    margin-left: 0px;
}

nav dt{
	list-style: none;
	display: inline-block;
	margin: 0;
	padding: 0;
}

/*Info*/
infoline {
    text-align: center;
}

#information {
	display: inline-block;
    margin-left: 0px;
    margin-top: 30px;
}

.tableInformation {
    width: 1100px;
    text-align: left;
}

#explication {
	display: inline-block;
	text-align: center;
}

.tableExplication {
	width: 1100px;
    text-align: left;
}

#center {
	text-align: center;
}

#right {
	text-align: right;
}

#statistics {
	display: inline-block;
	text-align: center;
}

.tablestatistics {
	width: 200px;
    text-align: left;
}

/* FOOTER */
footer {
     height:30px;
     background-color: #5E5;
	 text-align: center;
	 /*float: center;*/
     border: solid 2px rgba(0,21,255,0.55);
     border-left-width: 0px;
     border-right-width: 0px;
     box-shadow: 0px 8px 14px 0px rgba(194, 201, 132, 0.64);
}

#footerTable {
/*    height:inherit;
    width: 1100px; */
	display: inline-block;
    margin-left: 0px;
}
.footerData {
    text-align:center;
    border-width: 0px;
}

.footerData:hover {
    color: black;
    text-decoration: underline;
    background-color: rgba(255, 254, 210, 0.71);
    border-radius: 7px;
    padding: 5px;
    box-shadow: 0px 0px 4px 2px #888;
}

/* CONTENT */
section {
	text-align: center;
    /*float: right;
    width: 550px;*/
}
/*#introVideo{
   text-align: center;
   margin-left: 25px;
}*/

img#scoutingImage {
    width: 750px;
    text-align: center;
}
img#xmlsave {
    width: 500px;
    text-align: center;
}

img#liganummer {
    width: 500px;
    text-align: center;
}

.table {
    width: 1100px;
	margin-bottom: 30px;
    text-align: center;
}
.table tr:nth-child(even) td{
    background-color: rgb(238, 255, 239);
}

#TeamnameBoxscore {
	margin-top: 20px;
	text-align: left;
}

/*Logfile*/
.logfileTable {
    width: 1200px;
	margin-bottom: 30px;
    text-align: center;
    margin-left:100px;

}
.playbyplayTable tr:nth-child(even) td{
    background-color: rgb(238, 255, 239);
}

.playbyplayTable{
	text-align: center;
}



