html, body, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul, li {
  margin: 0;
	padding: 0;
	list-style-type: none;
  color: black;
}


body {
  text-align: center;
  background-color: white;
  font: 11px arial;
	color: white;
  }


#obal {
	text-align: left;
	margin: 5px auto;
	width: 1000px;
	position: relative;
}


p {
  color:black;
  text-indent: 5px;
  margin:20px;
  line-height: 2;
  text-align: justify;
}

.darky {
  text-align: left;
  font-size:12px;
  font-weight: bold;
  color: black;
  margin: 15px;
  }

.red {
color: red;
}

a {
	color: maroon;
	text-decoration: none;
}


a:hover {
	color: 	#778899;
	text-decoration: underline;
	background-color: #D3D3D3;
  }


h1 {
  font-family: arial;
  font-size: 13px;
  font-weight: bold;
  text-indent: 5px;
  margin: 20px;
  color: black;
  }

h2 {
  font-family: arial;
  font-size: 11px;
  font-weight: bold;
  text-indent: 5px;
  margin: 20px;
  color: black;
  }

h3 {
  font-family: arial;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 10px;
  color: black;
  }

#pristup {
  color: black;
  text-align: right;
  font-weight: bold;
  padding: 5px;
  position: absolute;
  top: 25px;
  left: 650px;
  width: 300px;
  height: 15px;
}

#datumcas {
  color: black;
  text-align: left;
  font-weight: bold;
  padding: 5px;
  position: absolute;
  top: 25px;
  left:283px;
  width: 300px;
  height: 15px;
}


#grey1 {
  background-color: #E85200;
  position: absolute;
  top: 50px;
  left:0px;
  width: 100%;
  height: 200px;
  }
    
#grey2 {
  background-color: #F9D63A;
  position: absolute;
  top: 20px;
  left:50px;
  width: 220px;
  color: black;
  padding-top: 300px;
  }
  
#grey2 img {
  margin: 1px 0 0 1px;
  padding: 0;
  border: 0;
  }
  
#grey3 {
  background-color: #F4E8B5;
  position: absolute;
  top: 70px;
  left:270px;
  width: 700px;
  height: 40px;
  }
  
#grey4 {
  background-color: #F9D63A;
  position: absolute;
  top: 110px;
  left:270px;
  width: 700px;
  height: 110px;
  }
   

#imglogo {
  background-image: url("images/head.jpg");
  background-repeat: no-repeat;
  position: absolute;
  top: 70px;
  left:50px;
  width: 220px;
  height: 300px;
  }


#mfoto {
  padding-left: 8px;
  position: absolute;
  top: 90px;
  left:280px;
  width: 110px;
  height: 140px;
  }
  
#mdigital {
  background-image: url("images/line.jpg");
  background-repeat: repeat-y;
  padding-left: 8px;
  position: absolute;
  top: 90px;
  left:390px;
  width: 110px;
  height: 140px;
  }
  
#mtmobile {
  padding-left: 8px;
  background-image: url("images/line.jpg");
  background-repeat: repeat-y;
  position: absolute;
  top: 90px;
  left:500px;
  width: 110px;
  height: 140px;
  }
  
  
#mcomputer {
  padding-left: 8px;
  background-image: url("images/line.jpg");
  background-repeat: repeat-y;
  position: absolute;
  top: 90px;
  left:610px;
  width: 110px;
  height: 140px;
  }
  
  
#mdigitv {
  padding-left: 8px;
  background-image: url("images/line.jpg");
  background-repeat: repeat-y;
  position: absolute;
  top: 90px;
  left:720px;
  width: 110px;
  height: 140px;
  }  
  
#mkontakt {
  padding-left: 8px;
  background-image: url("images/line.jpg");
  background-repeat: repeat-y;
  position: absolute;
  top: 90px;
  left:830px;
  width: 110px;
  height: 140px;
  }
  
#obsah {
  background-color: #F4E8B5;
  margin: 20px;
  position: absolute;
  top: 240px;
  left:260px;
  width: 690px;
  }

.odkazy {
  float:right;
  margin:20px;
  }

