body {
  margin: 0;
  width: 100%;  
  height: 100%;  
  background: #939597;
  color: black;
}

.Container {
	height: 100%;  
  text-align: left;
  border: 0; 
}

.tresc {
	margin-top:10px;
	margin-bottom: 40px;
	margin-left: 40px;
	margin-right: 40px;
	font-family: verdana;
	font-size: x-small;
	color: white;
	text-align: justify;
}

.Content{ 
	height: 100%;
	width:980px;
	border-left: 1pt solid #000000;
	border-right: 1pt solid #000000;
	border-top: 1pt solid #000000;
	margin: 0 0 0 145px;
	background-color: #232732;
	padding:0 0 5px 0;
}

h1 {
	font-size:12px; 
	color: white; 
	margin-top:30px; 
	margin-left: 40px;
}

.stopka {
	font-size:11px; 
	color:white; 
	text-align:right;
	margin:0 40px 40px 0; 
	padding:0;
	text-align:right;
	padding:0;
}

ul li {
	list-style: none;
	display: table;
	text-align:left;
	padding:0;
}

a {
	text-decoration: none;
	color: #FF6500;
	padding:0;
}
a:hover {
	color: white;
	text-decoration: none;
	padding:0;
}
.Menu li{
	list-style: none;
	display:inline;
	text-align:right;
	padding:0;
}